Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-24 Thread Carsten Dominik
Hi Taru, if I understand correctly, if I have a large BibTeX database, the entire database file will be included into the HTML file. A possible extension for your program would be to select only the references actually used in the exported file. - Carsten On Feb 22, 2009, at 1:05 PM, Taru

Re: [Orgmode] Wrong type argument: sequencep, quote

2009-02-24 Thread Carsten Dominik
What is the value or org-drawers? What is your #+OPTIONS line? - Carsten On Feb 24, 2009, at 7:40 AM, Ross A. Laird wrote: This is the error I get when I try any form of html export: org-export-remove-or-extract-drawers: Wrong type argument: sequencep, quote It even happens when I select

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-24 Thread Eric S Fraga
Spike Spiegel writes: Hi, On Fri, Feb 20, 2009 at 10:44 PM, Eric S Fraga ucec...@ucl.ac.uk wrote: It's because I sometimes want to sort entries according to date/time of creation as opposed to date/time of actual activity performed. I can work around this without difficulty, I think,

[Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
Hi, I would like to contribute 1 byte to org-mode; it's an a: --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing. (lambda (x) (if (cdr x) (char-to-string (cdr x)) )) alist )) (efforts (org-split-string

[Orgmode] Re: Wrong type argument: sequencep, quote

2009-02-24 Thread Ross A. Laird
Carsten Dominik domi...@science.uva.nl writes: What is the value or org-drawers? What is your #+OPTIONS line? This is likely the source of my problem. I had trouble finding the proper way to configure the drawer. The documentation says that Drawers need to be configured with the variable

[Orgmode] [tiny patch] calling org-agenda from eshell command line

2009-02-24 Thread Eric Schulte
Hi, The attached patch makes the prefix argument ARG to `org-agenda' optional so that it is easier to call from the eshell command line. There may be some reason not to make this change, but so far I am enjoying it. Thanks -- Eric From 1fd28b94613846616ae1dc8829c16fc70ee54454 Mon Sep 17

[Orgmode] Re: org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
Mmm... this also fails when editing the value of a property in column mode in agenda (C-c a a … C-c C-x C-c …e): Debugger entered--Lisp error: (wrong-type-argument stringp (0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 12:00 18:00 24:00 30:00)) string-match(\\S- (0 0:10 0:30 1:00 2:00

[Orgmode] Re: org-install.el in Emacs probably should be removed

2009-02-24 Thread Tim O'Callaghan
On 16/02/2009, Bernt Hansen be...@norang.ca wrote: Carsten Dominik domi...@science.uva.nl writes: On Feb 15, 2009, at 11:18 PM, Tim O'Callaghan wrote: The usage of org-install has the pre-requisite of having to compile the org.el files. This is no use to people like myself, who want

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-24 Thread Samuel Wales
Would it make sense at all to provide a user variable to turn off the agenda's scanning of headlines for times? I wonder if that would (slightly) speed it up also? -- Myalgic encephalomyelitis denialism is causing death (decades early; Jason et al. 2006) and severe suffering, pain, and

[Orgmode] Suppressing some header numbers during export

2009-02-24 Thread Jeff Putsch
I have an org-mode file that has several headers: * Revision History * Approvals * Introduction ... * Overall Description ... * System Features ... That when exporting numbers all headers. This behavior is expected. I'd like to prevent the first to headers from getting numbered

[Orgmode] ascii export of url part of links possible?

2009-02-24 Thread Samuel Wales
I didn't find a way to have export as ASCII export the URL of links. With a link whose URL is google's and whose label is google main page, org exports: try [google main page]. I prefer this: try http://google.com (google main page). Did I miss a variable? Thanks. -- Myalgic

[Orgmode] org-annotation mode version 0.4

2009-02-24 Thread Daniel M German
I want to apologize to all org-annotation-helper users out there (including Carsten) for dropping the ball for the last few months. Here is the latest version of it, with improved documentation and a small bug fix b David Moffat. http://turingmachine.org/~dmg/temp/org-annot-0.4.tar.gz

[Orgmode] How to generate a Unique id to include a headline

2009-02-24 Thread Charles Cave
Is there a way to add a unique id into the headline assuming the existence of an external comman/script to generate the number? I would like to include a cookie at the end of a headline that would allow me to synchronise my org-mode contents with another application (Listpro on Windows and Palm

Re: [Orgmode] How to generate a Unique id to include a headline

2009-02-24 Thread Nick Dokos
Charles Cave charles_c...@optusnet.com.au wrote: Is there a way to add a unique id into the headline assuming the existence of an external comman/script to generate the number? I would like to include a cookie at the end of a headline that would allow me to synchronise my org-mode contents