[Orgmode] Termin EDV Nachklausur

2008-01-25 Thread Detlef Steuer
Moin Hartmut, die EDV-Nachklausur findet am 14.3. um 13 Uhr in der Aula statt. Schönes Wochenende! Detlef ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listi

Re: [Orgmode] TODO dependencies

2008-01-25 Thread Hugo Schmitt
And the parent could also support the [%] notation that exists for checkboxes :) -Hugo On Jan 25, 2008 12:45 PM, Stuart McLean <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry if I have started a new thread on this subject, GMail and I are > not getting along right now. > > ** TODO a main project > **

[Orgmode] org remember anything

2008-01-25 Thread Hugo Schmitt
Hi. So, just wrote this and maybe there are others users of Anything.el around: Just update your anything-sources variable to include anything-org-remember. Maybe this will get more useful for people that have 10+ templates and not enough meaninful keys. - Hugo Ps: if there is a better way of ac

Re: [Orgmode] FR: interactive todo creation with remember templates

2008-01-25 Thread Hugo Schmitt
Perfect! Thanks - Hugo On Jan 25, 2008 10:58 AM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Jan 24, 2008, at 5:37 PM, Hugo Schmitt wrote: > > > I think my suggestion doesn't fit orgmode that well, but what if > > 'org-remember' had 'template' as an optonal argument? (instead of > > pulling

[Orgmode] Re: clocking in and out in remember buffers - seems to be buggy

2008-01-25 Thread Rainer Stengele
Carsten Dominik schrieb: > > On Jan 24, 2008, at 4:34 PM, Rainer Stengele wrote: > >>> I am not sure why things don't work. Take a look at the variable >>> `remember-mode-hook'. What is its value? >>> >>> - Carsten >>> >> >> looks ok, includes the new function: >> >> (my-start-clock-if-

[Orgmode] Re: clocking in and out in remember buffers - seems to be buggy

2008-01-25 Thread Carsten Dominik
This will be fixed in 5.20, by forcing you to explicitly clock out before storing the note. For now, just do it willingly. - Carsten On Jan 25, 2008, at 1:57 PM, Rainer Stengele wrote: Carsten Dominik schrieb: On Jan 24, 2008, at 4:34 PM, Rainer Stengele wrote: I am not sure why things

Re: [Orgmode] FR: interactive todo creation with remember templates

2008-01-25 Thread Carsten Dominik
On Jan 24, 2008, at 5:37 PM, Hugo Schmitt wrote: I think my suggestion doesn't fit orgmode that well, but what if 'org-remember' had 'template' as an optonal argument? (instead of pulling from org-remember-template interactively). Then people could write their own menus/keymap/etc before calli

Re: [Orgmode] tags in remember templates

2008-01-25 Thread Carsten Dominik
On Jan 24, 2008, at 8:09 PM, Austin Frank wrote: Hello! Two quick questions about tags in remember templates. First, should this line (line number 13423 in org.el v5.19a) in org-remember-apply-template also include G? (while (re-search-forward "%^\\({\\([^}]*\\)}\\)?\\([guUtT]\\)?" nil t)

[Orgmode] TODO dependencies

2008-01-25 Thread Stuart McLean
Hi, Sorry if I have started a new thread on this subject, GMail and I are not getting along right now. ** TODO a main project *** TODO step 1 *** TODO step 2 *** TODO step 3 TODO step 3 part a TODO step 3 part b TODO step 3 part c and so on *** TODO step 4 Here is the functionalit