Re: [Orgmode] #+include: export header lines

2009-04-14 Thread Carsten Dominik
On Apr 14, 2009, at 6:35 PM, Dan Davison wrote: Carsten Dominik writes: Hi Dan, special lines like #+OPTIONS are only parsed if the file is pointed to with #+SETUPFILE: "~/src/common/org-header.org" HTH Yes that's what I was looking for, thanks! - Carsten P.S. Where should we have

Re: [Orgmode] Patch for a timestamp exporting bug in org-latex.el

2009-04-14 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 15, 2009, at 7:17 AM, Baoqiu Cui wrote: Hi Carsten, It seems that a minor old bug in LaTeX exporter was exposed recently by your timestamp change. When exporting a simple Org file that contains just the following two lines to LaTeX format, I got an error

[Orgmode] Patch for a timestamp exporting bug in org-latex.el

2009-04-14 Thread Baoqiu Cui
Hi Carsten, It seems that a minor old bug in LaTeX exporter was exposed recently by your timestamp change. When exporting a simple Org file that contains just the following two lines to LaTeX format, I got an error message saying "Invalid use of `\' in replacement text": * DONE Test CLOSED: [2

Re: [Orgmode] org-feed.el missing from current version?

2009-04-14 Thread Carsten Dominik
On Apr 14, 2009, at 3:28 AM, Greg Lucas wrote: I had not updated org-mode in a while so today I grabbed the zip for 6.25e. One thing I want to try out is RRS feed support. Looks like lisp/org-feed.el is missing? The autoloads are there so I can describe the various org-feed functions, but

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Carsten Dominik
On Apr 14, 2009, at 8:26 PM, Nick Dokos wrote: Noufal Ibrahim wrote: Hi Nick, Nick Dokos wrote: [..] Can you run org-update-all-dblocks by hand before doing the export? That's possible. What I do now is to to add the org-update-all-dbblocks to write-file-hooks as suggested by the info p

Re: [Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Carsten Dominik
On Apr 15, 2009, at 2:23 AM, Eraldo Helal wrote: Could using headlines and editing 'rows' with table view in agenda be an option? (using properties in drawers) To be honest, I don't understand at all. - Carsten Greetings, Eraldo .oO( newbie trying to give support *g* ) On Tue, Apr

Re: [Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Eraldo Helal
Could using headlines and editing 'rows' with table view in agenda be an option? (using properties in drawers) Greetings, Eraldo .oO( newbie trying to give support *g* ) On Tue, Apr 14, 2009 at 14:20, Carsten Dominik wrote: > Hi Jeff, > > taggin in tables is not supported, i particular beca

[Orgmode] Re: headline entries order.

2009-04-14 Thread Bernt Hansen
Nick Dokos writes: > dericbytes wrote: > >> I want to reverse the entries of my logs. So the newest is at the top. I know >> there is the C-c ^ sort function, but I'm not sure if any are applicable. >> (Not >> all of my entries are dated) >> > > o If you are trying to rearrange headings and th

Re: [Orgmode] headline entries order.

2009-04-14 Thread Nick Dokos
dericbytes wrote: > I want to reverse the entries of my logs. So the newest is at the top. I know > there is the C-c ^ sort function, but I'm not sure if any are applicable. (Not > all of my entries are dated) > o If you are trying to rearrange headings and there is no "natural" order, then the

[Orgmode] headline entries order.

2009-04-14 Thread dericbytes
I want to reverse the entries of my logs. So the newest is at the top. I know there is the C-c ^ sort function, but I'm not sure if any are applicable. (Not all of my entries are dated) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

[Orgmode] variables to get the export date and other export data

2009-04-14 Thread Daniel Clemente
Hi, just like [TABLE-OF-CONTENTS] inserts the table of contents, are there other variables which will be translated on export? For instance [EXPORT-DATE] to get the export date, [VERSION] for the Org version, [FILE-NAME] for this file's name, … Otherwise, dynamic blocks with LISP code can

[Orgmode] Re: OrgmodeHow to fold a footer

2009-04-14 Thread Daniel Clemente
El dt, abr 14 2009, Wes Hardaker va escriure: >> On Tue, 14 Apr 2009 00:54:46 +0200, Daniel Clemente >> said: > > DC> Is there some trick to add a footer at the end? > > I all the #+ or other text in another header at the bottom called > "END". IE: > > * END > > Ok. > I

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Nick Dokos
Noufal Ibrahim wrote: > Hi Nick, > > Nick Dokos wrote: > [..] > > > > Can you run org-update-all-dblocks by hand before doing the export? > > That's possible. What I do now is to to add the > org-update-all-dbblocks to write-file-hooks as suggested by the info > pages. > > This works for me

Re: [Orgmode] sha1 errors with feeds, needed to load sha1.el

2009-04-14 Thread Carsten Dominik
Hi Greg, thank you for following up and finding the true cause of this problem. I have now modified org-feed.el so that it will work correctly on Emacs 22, even without the code Greg shows above. - Carsten On Apr 14, 2009, at 4:16 PM, Greg Lucas wrote: Sharing this in case anyone else needs

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Noufal Ibrahim
Hi Nick, Nick Dokos wrote: [..] Can you run org-update-all-dblocks by hand before doing the export? That's possible. What I do now is to to add the org-update-all-dbblocks to write-file-hooks as suggested by the info pages. This works for me but there are times when I export directly wit

Re: [Orgmode] #+include: export header lines

2009-04-14 Thread Dan Davison
Carsten Dominik writes: > Hi Dan, > > special lines like #+OPTIONS are only parsed if the file is > pointed to with > > #+SETUPFILE: "~/src/common/org-header.org" > > HTH Yes that's what I was looking for, thanks! > > - Carsten > > P.S. Where should we have had what documentation > to make thi

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Nick Dokos
Noufal Ibrahim wrote: > Carsten Dominik wrote: > [..] > > In what way are you calling the update of dblocks during export? > > Have you added a function to this effect to a hook? Which function? > > To which hook? > [..] > > Hello Carsten, > I have done this > (add-hook 'org-export-preprocess

[Orgmode] Re: repeating timestamp question

2009-04-14 Thread Bernt Hansen
Rustom Mody writes: > Whats the diff between >   > *** TODO Pay Rent > SCHEDULED: <2009-04-01 Fri +1m> This shows up on April 1 and everyday after that until you mark it done (which reschedules it for May 1). If it's late it shows up on the agenda with something like todo: Sched.

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Noufal Ibrahim
Carsten Dominik wrote: [..] In what way are you calling the update of dblocks during export? Have you added a function to this effect to a hook? Which function? To which hook? [..] Hello Carsten, I have done this (add-hook 'org-export-preprocess-hook 'org-update-all-dblocks) Is this no

[Orgmode] sha1 errors with feeds, needed to load sha1.el

2009-04-14 Thread Greg Lucas
Sharing this in case anyone else needs it. I'm running Emacs 22.3.1 on Windows with org-mode 6.25e and was unable to get org-feed to work without some digging. First I got:    Symbol's function definition is void: sha1-string I found a relevant post on the mailing list and tracked down the lates

[Orgmode] repeating timestamp question

2009-04-14 Thread Rustom Mody
Whats the diff between *** TODO Pay Rent SCHEDULED: <2009-04-01 Fri +1m> and *** TODO Pay Rent <2009-04-01 Fri +1m> [Yeah I found this in the FAQ. But not clear what to do for repeating items like this] ___ Emacs-orgmode mailing list Rememb

[Orgmode] Re: OrgmodeHow to fold a footer

2009-04-14 Thread Wes Hardaker
> On Tue, 14 Apr 2009 00:54:46 +0200, Daniel Clemente > said: DC> Is there some trick to add a footer at the end? I all the #+ or other text in another header at the bottom called "END". IE: * END I think you can also attach a noexport tag (look in the manual for the real name) to it

[Orgmode] org-feed.el missing from current version?

2009-04-14 Thread Greg Lucas
I had not updated org-mode in a while so today I grabbed the zip for 6.25e. One thing I want to try out is RRS feed support. Looks like lisp/org-feed.el is missing? The autoloads are there so I can describe the various org-feed functions, but cannot execute any of them. -- Greg __

[Orgmode] Name of file being exported

2009-04-14 Thread Noufal Ibrahim
Hello everyone, I'm a recent org-mode convert (after hearing the talk) and without question, it's one of the best things I've ever used. Thank you for making such a wonderful program. However, org-mode and emacs being what they are, I'm tempted to try and customise it to do more. :)

Re: [Orgmode] [PATCH] org-remember: Skip creation of the default '* Notes' task

2009-04-14 Thread Bernt Hansen
Manish writes: > On Fri, Apr 10, 2009 at 2:49 AM, Bernt Hansen wrote: > [snip (17 lines)] > > Carsten, (and list) > > > > I've started using this new workflow just this week and org > remember insisted > > on creating an annoying '* Notes' task before my #+FILETAGS: line > since there

Re: [Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Carsten Dominik
Hi Jeff, taggin in tables is not supported, i particular because there are also no functions that would make use of these tags. - Carsten On Apr 14, 2009, at 11:36 AM, Jeff Kowalczyk wrote: Is there a way to use the org-mode tagging interface in table rows to categorize row data? * Headl

Re: [Orgmode] #+include: export header lines

2009-04-14 Thread Carsten Dominik
Hi Dan, special lines like #+OPTIONS are only parsed if the file is pointed to with #+SETUPFILE: "~/src/common/org-header.org" HTH - Carsten P.S. Where should we have had what documentation to make this easier for you to find? On Apr 13, 2009, at 9:24 PM, Dan Davison wrote: Dear list,

Re: [Orgmode] export to html: timestamp-kwd

2009-04-14 Thread Carsten Dominik
On Apr 14, 2009, at 1:12 AM, Eraldo Helal wrote: Salve Orgers! When exporting to html my auto-timestamp looks like this: CLOSED: class="timestamp">2009-04-14 Tue 00:52 I would rather like to have it like this: CLOSED: class="timestamp">2009-04-14 Tue 00:52 In words: I would like timestamp

Re: [Orgmode] Name of file being exported.

2009-04-14 Thread Carsten Dominik
Hi, On Apr 14, 2009, at 4:22 AM, Noufal Ibrahim wrote: [apologies if this is a repost. I was not on the list] Hello everyone, I'm a recent org-mode convert (after hearing the talk) and without question, it's one of the best things I've ever used. Thank you for making such a wonderful pro

[Orgmode] Use tagging in table rows? (was: Personal Finance in org-mode)

2009-04-14 Thread Jeff Kowalczyk
Is there a way to use the org-mode tagging interface in table rows to categorize row data? * Headline :tag1:tag2: | col1 | col2 | col3 | |--+--+| | data | data | :tag1: | | data | data | :tag1:tag2 | In the above example, tags in the table are

Re: [Orgmode] [PATCH] Auto resume clock-in fails

2009-04-14 Thread Carsten Dominik
Hi Adam, this is now fixed, thank you very much for your report and the additional details your provided. That helped a lot. The fix I implemented is different. I have not tested it extensively, and I would be very much obliged if you could give it a thorough test. Thanks! - Carsten On A