[Orgmode] How to set a entry with Chinese calender?

2009-04-30 Thread Wei-Wei Guo
Dear all, I want to make entries of my mum and dad's birthday by diary-anniversary. The problem is their birthday is in Lunar calender (Chinese calender) fashion. Diary has things like diary-julian-date, but I didn't find diary-chinese-something. Emacs calender support chinese calender, althou

Re: [Orgmode] Problem with org-publish :include

2009-04-30 Thread Rick Moynihan
I'm still experiencing this org-mode bug; and haven't found a solution other than possibly partitioning my files into seperate base-directories; which though workable feels less flexible than the :include/:exclude regexp solutoin. Can anyone tell me if the :include option works for them? I've

[Orgmode] Timeline view > Headers not time-sorted

2009-04-30 Thread Francesco Pizzolante
Hi, I'm using org-mode version 6.25a and I'm getting the following problem: in the timeline view of a single Org file, headers are not time-sorted. Here's an Org file example: --8<---cut here---start->8--- * P1 :LOGBOOK: CLOCK: [2009-04-30 Thu. 13:00]--[20

[Orgmode] Timestamp modifiers for specific tags

2009-04-30 Thread Benjamin Tovar
Hi, I can specify a timestamp with a modifier like '-3m' to indicate that I want to be reminded of the task 3 months before the deadline. Now, say I have a tag :conference-deadline:, and I want all the entries with such tag to automatically have the '-3m' modifier, without the need of adding it ma

Re: [Orgmode] todo items not working?

2009-04-30 Thread Saketh
Greg, Matthew, Giovanni, Nick, and Memnon: I did the 'edebug-defun' as Nick suggested and found the problem. An obscure library that was installed on both of my machines modified outline-regexp before org was loaded (as Nick had guessed), causing the wacky behavior. Thank you very much for your he

[Orgmode] Two questions about code references and HTML export

2009-04-30 Thread Shaun Johnson
Hi, Consider the following Org file: * Test See [[(foo)][FOOBIE]] #+BEGIN_EXAMPLE : blah blah (ref:foo) #+END_EXAMPLE Question 1) In Org mode the link displays as FOOBIE, in the exported HTML it displays as (foo). Is there any way to cause the link to use the de

Re: [Orgmode] todo items not working?

2009-04-30 Thread Nick Dokos
Saketh wrote: > > I did the 'edebug-defun' as Nick suggested and found the problem. An obscure > library that was > installed on both of my machines modified outline-regexp before org was > loaded (as Nick had > guessed), causing the wacky behavior. > Was the library a public one? If so, you

Re: [Orgmode] todo items not working?

2009-04-30 Thread Saketh
Fortunately not! :) Sincerely, Saketh On Thu, Apr 30, 2009 at 2:46 PM, Nick Dokos wrote: > Saketh wrote: > > > > > I did the 'edebug-defun' as Nick suggested and found the problem. An > obscure library that was > > installed on both of my machines modified outline-regexp before org was > loade

[Orgmode] Args out of range error when exporting agenda when maxlines > 0

2009-04-30 Thread Mike Buksas
Hi all, I'm trying to export the daily/weekly agenda as a ps file with C-c C-w. I get an out-of-range error, when: - I've set org-agenda-add-entry-text-maxlines to be greater than zero (and org-agenda-add-entry-text is in the before-write hook). - If there's an agenda item with more text to ad

Re: [Orgmode] Args out of range error when exporting agenda when maxlines > 0

2009-04-30 Thread Nick Dokos
Mike Buksas wrote: > I'm trying to export the daily/weekly agenda as a ps file with C-c > C-w. That should be C-x C-w. > I get an out-of-range error, when: > - I've set org-agenda-add-entry-text-maxlines to be greater than zero > (and org-agenda-add-entry-text is in the before-write hook)

Re: [Orgmode] Args out of range error when exporting agenda when maxlines > 0

2009-04-30 Thread Mike Buksas
On Thu, Apr 30, 2009 at 2:32 PM, Nick Dokos wrote: >> I'm trying to export the daily/weekly agenda as a ps file with C-c >> C-w. > > That should be C-x C-w. Oops. Unforced error. > I can't reproduce this (latest git org: 6.26trans, emacs 23.0.91). > Are you running emacs 22.something? Emacs 23

[Orgmode] How to remove a item set by diary-cyclic for once?

2009-04-30 Thread Wei-Wei Guo
Dear all, I scheduled a weekly item by %%(diary-cyclic 7 05 01 2009) Group meeting. The meeting in next week is canceled. Can I cancel the item only in next week? I also tried to mark CANCELED before it, but the marker is added on the parent item. Best wishes, Wei-Wei ___