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
`
_
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
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,
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
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
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
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
__
> 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
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.
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
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
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
_
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
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
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
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
>
>
>
>
> ___
16 matches
Mail list logo