Carsten Dominik
3ca7add20a
Fix bug with time sorting
...
Reported by Jrg Hagmann.
2009-06-03 17:15:16 +02:00
Carsten Dominik
45d80c3a31
Remove flyspell overlays in places where they are not wanted
2009-06-03 14:38:23 +02:00
Carsten Dominik
97f9817836
Insert drawers/ planning info unindented when org-adapt-indentation is nil
...
Requested by Samuel Wales
2009-06-03 14:08:37 +02:00
Carsten Dominik
470fba6086
org-R.el: Updated.
...
New version from Dan Davison.
2009-06-03 11:14:02 +02:00
Carsten Dominik
1371cad310
Document the solution for the YASnippet/org-mode problem
2009-06-03 09:17:40 +02:00
Carsten Dominik
5e39f24715
Minor fixes
2009-06-02 19:12:30 +02:00
Carsten Dominik
cc3bb658ec
Editing Source Code Examples: Make C-x C-s save the original buffer
...
Path by Dan Davison
2009-06-02 18:01:25 +02:00
Carsten Dominik
90c38a0045
Clock: Improve messages
2009-06-02 17:10:23 +02:00
Carsten Dominik
a5dc9456dd
New option `org-clock-out-switch-to-state'.
...
Can be used to change the TODO state when clocking out.
2009-06-02 17:01:11 +02:00
Carsten Dominik
8a2247454c
Bug fix
2009-06-02 16:36:16 +02:00
Carsten Dominik
b95c2a5e9a
Better treatment of face inheritance.
2009-06-02 14:50:19 +02:00
Carsten Dominik
1db461321a
Keep compiler happy
2009-06-02 14:49:38 +02:00
Carsten Dominik
36caef0fc0
Makefile: Use ${MAKE} instead of "make"
...
Proposal by Friedrich Delgado Friedrichs
2009-06-02 14:15:00 +02:00
Carsten Dominik
ee4bcda0e9
Clock: More control about what time is shown in mode line while clocking
...
This commit changes which time is shown in the mode line while
clocking. Normally this will now be the total time ever clocked on
this task and its children.
However, when the task is a repeating one, only the time since the
last reset of the task will be shown. The time of the last reset is
now recorded in a LAST_REPEAT property.
You can also set the CLOCK_MODELINE_TOTAL property to the value
"current" to only show the current clocking instance. Or it may be
the value "today", to only add up the time spent today on this task.
Other possible values are "repeat", "all", or "auto".
Finally, you can set your default for this property with
`org-clock-modeline-total'.
2009-06-02 13:47:50 +02:00
Carsten Dominik
9b823a4586
Repeating entries: Record last repeat time in LAST_REPEAT property
2009-06-02 12:05:16 +02:00
Carsten Dominik
75bce09157
Update targets in the Makefile
2009-06-02 10:29:06 +02:00
Carsten Dominik
1dd08dc508
org-exp-blocks.el: Allow adding new block types
...
Patch by Eric Schulte.
2009-06-02 09:45:08 +02:00
Carsten Dominik
6c5428d5d4
Block editing: Do not quote # lines if there is no plus after #
2009-06-02 09:39:50 +02:00
Carsten Dominik
7579957978
Acknowledgment
2009-06-02 09:30:06 +02:00
Carsten Dominik
bfa7c38c1c
Hide and show the contents of blocks
...
Patch by Eric Schulte, with modifications.
2009-06-02 09:23:00 +02:00
Carsten Dominik
831050b23d
Add Effort property to completion list.
2009-05-30 07:44:02 +02:00
Carsten Dominik
0b5dcee06d
Minor fixes
2009-05-30 06:59:46 +02:00
Carsten Dominik
76979e62bd
Fix bug with LaTeX entities
2009-05-29 14:34:50 +02:00
Carsten Dominik
c3b24f1c19
Fix face inheritance problem for Emacs 22
2009-05-29 09:37:05 +02:00
Carsten Dominik
c030d53eb0
Fix indentation problem with editing blocks
2009-05-29 06:27:25 +02:00
Carsten Dominik
5ce1c5708f
Clocking: Fix bug in the new cocking code
...
The cursor could move while collecting the total time for the current
subtree.
2009-05-28 19:49:11 +02:00
Carsten Dominik
9efd83addd
Make the list of blocks protecting their content cofigurable
2009-05-28 17:44:44 +02:00
Carsten Dominik
19748886eb
Tables: Allow #+TBLFM to be indented
2009-05-28 17:44:12 +02:00
Carsten Dominik
0c49456103
Export: Allow #+label, #+caption, and #_attr_... to be indented.
2009-05-28 17:44:12 +02:00
Carsten Dominik
ecfabf4968
Export: Do not treat #+ lines as exportable comments
2009-05-28 17:44:12 +02:00
Carsten Dominik
3089eb6150
Insert block templates indented to cursor cookie position
...
When a template cookie like "<s" is typed indented on a line, the
amount of white space before the cookie is applied to each new line in
the template.
2009-05-28 17:44:12 +02:00
Carsten Dominik
1fc138838a
Blocks: Make editing indented blocks work correctly
2009-05-28 17:44:12 +02:00
Carsten Dominik
0b60bf8aac
Export: Allow center, quote, and verse markers to be indented
2009-05-28 17:44:12 +02:00
Carsten Dominik
2be3df3fd8
Export: Allow backend-specific code to be indented
...
Things like #+latex: and #+begin_html...#+end_html
can now be indented.
2009-05-28 17:43:57 +02:00
Carsten Dominik
aea59ca7a6
Export: Allow example and src blocks to be indented
2009-05-28 13:41:29 +02:00
Carsten Dominik
476493d3b3
Fontification: Better treatment of #+ lines and blocks
...
The content of blocks like #+begin_example will be marked with a
separate face. That same face is also used for single lines
introducing text for specific backends.
2009-05-28 13:41:28 +02:00
Carsten Dominik
99b3b2d261
HTML export: Better defaults for org-export-html-xml-declaration
2009-05-28 13:41:28 +02:00
Carsten Dominik
2b6a3ac71d
Clock notification: Cleaning up some issues
2009-05-28 13:24:23 +02:00
krick
e17fdc3aa9
Merge branch 'origin' into clock-effort-notify
2009-05-28 11:17:13 +02:00
Carsten Dominik
f3953d3b15
Fix bugs in the reference card
...
Reported by Michael Kaelbling.
2009-05-28 09:44:22 +02:00
Carsten Dominik
c4a566df87
Fix typo
2009-05-28 06:43:35 +02:00
krick
59c6574c05
org-clock-sound could be
...
* nil. No sound played.
* any string, that is not a file. Make a beep
* file name. Emacs tries to play it with aplay, if available.
If not, use standard emacs play-sound-file function.
2009-05-28 01:10:27 +02:00
Carsten Dominik
ff222e41b8
Bind ESC sequences explicitly because translation does not always work.
...
Patch by Paolo Petta
2009-05-27 20:04:25 +02:00
Carsten Dominik
a18546c360
TODO entries: Control over when selecting a state is treated as state change.
...
This commit introduces two new variables:
- org-treat-insert-todo-heading-as-state-change
Default is nil. When set to t, adding a new TODO item will be done
by adding an item and the executing an "official" state change which
potentially will trigger state logging.
- org-treat-S-cursor-todo-seletion-as-state-change
Default is t. When set to nil, selecting a TODO state with
S-left/right will not trigger logging, only selecting a new state
with `C-c C-t'. I actually like this a lot and would even consider
making this the default.
2009-05-27 18:54:44 +02:00
Carsten Dominik
ca79257ca6
HTML export: Better defaults for org-export-html-xml-declaration
2009-05-27 18:16:26 +02:00
krick
8c3ffc6259
Remove setq of the org-clock-sound here :)
2009-05-27 08:49:51 +02:00
krick
3c2099c29b
Show total clocked time in mode line.
...
(Instead time since last start)
2009-05-26 23:30:38 +02:00
Carsten Dominik
3d1ff31b60
LaTeX export: Fix \nbsp, 2nd attempt
2009-05-26 17:04:10 +02:00
Carsten Dominik
7ab9c52c3d
Revert "LaTeX export: Fix interpretation of \nbsp"
...
This reverts commit e85508d5cf
.
2009-05-26 16:47:38 +02:00
Carsten Dominik
ae7b8f6b12
Push version number to 6.27trans
2009-05-26 15:41:44 +02:00