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
Carsten Dominik
e85508d5cf
LaTeX export: Fix interpretation of \nbsp
...
Reported by Chris Gray.
2009-05-26 15:40:26 +02:00
krick
7c2930e96b
In case we set effort estimate on the currently clocked item,
...
show notification when time is up.
* Linux only: If libnotify is used - the standard notification
system in linux, then show notification with it.
Note: Additional package libnotify-bin should be installed.
Additionally, use beep if variable org-clock-sound is set.
* If aplay (alsa player) is available, interpret org-clock-sound as
path to the file, which should be played.
2009-05-25 22:01:34 +02:00
krick
d4b85109dd
Show estimated effort in the mode-line if it is set.
...
* Set org-clock-effort variable in org-clock-in function.
* If org-clock-effort is not nil, show estimated effort in the mode-line.
2009-05-25 16:54:03 +02:00
Carsten Dominik
0421dead4b
Release 6.27a
2009-05-25 16:04:45 +02:00
Carsten Dominik
45c53b2a49
Publishing: Allow :body-only parameter for HTML export
...
Patch by Richard Klinda
2009-05-25 15:58:16 +02:00
Carsten Dominik
1cd03213f5
Fix bug with time sorting
2009-05-25 15:55:59 +02:00
Carsten Dominik
3ee470daa1
Agenda: Fix bug with killing entries from the agenda
...
Nicolas Goaziou writes:
> As I was saying in anoter post, it looks like there's something
> weird happening when using C-k in agenda view:
>
> 1. Create two new remember entries (i.e. test and test2) with the
> same tag (I used @office)
> 2. Narrow down the agenda view to only see the @office entries.
> 3. Kill the last but one entry (it should be "test") : both of
> "test" and "test2" disappear frow the view. Actually, "test2" is
> not properly killed, but it is scary nonetheless.
>
> It only happens with two last entries.
>
> Is anyone able to reproduce this ?
2009-05-23 23:03:00 +02:00
Carsten Dominik
08ead187f7
Minor fix
2009-05-23 12:48:47 +02:00
Carsten Dominik
b681c7b26e
Release 6.27
2009-05-23 08:22:04 +02:00
Carsten Dominik
c94b173f14
Merge branch 'changes'
2009-05-23 08:14:03 +02:00
Carsten Dominik
6d406766df
LaTeX export: Fix bug when exporting a region
...
Exporting a region to LaTeX did not recognize section header
correctly. Fixed now.
2009-05-23 08:13:05 +02:00
Carsten Dominik
24da36f899
Write the list of changes, for the 6.27 release.
2009-05-23 07:58:33 +02:00
Carsten Dominik
ab643f15d9
Export: Protect pushing to x-selection, for non-x environments
2009-05-22 17:15:06 +02:00
Carsten Dominik
e88564bbba
Agenda: New face for today.
...
There is now a separate for the date of today,
`org-agenda-date-today'.
Patch by Dmitri Minaev
2009-05-22 10:04:56 +02:00