Re: [Orgmode] Re: Additional Properties for Export

2008-05-21 Thread Carsten Dominik
On May 20, 2008, at 9:41 PM, Peter Jones wrote: Carsten Dominik [EMAIL PROTECTED] writes: Hi Peter, how do you export a single subtree? If you do it by selecting the subtree as the region, then the headling of the subtree will become the title for export. - - - Actually, I just tried, and

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Carsten Dominik
Hi Wanrong, how about the following patch: - Carsten diff --git a/lisp/org.el b/lisp/org.el index 9094204..ee1b923 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7385,7 +7385,9 @@ If the file does not exist, an error is thrown. (setq cmd (replace-match %s t t cmd))) (while

Re: [Orgmode] firefox urls

2008-05-21 Thread Richard G Riley
Carsten Dominik [EMAIL PROTECTED] writes: On May 21, 2008, at 3:49 AM, John Rakestraw wrote: On Tue, 20 May 2008 16:46:37 -0400 Nick Dokos [EMAIL PROTECTED] wrote: when bzg/org-annotation-helper calls org-remember with argument ?w, I expect this template to pop up in a *Remember* buffer.

Re: [Orgmode] Converting lists to todo items and back

2008-05-21 Thread Carsten Dominik
Hi Bernt, this is a relative specializes application, for example you want the items to be turned into, not just outline headings, but also TODO entries. Org has these: C-c * can turn an item into a headline. However, the heading will always be a subheading of the nearest heading

[Orgmode] gantt chart similar overview of time for project planning

2008-05-21 Thread Kevin Nagel
hello, I started using orgmode and love it. however one thing is missing, which is a simple way of checking out the dates to see if there is time to allocate for a task/project without interfering others and also able to readjust it. the view would be sth like a gantt chart, but simple colored

[Orgmode] Re: Converting lists to todo items and back

2008-05-21 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Org has these: C-c * can turn an item into a headline. However, the heading will always be a subheading of the nearest heading above, so to convert your list, you should start from te end. C-c - can turn an headline into an item `C-c

[Orgmode] Re: Converting lists to todo items and back

2008-05-21 Thread Carsten Dominik
On May 21, 2008, at 2:54 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: Org has these: C-c * can turn an item into a headline. However, the heading will always be a subheading of the nearest heading above, so to convert your list, you should start from te end. C-c

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Wanrong Lin
Hi, Carsten, Thanks a lot for the patch. I tried it, but it does not work. I traced into the org-open-at-point function and found the patch is not executed because the condition *(stringp cmd) *is not satisfied, as cmd is a list (w32-shell-execute open file). This function seems a little bit

Re: [Orgmode] firefox urls

2008-05-21 Thread John Rakestraw
On Wed, 21 May 2008 07:28:58 +0200 Carsten Dominik [EMAIL PROTECTED] wrote: This seems to be a bug in org-annotation-helper.el. org-remember must be called like this: (org-remember nil ?w) instead of like this: (org-remember ?w) Thanks, Carsten. That fixed it. --John -- John

Re: [Orgmode] firefox urls

2008-05-21 Thread Nick Dokos
John Rakestraw [EMAIL PROTECTED] wrote: ... Even more puzzling (to me, anyway), is that occasionally when I press w the first time, I get nothing, but when I press it the second time, I get the template, complete with a w keyed in at point. Me too :-) I've learnt to just start typing what I

Re: [Orgmode] firefox urls

2008-05-21 Thread Daniel M German
Carsten This seems to be a bug in org-annotation-helper.el. Carsten org-remember must be called like this: Carsten (org-remember nil ?w) Carsten instead of like this: Carsten (org-remember ?w) Carsten Furthermore, in order to get %i as the region, you need to Carsten select the text

Re: [Orgmode] firefox urls

2008-05-21 Thread John Rakestraw
On Wed, 21 May 2008 13:06:53 +0200 Richard G Riley [EMAIL PROTECTED] wrote: Has anyone else had success following Nick's new instructions to get this working? I just tried from scratch and am seeing the same issues. It's working for me. I should admit (for those who have not been following

Re: [Orgmode] firefox urls

2008-05-21 Thread Nick Dokos
John Rakestraw [EMAIL PROTECTED] wrote: If it's not working for you, then I think (though remember I'm not a programmer ;-) that the problem is likely either in your template or in the bookmarklet set-up. You might start troubleshooting by following Dan's suggestion to test your template by

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Carsten Dominik
On May 21, 2008, at 4:25 PM, Wanrong Lin wrote: Hi, Carsten, Thanks a lot for the patch. I tried it, but it does not work. I traced into the org-open-at-point function and found the patch is not executed because the condition *(stringp cmd) *is not satisfied, as cmd is a list

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Wanrong Lin
Yes, this works! Thank you. Wanrong Carsten Dominik wrote: On May 21, 2008, at 4:25 PM, Wanrong Lin wrote: Hi, Carsten, Thanks a lot for the patch. I tried it, but it does not work. I traced into the org-open-at-point function and found the patch is not executed because the condition

[Orgmode] Link question

2008-05-21 Thread Shaun Johnson
I'm a light user of Orgmode so the following might not be sensible or there might be some existing way to achieve the same effect. I have an Org file like: * Glossary ... ** Address ... * Implementation ... ** Address ... What I would like is to have distinct links to the two 'Address'

Re: [Orgmode] Link question

2008-05-21 Thread Carsten Dominik
Hi Shaun, I think this would indeed make sense. I guess it should use / as a separator, and it should ideally ignore TODO keywords, priority cookies, and tags. Please go ahead and give it a try - to include it into Org you would have to sin the papers with the FSF. Best wishes - Carsten