[Orgmode] [PATCH] Fix typo and documentation of keys

2008-09-04 Thread Bernt Hansen
Fix key description of double prefix and spelling. --- lisp/org.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d551602..2321f2c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7796,7 +7796,7 @@ first of the last subitem. With prefix

[Orgmode] calc-date-format in org-table.el

2008-09-04 Thread Nick Dokos
The default calc-date-format in org-table.el uses a 12-hour clock, as Stephan Schmitt discovered - see http://article.gmane.org/gmane.emacs.orgmode/7753 I think it would be preferable to use either a 24-hour clock (or an am/pm indicator - imo, a 24-hour clock is better). Here is a patch

[Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-04 Thread Seweryn Kokot
Carsten Dominik <[EMAIL PROTECTED]> writes: > > I don't know how to do this, byt you could use a regular expression to > extract the time instead of a fixed substring, like > > (if (and value (>= (length value) 40) >(string-match "[0-9]+:[0-9]+" value)) > (mach-string 0 value) > nil

Re: [Orgmode] Deadlines with Time

2008-09-04 Thread Carsten Dominik
Hi Florian, On Aug 2, 2008, at 12:43 AM, Florian Beck wrote: Hi, sometimes I want to specify a deadline with a certain time. Without a time, there is no problem. The deadline shows up a couple of times earlier, which is fine. However, when I specify a time like DEADLINE: <2008-08-04 Mon 16:

[Orgmode] Re: Link Associations in Linux

2008-09-04 Thread Vyazovoi Pavel
Just add constant definition like in org.el to your dotfile (emacs config). At Thu, 4 Sep 2008 02:41:02 -0700 (PDT), David A Gershman wrote: > > I love answering my own questions. However, my current answer was found > in the form of hacking the org.el file. Not something I really want to >

[Orgmode] Re: Question/Poll

2008-09-04 Thread Rainer Stengele
Carsten Dominik wrote: Hi, is anyone using the interactive note target selection with remember? Or do you all (like me) always file the entries to the location defined in the template settings? I am considering to remove the interactive target selection entirely, because it basically defeat

[Orgmode] Re: Link Associations in Linux

2008-09-04 Thread Tassilo Horn
"David A. Gershman" <[EMAIL PROTECTED]> writes: Hi David, > In the org.el file, I found "org-file-apps-defaults-gnu", made my > adjustments { ("pdf" . "xpdf %s") } and away I went! However, is > there a way I can modify/add to the "org-file-apps-defaults-gnu" via > my .emacs file? Sure, lots of

Re: [Orgmode] Link Associations in Linux

2008-09-04 Thread David A. Gershman
I love answering my own questions. However, my current answer was found in the form of hacking the org.el file. Not something I really want to do. So... In the org.el file, I found "org-file-apps-defaults-gnu", made my adjustments { ("pdf" . "xpdf %s") } and away I went! However, is there a

[Orgmode] Link Associations in Linux

2008-09-04 Thread David A. Gershman
Hello, Using Orgmode under Windows I can link to a PDF file and the Windows OS will use the .pdf extension to launch the associated viewer application. It seems I don't have that luxury under Linux a the moment. I have a feeling there is a way to do it. Ideas? i.e. I would like a link: [[fi

Re: [Orgmode] Feature request: org-sort, alpha sans TODO keyword

2008-09-04 Thread Carsten Dominik
Fixed, thanks. both alpha and numeric sorting now do ignore the TODO keyword and also the priority cookie if present. Thanks for noticing and reporting this. - Carsten On Jul 31, 2008, at 5:55 PM, Wanrong Lin wrote: Hi, I recently had the need to use org-sort, and found that sorting on al