Re: [Orgmode] Re: R: WISH: separate org-mode customization file

2008-07-02 Thread Tim O'Callaghan
Its usable. In fact i'm still using it. I had forgotten i had posted it into the emacswiki. Here is my approach. The first thing to do is to consodate your emacs directories into one place. my .emacs contains this one instruction: (load (expand-file-name (concat "~/.emacsen_d/init"))) On linux/u

Re: [Orgmode] Re: R: WISH: separate org-mode customization file

2008-07-02 Thread Eddward DeVilla
On Tue, Jul 1, 2008 at 1:21 PM, Harri Kiiskinen <[EMAIL PROTECTED]> wrote: > Thank you all for the answers, but it seems that I was not quite clear > enough. I'm quite able to set the 'custom-file' to whatever I want, and > I can (load "myconfig.el") - which is what I currently do. Lets restate > t

Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 2:06 PM, Richard G Riley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: Could I suggest a different approach? Possibly have a parameter which is a prefix text on the include line? e.g #+INCLUDE: "~/docs/cv/refe

Re: [Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: >> >> Could I suggest a different approach? >> >> Possibly have a parameter which is a prefix text on the include line? >> >> e.g >> >> #+INCLUDE: "~/docs/cv/references/cpd.org" :prefix " + " > > Yes,

[Orgmode] publishing relative org links to html

2008-07-02 Thread Richard G Riley
I have a line like this in my cv.org file + [[./references/cpd.org][Reference]] But when I publish it as HTML the link on the html page says: http://siteaddress/cv#./references/cpd.org So it seems to think the link is internal to a bookmark on the same page. I guess some setting is wrong? I

Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 12:10 PM, Richard G Riley wrote: Could I suggest a different approach? Possibly have a parameter which is a prefix text on the include line? e.g #+INCLUDE: "~/docs/cv/references/cpd.org" :prefix " + " Yes, this is the better solution, but you need two different prefixes,

Re: [Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jul 2, 2008, at 11:21 AM, Richard G Riley wrote: > >> >> How can I include text into a sub level e.g an unordered list? I >> really >> dont want to inclide the list delimiter in the text file itself since >> this text can be included elsewhere too.

Re: [Orgmode] Include files on export

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 11:21 AM, Richard G Riley wrote: How can I include text into a sub level e.g an unordered list? I really dont want to inclide the list delimiter in the text file itself since this text can be included elsewhere too. + Title + list item 1 #+INCLUDE: "~/docs/cv/references

Re: [Orgmode] Weekday repeaters, and filtering scheduled tasks.

2008-07-02 Thread Manish
On Wed, Jul 2, 2008 at 11:17 PM, Carsten Dominik wrote: [snip] > which would fail if you did DEADLINE>="" > > There is not good solution for this. uses the date > without a time, in order to provide for comparison with > deadline dates that are only a date, not a time. If your

[Orgmode] Include files on export

2008-07-02 Thread Richard G Riley
How can I include text into a sub level e.g an unordered list? I really dont want to inclide the list delimiter in the text file itself since this text can be included elsewhere too. + Title + list item 1 #+INCLUDE: "~/docs/cv/references/cpd.org" here I want the include to be list item 2.

Re: [Orgmode] Weekday repeaters, and filtering scheduled tasks.

2008-07-02 Thread Carsten Dominik
On Jul 2, 2008, at 10:38 AM, Manish wrote: On Wed, Jul 2, 2008 at 4:57 AM, Carsten Dominik wrote: On Jun 26, 2008, at 8:28 PM, Manish wrote: On Fri, Jun 27, 2008 at 8:30 AM, Avdi Grimm wrote: On Thu, Jun 26, 2008 at 10:55 PM, Manish wrote: I do not understand this one. I'm looking fo

Re: [Orgmode] Weekday repeaters, and filtering scheduled tasks.

2008-07-02 Thread Manish
On Wed, Jul 2, 2008 at 4:57 AM, Carsten Dominik wrote: > > On Jun 26, 2008, at 8:28 PM, Manish wrote: > >> On Fri, Jun 27, 2008 at 8:30 AM, Avdi Grimm wrote: >>> >>> On Thu, Jun 26, 2008 at 10:55 PM, Manish wrote: I do not understand this one. >>> >>> I'm looking fo