Re: [Orgmode] relative scheduling

2007-10-10 Thread Carsten Dominik
On Oct 9, 2007, at 18:09, Carsten Dominik wrote: However, a different question pops up here. When rescheduling, should the +Nd be relative to today, or relative to the currently scheduled date? - A good reason to make it relative to today is that you might not always know that the entry is

Re: [Orgmode] listp error 5.11b

2007-10-10 Thread Carsten Dominik
Without a backtrace and your configuration, we cannot say anything. - Carsten On Oct 7, 2007, at 21:23, Richard G Riley wrote: I have just fired up emacs get this: Loading org...done OVERVIEW Wrong type argument: listp, #buffer todo.org I tried an empty todo.org and the same issue. I

Re: [Orgmode] FR: A configuration option for the behavior of `org-fit-agenda-window'

2007-10-10 Thread Carsten Dominik
On Oct 10, 2007, at 2:00, John Wiegley wrote: When I switch to a daily agenda view, I like to know that what I'm seeing is everything there is to see. The current definition of org-fit-agenda-window sets a maximum height for the agenda view to 3/4 the frame height. This always leaves me

Re: [Orgmode] bug report with org 5.11b and remember 1.19

2007-10-10 Thread Carsten Dominik
This happens because you are calling `remember-mode' interactively. Org-mode assumes that the command you are using is either `remember' or `org-remember'. What are you calling `remember-mode'? What are you trying to achieve? - Carsten On Oct 9, 2007, at 17:58, Austin Frank wrote: Hello!

Re: [Orgmode] Code snippet for bolding or italicizing A/C priority strings

2007-10-10 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] writes: This code snippet will modify your agenda buffer upon creation so that the string [#A] is bolded, and [#C] is italicized. It keeps whatever color it had, it's just now strong or weak based on priority. Actually, I'm finding I like having the whole title

[Orgmode] Modify org-remember-templates to include a name to show when selecting it

2007-10-10 Thread Matiyam
Hi! In my setup i have 5 org-remember-templates. Since my memory is not very good :), i have modified org-remember-templates to include another element in the list that tells me the name of it. And then org-remember-apply-template to, when prompting for selecting the template, show the name

[Orgmode] Re: Code snippet for bolding or italicizing A/C priority strings

2007-10-10 Thread Rainer Stengele
John Wiegley schrieb: John Wiegley [EMAIL PROTECTED] writes: This code snippet will modify your agenda buffer upon creation so that the string [#A] is bolded, and [#C] is italicized. It keeps whatever color it had, it's just now strong or weak based on priority. Actually, I'm finding I

Re: [Orgmode] Re: Html export suggestion (use of div)

2007-10-10 Thread cezar
Carsten Dominik [EMAIL PROTECTED] writes: I have no opinion and no knowledge to decide this question - please work it out among yourselves and tell me what needs to be done. Thanks. How would that work without divs? The problem is (I think) that sometimes an org section is represented in

[Orgmode] Re: Html export suggestion (use of div)

2007-10-10 Thread cezar
[EMAIL PROTECTED] writes: Also a div should be optional for those who need it, so the whole category can be wraped in a div class=category/div like this: div class=work h3 class=work Header here /h3 p class=work normal text /p p class=work some more text /p

Re: [Orgmode] depending TODOs, scheduling following TODOs automatically

2007-10-10 Thread Bastien
Eddward DeVilla [EMAIL PROTECTED] writes: If org becomes popular enough that people pass data around in it, then it could be more of an issue. Especially since I think the triggers would be in drawers which are all always hidden unless you go and explicitly open each one. The pool of

[Orgmode] Re: bug report with org 5.11b and remember 1.19

2007-10-10 Thread Austin Frank
On Wed, Oct 10 2007, Carsten Dominik wrote: This happens because you are calling `remember-mode' interactively. Org-mode assumes that the command you are using is either `remember' or `org-remember'. What are you calling `remember-mode'? What are you trying to achieve? Carsten-- So far I

[Orgmode] Re: Modify org-remember-templates to include a name to show when selecting it

2007-10-10 Thread Rainer Stengele
Matiyam schrieb: Hi! In my setup i have 5 org-remember-templates. Since my memory is not very good :), i have modified org-remember-templates to include another element in the list that tells me the name of it. And then org-remember-apply-template to, when prompting for selecting the