[Orgmode] producing man page output

2008-03-04 Thread Michael Hohn
Hi, I would like to use org mode to produce unix man pages in addition to the latex / html output. There are two possibilities I can see: - convert from .org directly, following org-export-latex - try to convert the generated html Are there other approaches, or has someone done this already?

[Orgmode] FR: date marking in calendar

2008-03-04 Thread Wanrong Lin
Hi, If I have (setq mark-holidays-in-calendar t), the calendar window will mark all holidays. I am thinking it will be great if we can mark appointments in org-files. Maybe we can have a command to do the following: 1. Find a subset of headlines using the usual todo, or tag-todo search

Re: [Orgmode] FR: date marking in calendar

2008-03-04 Thread Bastien
Wanrong Lin [EMAIL PROTECTED] writes: If I have (setq mark-holidays-in-calendar t), the calendar window will mark all holidays. I am thinking it will be great if we can mark appointments in org-files. (require 'diary-lib) (add-hook 'diary-display-hook 'fancy-diary-display) Adding this in

[Orgmode] time lag in re-scheduling the item in Agenda buffer

2008-03-04 Thread Xin Shi
Hi, I'm using the 5.22a version. When I view the agenda in the buffer, I use keyboard C-c C-s to re-schedule some items. It first gives a nil in the min-buffer, and after about 2 or 3 seconds gives me the calendar to choose. It looks like slow compared with doing the same thing in the .org

Re: [Orgmode] time lag in re-scheduling the item in Agenda buffer

2008-03-04 Thread Bastien
Xin Shi [EMAIL PROTECTED] writes: I'm using the 5.22a version. When I view the agenda in the buffer, I use keyboard C-c C-s to re-schedule some items. It first gives a nil in the min-buffer, and after about 2 or 3 seconds gives me the calendar to choose. It looks like slow compared with

Re: [Orgmode] agenda view assign category

2008-03-04 Thread Bastien
Hi Cesar, Cezar Halmagean [EMAIL PROTECTED] writes: What I really want is to make this even faster, maybe have rmemeber tasks automatically scheduled, and have a really easy way to put tasks into categories. Since you're using remember, why don't you use templates to fill your tasks at

[Orgmode] Re: agenda view assign category

2008-03-04 Thread Cezar Halmagean
Bastien [EMAIL PROTECTED] writes: As for scheduling your tasks, the template can have active timestamps with %t -- so SCHEDULED: %t in the template will insert a scheduled timestamp. Thanks Bastien ! That helped ! Even tho, a way to specify categories in the agenda view would be nice to

Re: [Orgmode] Bug? Installing from git master

2008-03-04 Thread Sebastian
Bastien schrieb: Sebastian [EMAIL PROTECTED] writes: The only old error when exporting is this one (must be something wrong in my configuration): org-publish-update-timestamp: Setting file times: datei oder Verzeichnis nicht gefunden,

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

2008-03-04 Thread Wanrong Lin
Hi, I was trying Bastien's suggestion for marking dates in calendar, so I put this into my .diary file: %%(org-diary) What I found is after I launch emacs, all my org-agenda files are already open, but my org-mode-hook function was not called, so my key bindings and other stuff was not

Re: [Orgmode] FR: date marking in calendar

2008-03-04 Thread Wanrong Lin
Bastien, Thanks a lot for the suggestion. My appointments are in org files are agenda are marked with a tag, so using diary as you suggested does not work exactly as I wished. But I was not even aware of the existence of org-diary and its usage, maybe I can find some other use of it later

Re: [Orgmode] FR: date marking in calendar

2008-03-04 Thread Bastien Guerry
Wanrong Lin [EMAIL PROTECTED] writes: Thanks a lot for the suggestion. My appointments are in org files are agenda are marked with a tag, so using diary as you suggested does not work exactly as I wished. Of course, my suggestion only works if you use the usual Org machinery for

[Orgmode] export-latex beamer

2008-03-04 Thread Xin Shi
Hi, I'm wondering if it's possible to export org file to latex beamer format, to make pdf slides. Or are there any thoughts? Xin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] export-latex beamer

2008-03-04 Thread Xin Shi
All right. Thank you! Xin Bastien wrote: Xin Shi [EMAIL PROTECTED] writes: I'm wondering if it's possible to export org file to latex beamer format, to make pdf slides. You can export to LaTeX and work from here. Direct export to beamer is not supported right now. I hope it

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

2008-03-04 Thread Carsten Dominik
Hi Wanrong, this is strange and should not happen. Do you call the diary in your ,emacs before setting up org-mode-hook? - Carsten On Mar 5, 2008, at 2:55 AM, Wanrong Lin wrote: Hi, I was trying Bastien's suggestion for marking dates in calendar, so I put this into my .diary file: