Re: [Orgmode] export to latex

2009-01-11 Thread Carsten Dominik
I still cannot reproduce this, my commit is 5a8f775d79f4089d03968dd16ba7d073b7c9f142 and your file exports just fine. Note that "trans" is not a well-defined version. - Carsten On Jan 11, 2009, at 1:07 AM, sergio_101 wrote: | one line file | two line file ` _

Re: [Orgmode] export to latex

2009-01-11 Thread Manish
On Sun, Jan 11, 2009 at 2:45 PM, Carsten Dominik wrote: > I still cannot reproduce this, my commit is > > 5a8f775d79f4089d03968dd16ba7d073b7c9f142 > > and your file exports just fine. > > Note that "trans" is not a well-defined version. > > - Carsten > > On Jan 11, 2009, at

Re: [Orgmode] export to latex

2009-01-11 Thread Carsten Dominik
On Jan 11, 2009, at 12:56 PM, Manish wrote: On Sun, Jan 11, 2009 at 2:45 PM, Carsten Dominik wrote: I still cannot reproduce this, my commit is 5a8f775d79f4089d03968dd16ba7d073b7c9f142 and your file exports just fine. Note that "trans" is not a well-defined version. - Carsten On Jan 11,

Re: [Orgmode] Problem with archive location

2009-01-11 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > Hi Matt, > > indeed, this is a bug. Fixed now, thanks for the report. > > - Carsten Thanks for fixing this. I had one more question/request concerning archives. Would it perhaps be possible to enable the file name substitution (i.e., "%s") after the dou

Re: [Orgmode] Problem with archive location

2009-01-11 Thread Matthew Lundin
Hi Carsten, I should clarify a couple things in the previous post: Matthew Lundin writes: > > I had one more question/request concerning archives. I'm specifically referring to org-archive-location here. > Would it perhaps be possible to enable the file name substitution > (i.e., "%s") after

Re: [Orgmode] Problem with archive location

2009-01-11 Thread Matthew Lundin
Hi Carsten, Matthew Lundin writes: > > I had one more question/request concerning archives. > Would it perhaps be possible to enable the file name substitution > (i.e., "%s") after the double semi-colon, so that the file name can > be used as a headline within the archive file? Sorry to foll

Re: [Orgmode] Function to get the title of a heading

2009-01-11 Thread Daniel Clemente
Carsten Dominik writes: > Hi Daniel, > > I have added `org-heading-components'. > That helps, and it also makes easier other inquiries like the current headline level. Formerly I had to do (org-reduced-level (funcall outline-level)) which was not obvious. Thanks, Daniel __

Re: [Orgmode] export to latex

2009-01-11 Thread sergio_101
> Just to add one additional (quite useless data point).. I tried the > example file and it did seem to hang with Emacs consuming lots of CPU. okay, i knew i was going to miss something... html export works just fine.. but i never do get a fail.. the processor usage shoots to 100%.. and hangs th

[Orgmode] org-map-entries narrows to subtree

2009-01-11 Thread Daniel Clemente
Hi. After you eval this (for instance to count the number of headlines under a tree): (org-map-entries 'ignore t 'tree) you end up with a different view of the buffer because (org-narrow-to-subtree) was called. This seems an unwanted side effect since narrowing is not org-map-entries' job.

[Orgmode] Re: org-map-entries narrows to subtree

2009-01-11 Thread Daniel Clemente
Daniel Clemente writes: > Should (save-excursion) be used inside (org-map-entries ... 'tree) ? Sorry, I meant (save-restriction) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

[Orgmode] Re: org-mode and remind integration

2009-01-11 Thread Daniel Martins
I did your test wuth a null regexp It is a regexp problem! Org-mode has two variables: org-deadline-string and org-scheduled-string (see below) and I want to match tasks which have a timestamp, ie satisfies the org-ts-regexp2 BUT DO NOT have org-deadline-string NOR org-scheduled-string I tr

Re: [Orgmode] Re: org-map-entries narrows to subtree

2009-01-11 Thread Eric Schulte
Daniel Clemente writes: > Daniel Clemente writes: > >> Should (save-excursion) be used inside (org-map-entries ... 'tree) ? > > Sorry, I meant (save-restriction) > I would like to second this request, I often find myself calling (widen) after using org-map-entries. -- Eric _

[Orgmode] Org-Mode Highlighting Not Working in EmacsW32

2009-01-11 Thread Ryan
I just installed EmacsW32 (latest version) on XP and found that highlighting is not working like it was on vanilla Emacs 22.3. How do get the default highlighting back? Thanks, Ryan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] [PERF] Slow Org Agenda Custom Commands

2009-01-11 Thread Matthew Lundin
Hi Jason, "Jason Jackson" writes: > I'm using the following org agenda custom command, with a relatively small > org-mode text file, and agenda creation is taking around 3-4 seconds, it > becomes unbearably worse if I modify stuck-projects to also use properties > searches) > > Is there anythin

Re: [Orgmode] [PERF] Slow Org Agenda Custom Commands

2009-01-11 Thread Jason Jackson
Thank you Matthew, this improved the performance to an acceptable ~half second I still wonder if multiple property searches could be optimized somehow, but for my purposes I'm satisfied =) For example, you can't use agenda filter commands with org-stuck-project-list, thus you'd have to resort to

[Orgmode] Re: Org-Mode Highlighting Not Working in EmacsW32

2009-01-11 Thread news.gmane.org
Ryan schrieb: > I just installed EmacsW32 (latest version) on XP and found that > highlighting is not working like it was on vanilla Emacs 22.3. How do > get the default highlighting back? > > Thanks, > Ryan > > > > > ___