[Orgmode] Re: FR: Repeated time stamp, jumping from current time

2008-03-05 Thread Rainer Stengele
Wanrong Lin schrieb: > Hi, > > Right now we can have a repeated time stamp like this: > > * TODO Do this every month > SCHEDULED: <2008-03-01 Sat +1m> > > If I am late and mark the above done on 2008-03-05, the time stamp will > automatically jump to 2008-04-01. This is very useful for things l

Re: [Orgmode] Bug: with %%(org-diary) in .diary file, org-mode-hook is not called

2008-03-05 Thread Wanrong Lin
Hi, Carsten, You are right. I moved my hook org-mode-hook setup before the following (require 'org-install) (require 'org-mouse) and now my hook is called. I had the wrong understanding that I have to set up my org-mode-hook after the "org-install" package is loaded. Thanks a lot. Wanrong

Re: [Orgmode] FR: date marking in calendar

2008-03-05 Thread Wanrong Lin
Hi, Bastien, Following your suggestion now I can see a pretty list of scheduled things when I run "diary", but I don't see any marking of dates in my calendar buffer. Is there anything I could have missed? Thank you very much. Wanrong Bastien Guerry wrote: Wanrong Lin <[EMAIL PROTECTED]> wr

Re: [Orgmode] FR: date marking in calendar

2008-03-05 Thread Bastien
Wanrong Lin <[EMAIL PROTECTED]> writes: > Following your suggestion now I can see a pretty list of scheduled > things when I run "diary", but I don't see any marking of dates in my > calendar buffer. Is there anything I could have missed? (add-hook 'initial-calendar-window-hook 'mark-diary-entri

[Orgmode] Re: FR: date marking in calendar

2008-03-05 Thread Cezar Halmagean
Bastien <[EMAIL PROTECTED]> writes: > Wanrong Lin <[EMAIL PROTECTED]> writes: > >> Following your suggestion now I can see a pretty list of scheduled >> things when I run "diary", but I don't see any marking of dates in my >> calendar buffer. Is there anything I could have missed? > > (add-hook '

Re: [Orgmode] Re: FR: date marking in calendar

2008-03-05 Thread Bastien Guerry
"Cezar Halmagean" <[EMAIL PROTECTED]> writes: >> (add-hook 'initial-calendar-window-hook 'mark-diary-entries) >> >> If %%(org-diary :scheduled :timestamp) throws an error, cheat a little >> and use this instead: >> >> %%(condition-case nil (org-diary :scheduled :timestamp) (error nil)) > > Does an

Re: [Orgmode] FR: date marking in calendar

2008-03-05 Thread Wanrong Lin
Thanks. It works now. I found I need only set (setq mark-diary-entries-in-calendar t) to have the markings show up. Wanrong Bastien wrote: Wanrong Lin <[EMAIL PROTECTED]> writes: Following your suggestion now I can see a pretty list of scheduled things when I run "diary", but I don't see

[Orgmode] FR: more options in (org-diary)

2008-03-05 Thread Wanrong Lin
Hi, This is branched off from the previous thread "FR: date marking in calendar". I got the marking working now with the help from Bastien. My intention was to mark calendar with important "hard schedule" (appointments) that can not be conflicted with. However, I could not do it with current

[Orgmode] html: handling new lines

2008-03-05 Thread lanas
Hello, Is it possible for orgmode to observe the actual newlines inserted into the org file when exporting to html ? By this I mean: - [ ] First item - [ ] Second item NOTES on the second item - [ ] Third item The 'NOTES' line, in the html version, will not have an empty line betwee

Re: [Orgmode] html: handling new lines

2008-03-05 Thread Bastien
Hi Lanas, lanas <[EMAIL PROTECTED]> writes: > Is it possible for orgmode to observe the actual newlines inserted > into the org file when exporting to html ? Check `org-export-preserve-breaks'. But be aware that you cannot expect all the line breaks to be represented in HTML as they appear i