Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Carsten Dominik
On Apr 6, 2009, at 7:56 AM, Manish wrote: On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while. Repeatably, with the latest git, emacs 22 cocoa, reloading org causes foldi

Re: [Orgmode] org-map-entries doesn't understand deletions

2009-04-05 Thread Carsten Dominik
On Apr 6, 2009, at 6:24 AM, Samuel Wales wrote: On Sun, Apr 5, 2009 at 04:48, Carsten Dominik > wrote: Your action function may now set the variable `org-map-continue-from-here' to the buffer position from where you wish to continue the search. In your case you would now remove you attempt to

Re: [Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-05 Thread Carsten Dominik
Hi Peter, I did solve, I think, the issue with headlines in line one. Should we go ahead and integrate org-crypt? - Carsten On Apr 2, 2009, at 5:12 PM, Peter Jones wrote: Carsten Dominik writes: Below is a patch which will fix this. Basically you need to go back and fix the visibility of

Re: [Orgmode] Problem with org-mac-message.el

2009-04-05 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 5, 2009, at 11:43 PM, Christopher Suckling wrote: On 4 Apr 2009, at 11:33, Carsten Dominik wrote: Hi Christopher, I have applied the patch, thanks. Also I made the following modification: The new function is defined as org-mac-message-insert-selected, an

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Manish
> On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: > >> I can't do the typing to formally document this, so I will just ask if >> others experience it. If not, it will take a while. >> >> Repeatably, with the latest git, emacs 22 cocoa, reloading org causes >> folding/vis

Re: [Orgmode] footnote bug

2009-04-05 Thread Samuel Wales
> Hi Samuel, > > does it make a noticeable difference when you turn off > org-use-tag-inheritance ? Only slightly. (And I use inheritance.) -- Myalgic encephalomyelitis denialism is causing death (decades early; Jason et al. 2006) and severe suffering (worse than nearly all other diseases studi

Re: [Orgmode] org-map-entries doesn't understand deletions

2009-04-05 Thread Samuel Wales
On Sun, Apr 5, 2009 at 04:48, Carsten Dominik wrote: > Your action function may now set the variable > `org-map-continue-from-here' to the buffer position > from where you wish to continue the search.  In your case > you would now remove you attempt to fix this Thank you very much. I will try it

[Orgmode] Patch for growl notifications without uncommenting hacks

2009-04-05 Thread David Abrahams
This patch to org-mac-message.el should make it show growl notifications when searching for flagged messages and growl is running, and work silently otherwise. It's a little more complicated than it needs to be, since as noted in a comment about the "double-tell" idiom, using the creator code to

Re: [Orgmode] Problem with org-mac-message.el

2009-04-05 Thread Christopher Suckling
On 4 Apr 2009, at 11:33, Carsten Dominik wrote: Hi Christopher, I have applied the patch, thanks. Also I made the following modification: The new function is defined as org-mac-message-insert-selected, and then the old name org-mac-message-insert-link is introduced as an alias. So you get y

[Orgmode] Re: reloading causes visibility bug requiring restart

2009-04-05 Thread Bernt Hansen
Do you have org-cycle-include-plain-lists set? If you turn that off does it work as expected? -Bernt Samuel Wales writes: > I can't do the typing to formally document this, so I will just ask if > others experience it. If not, it will take a while. > > Repeatably, with the latest git, emacs 2

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Carsten Dominik
Hi Samuel, is this something that started recently, or that you have observed over a longer period of time? - Carsten On Apr 5, 2009, at 8:18 PM, Samuel Wales wrote: I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while.

Re: [Orgmode] exporting from org-mode to S-expressions

2009-04-05 Thread Matthew Lundin
Hi Felipe, Felipe Csaszar writes: > Has anyone thought about a general framework for exporting Org > documents? I seem to recall from somewhere that it was possible to > export an Org document to a lisp S-expression, and then parse the > S-expression to generate the desired output. But have not

[Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Samuel Wales
I can't do the typing to formally document this, so I will just ask if others experience it. If not, it will take a while. Repeatably, with the latest git, emacs 22 cocoa, reloading org causes folding/visibility/cycling problems that are not fixable by reverting. Only restarting emacs fixes it.

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Matthew Lundin
Martin Stemplinger writes: >> On Apr 3, 2009, at 9:38 PM, Martin Stemplinger wrote: >> >>> I use org-mode as a GTD implementation with level-1 headings as area >>> of focus, level-3 headings for projects and level-5 headings as next >>> actions. For each project I also note a successful outcome i

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Carsten Dominik
On Apr 5, 2009, at 6:19 PM, Martin Stemplinger wrote: Hi Carsten, thanks for the info which does most of what I want but only if every next action item receives a tag like "noexport". This is quite cumbersome to do in large org-file. Is there a way to restrict inheritance of the tags? I do n

Re: [Orgmode] Selective Export of subheadings and plain text

2009-04-05 Thread Martin Stemplinger
Hi Carsten, thanks for the info which does most of what I want but only if every next action item receives a tag like "noexport". This is quite cumbersome to do in large org-file. Is there a way to restrict inheritance of the tags? Martin > Hi Martin, > > you can use tags to de-select entries for

Re: [Orgmode] Re: refile headline with inherited tags

2009-04-05 Thread Matthew Lundin
Bernt Hansen writes: > I would definitely _not_ want this behaviour by default. I'm okay with > it being an option if it's useful. My tasks inherit tags from > #+FILETAGS: and I don't want those moving between files. Agreed. I would not want this to be default behavior (not that anyone is sugg

Re: [Orgmode] refile headline with inherited tags

2009-04-05 Thread Carsten Dominik
On Apr 5, 2009, at 4:36 PM, Eraldo Helal wrote: I am not sure if you understood what I meant... to calrify: when refiling headline1 to another file (C-c C-w) this headline does not have the tag :tag1: in the new file. did your test refile it with the inherited tag? I see now what you mean

[Orgmode] Re: refile headline with inherited tags

2009-04-05 Thread Bernt Hansen
I would definitely _not_ want this behaviour by default. I'm okay with it being an option if it's useful. My tasks inherit tags from #+FILETAGS: and I don't want those moving between files. -Bernt Eraldo Helal writes: > I am not sure if you understood what I meant... > > to calrify: > when re

Re: [Orgmode] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
I am not sure if you understood what I meant... to calrify: when refiling headline1 to another file (C-c C-w) this headline does not have the tag :tag1: in the new file. did your test refile it with the inherited tag? On Sun, Apr 5, 2009 at 16:31, Eraldo Helal wrote: > > > On Sun, Apr 5, 2009 a

Re: [Orgmode] refile headline with inherited tags

2009-04-05 Thread Eraldo Helal
On Sun, Apr 5, 2009 at 08:44, Carsten Dominik wrote: > > On Apr 5, 2009, at 12:00 AM, Eraldo Helal wrote: > > Today I refiled a headline that was part of a tree using inherited tags: >> >> * topic1 :tag1: >> ** headline1 >> ** headline2 >> * topic2 >> >> If I refile

Re: [Orgmode] find-library-name, used by org-reload, missing on XEmacs

2009-04-05 Thread Carsten Dominik
Hi Tony, thanks for this, org-reload now works on XEmacs. - Carsten On Mar 31, 2009, at 8:38 PM, Tony E. Bennett wrote: Hi org-reload needs 'find-library-name', which is missing on XEmacs v21.5 at least. However there is 'find-library' which can be coerced into providing the filename: ;

Re: [Orgmode] embedded/inherited tags

2009-04-05 Thread Carsten Dominik
On Apr 2, 2009, at 1:02 AM, Samuel Wales wrote: Hi Carsten, On 2009-04-01, Carsten Dominik wrote: Did I really say I was going to make this, Samuel? I'll let you decide. :) Carsten earlier wrote: - Your proposal to use lisp syntax for agenda queries (Sep 16) is high on my todo list an

Re: [Orgmode] org-map-entries doesn't understand deletions

2009-04-05 Thread Carsten Dominik
Hi Samuel, you are quite right. The mapping function does wrap the call to your action function into a save-excursion form that assumes to return to the beginning of the headline. It then jumps to the end of that line and continues search from there. This is by design, because it allows "quick

Fwd: [Orgmode] Trouble with Properties and Sparse Trees/Agenda View

2009-04-05 Thread Carsten Dominik
Begin forwarded message: From: Carsten Dominik Date: April 5, 2009 8:56:13 AM GMT+02:00 To: Tom Shannon Subject: Re: [Orgmode] Trouble with Properties and Sparse Trees/ Agenda View On Apr 5, 2009, at 2:41 AM, Tom Shannon wrote: On Sat, Apr 4, 2009 at 7:25 PM, Carsten Dominik wrote: