[Orgmode] Make timestamps appear in each item header of the _archive file

2008-09-12 Thread munco munco
Hi When I archive (C-c-x-a) a TODO item to my _archive file I would like the close timestamp to also appear in the header of that TODO item in the _archive file (e.g. ** DONE <2008-09-13 Sat 14:27> Email Org-mode list my problem... ) My current org-mode configuration looks like: ;; ORG mode--

Re: [Orgmode] Applying a user-defined function to cols in table

2008-09-12 Thread Nick Dokos
charles snyder <[EMAIL PROTECTED]> wrote: > I am trying to apply a function to one column in a table and output the > result to another column. The function looks like this: > > (defun yahoo (stock_symbol) >(let (url contents fields price-string price) > (setf url "http://finance.yahoo.

Re: [Orgmode] Correct Way to Create Sibling Headings

2008-09-12 Thread Daniel Clemente
Peter Jones <[EMAIL PROTECTED]> writes: > I'm aware of two ways to create a sibling heading (a heading directly > after the current heading): > > 1. M-return (org-meta-return) > 2. C-return (org-insert-heading-after-current) > There's also: 3. C-c return (org-ctrl-c-ret)

[Orgmode] Applying a user-defined function to cols in table

2008-09-12 Thread charles snyder
Hi I am trying to apply a function to one column in a table and output the result to another column. The function looks like this: (defun yahoo (stock_symbol) (let (url contents fields price-string price) (setf url "http://finance.yahoo.com/d/quotes.csv?s=";) (str+! url stock_symbol)

[AvC] Re: Bahnsen vs. Stein: A debate

2008-09-12 Thread zencycle
On Sep 12, 12:05 pm, Roger Pearse <[EMAIL PROTEn is harder, if you think about subtrees that are not top-level. If you mark a level 5 subtree for export, what should happen to the hierarchy above it? his can get quickly very complex, so I was wondering if you have been thinking about a r

[Orgmode] Re: Passing an option to org-file-apps?

2008-09-12 Thread anhnmncb
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Daniel Clemente <[EMAIL PROTECTED]> writes: >> >>> Hi, >>> Something like this: [[file:~/doc/foo.pdf 25]] So org will invoke xpdf in this way: xpdf ~/doc/foo.pdf 25. >>> Maybe it's bet