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

2009-04-04 Thread Christopher Suckling
On 3 Apr 2009, at 17:58, Carsten Dominik wrote: On Apr 3, 2009, at 4:49 PM, Christopher Suckling wrote: On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. I can't replicate this. Could you provide an exam

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

2009-04-04 Thread Carsten Dominik
Hi Christopher, the patch and the abstraction looks good. However, I am sure that there are quite a few people who have remember templates which call %(org-mac-message-insert-link) Let's not break their setup. Could you modify your patch so that this function still works? Thanks. - Carsten

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

2009-04-04 Thread Christopher Suckling
On 4 Apr 2009, at 09:25, Carsten Dominik wrote: the patch and the abstraction looks good. However, I am sure that there are quite a few people who have remember templates which call %(org-mac-message-insert-link) Let's not break their setup. Could you modify your patch so that this function

[Orgmode] Re: org-protocol://remember:// question

2009-04-04 Thread Tassilo Horn
Sebastian Rose writes: Hi Sebastian, > the issue should be fixed now. The docs should now match the reality. > > Your templates may refer to the page title through > > %:description > > See > http://orgmode.org/worg/org-contrib/org-protocol.php#example-template > once it's updated. Ok, now

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

2009-04-04 Thread Carsten Dominik
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 your consisten function naming, and compatibility as

Re: [Orgmode] Re: org-protocol://remember:// question

2009-04-04 Thread Sebastian Rose
Tassilo Horn writes: > But one question remains. Do I have to do some special quoting in order > to allow the protocol to split URL, TITLE and TEXT correctly? Let's say > I do > > emacsclient -c \ > 'org-protocol:/remember:/http://www.google.de/the search engine/bla fasel > bla' > > the lin

[Orgmode] Update emacs org-mode

2009-04-04 Thread Demidov Andrey
Hi all, I just wondering how can I daily update my org-mode installation. Now I'm doing: git pull origin master make make install Is it right way? Andrey ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] Update emacs org-mode

2009-04-04 Thread Manish
On Sat, Apr 4, 2009 at 9:43 PM, Demidov Andrey wrote: > Hi all, > > I just wondering how can I daily update my org-mode installation. > Now I'm doing: > > git pull origin master > make > make install > > Is it right way? I would suggest a make clean and make doc as well

Re: [Orgmode] Update emacs org-mode

2009-04-04 Thread Samuel Wales
I do this: ... echo;echo \=== updating org;echo ( cd $delbig/org-mode && git pull --stat --log && #first time make clean? make>elup--make 2>&1 # make install ... unnec unless you want delorg #

[Orgmode] Re: org-protocol://remember:// question

2009-04-04 Thread Tassilo Horn
Sebastian Rose writes: Hi Sebastian, > Yes. The best is to URL-encode the fields. Ok, no problem. I guess they're url-encoded when I get them inside Conkeror, anyway. Bye, Tassilo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

Re: [Orgmode] Update emacs org-mode

2009-04-04 Thread Manish
On Sat, Apr 4, 2009 at 10:53 PM, Samuel Wales wrote: > I do this: > > ... >echo;echo \=== updating org;echo >( >cd $delbig/org-mode && >git pull --stat --log && >#first time make clean? >make>elup--make 2>&1 ># make install ... unnec

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

2009-04-04 Thread Tom Shannon
In my never ending search for good organizational tools I've come back to try org-mode again. The concept of using tags wasn't that appealing to me but the addition of properties and columns makes it now very feasible. I am, however, running into problems associated with these new features. I'm

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

2009-04-04 Thread Carsten Dominik
Hi Tom, welcome back. Your search fails because "-" is an operator in tags/property searches. Therefore it should not be used as a character in a property name. A search Contact-Name="Shannon" will search for entries that do have the tag "Contact", but that do not have a property "Name" wi

[Orgmode] refile headline with inherited tags

2009-04-04 Thread Eraldo Helal
Today I refiled a headline that was part of a tree using inherited tags: * topic1 :tag1: ** headline1 ** headline2 * topic2 If I refile headline1 to another file... the tag "tag1" is not on it anymore... I am not sure if the best way to handle such cases is to add t

[Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Manish
Curiously state change causes the headings beginning with "Read" or "Reading to be chopped of those words. Example below. --8<---cut here---start->8--- # test file * Reading/RSS This heading becomes"/RSS" after S-right. * Read/RSS This heading also becomes

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

2009-04-04 Thread Samuel Wales
For what it's worth, I have never been able to get used to midcaps, underscores, or runtogetherwords. I like hyphens too. :) Would be splendid in tags also. How about escaping with \ ? And escaping \ with \\ . Pro: might work, is the expected behavior, easy to document. Con: will need specia

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

2009-04-04 Thread Samuel Wales
A while back, I wanted to archive all tasks that were closed more than n days ago (or, better, archive tasks merked with a done todo keyword, since some tasks have vestigial closed timestamps without having a done todo keyword). I tried using mapping. However, it took me months to get this far, w

Re: [Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Nick Dokos
Manish wrote: > Curiously state change causes the headings beginning with "Read" or "Reading > to be chopped of those words. Example below. > I can't reproduce this: S-right cycles through TODO states without chopping anything. HTH, Nick Version info: Org-mode version 6.25b GNU Emacs 23.0.91

Re: [Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Samuel Wales
Manish, my crystal ball tells me that you have "READ" as a todo kw. On Sat, Apr 4, 2009 at 15:00, Manish wrote: > Curiously state change causes the headings beginning with "Read" or "Reading > to be chopped of those words.  Example below. > > --8<---cut here---start---

Re: [Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Manish
> On Sat, Apr 4, 2009 at 15:00, Manish wrote: >> Curiously state change causes the headings beginning with "Read" or "Reading >> to be chopped of those words. Example below. >> >> --8<---cut here---start->8--- >> # test file >> * Readi

Re: [Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Carsten Dominik
On Apr 5, 2009, at 6:55 AM, Manish wrote: On Sat, Apr 4, 2009 at 15:00, Manish wrote: Curiously state change causes the headings beginning with "Read" or "Reading to be chopped of those words. Example below. --8<---cut here---start->8--- # test file * Rea

Re: [Orgmode] refile headline with inherited tags

2009-04-04 Thread Carsten Dominik
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 headline1 to another file... the tag "tag1" is not on it anymore... I am