On Sun, Sep 28, 2008 at 07:16:41AM +0200, Carsten Dominik wrote:
> >*) Is there a simple way to construct an agenda view that:
> > -shows all past scheduled events for one TODO keyword only
> > -skips for all others
> I have not tested this, but you might be able to use the general tags/
> prope
Hi Org-Mode hackers,
I'm trying to get radio links to work in the LaTeX export, but
something goes wrong. The target itself is converted to:
\label{TARGET\}\texttt{TARGET}
-^ notice the extra backslash that doesn't belong there!
while all the links are just showing up as \texttt{TARG
Hi!
Having a custom agenda command like this
(setq org-agenda-custom-commands
'(
...
("kP" ((tags-todo "CATEGORY=\"Privat\""))
((org-agenda-files '("~/org/PRIVAT"))
(org-agenda-sorting-strategy '(priority-down
...
I do not get an agenda view sorting "priorit
Hi Carsten
If I have an active date stamp and put my cursor in it and type `C-c . .
[RET]', this happens:
<2008-09-27 Sat> => <2008-09-30 Tue>
If I do a similar operation in an inactive stamp with either `C-c . .'
or `C-c ! . [RET]', I get
[2008-09-27 Sat] => [2008-09-27 Sa[2008-09-30 Tue]t]
A