[Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Paul R
Cezar Halmagean <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> >> I think that, if I understand the issue, from the agenda it would be >> nicer for a default action to insert with the scheduled date defaulted >> to the day which has focus. > > exactly... I wonder w

Re: [Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Richard G Riley
Manish <[EMAIL PROTECTED]> writes: > May be I misunderstood but it seems following setup > does all that you want (and more). > > Please see below. > > ,[ Relevant setup ] > | (defun my-start-clock-if-needed () > | (save-excursion > |(goto-char (point-min)) > |(when (re-search-forward

Re: [Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Manish
> Please do see sec. #9 for more details. It lets you be pretty creative. I meant sec #9 of the org manual. Sorry. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.g

Re: [Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Manish
May be I misunderstood but it seems following setup does all that you want (and more). Please see below. ,[ Relevant setup ] | (defun my-start-clock-if-needed () | (save-excursion |(goto-char (point-min)) |(when (re-search-forward ":CLOCK-IN:" nil t) | (replace-match "") |

Re: [Orgmode] agenda display of scheduled sub-tasks

2008-06-15 Thread broek
I find it helps if I can block out certain portions of my calendar to complete certain sub-tasks. In other words, I like to look at my agenda for the day and know that I should complete, say, sub-task A between 10-12. I have tried the following: ** TODO Main Task [0/2] DEADLINE: <200

[Orgmode] agenda display of scheduled sub-tasks

2008-06-15 Thread knubee
I find it helps if I can block out certain portions of my calendar to complete certain sub-tasks. In other words, I like to look at my agenda for the day and know that I should complete, say, sub-task A between 10-12. I have tried the following: ** TODO Main Task [0/2] DEADLINE: <2008-06-17 Tu

[Orgmode] Re: insert todo from agenda?

2008-06-15 Thread knubee
> I think that, if I understand the issue, from the agenda it would be > nicer for a default action to insert with the scheduled date defaulted > to the day which has focus. yes, it would be convenient if we could do that. ___ Emacs-orgmode mailing li

[Orgmode] Sitemap patch - better version

2008-06-15 Thread Sebastian Rose
Hello again, this is a reworked version of the last patch I sent for the function org-publish-org-index. It addresses a weekness of the former patch: * foodir/ + bardir/ - somefile * g instead of * g * foodir/bardir/ + somefile Note that foodir/ is empty. Indentation should

[Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Cezar Halmagean
Richard G Riley <[EMAIL PROTECTED]> writes: > > I think that, if I understand the issue, from the agenda it would be > nicer for a default action to insert with the scheduled date defaulted > to the day which has focus. exactly... ___ Emacs-orgmode m

Re: [Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jun 15, 2008, at 9:01 PM, Cezar Halmagean wrote: > >> knubee <[EMAIL PROTECTED]> writes: >> >>> This seems like an obvious question, but I haven't been able to >>> find an answer. >>> >>> Is there a simple command for entering a new TODO item from t

Re: [Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Carsten Dominik
On Jun 15, 2008, at 9:01 PM, Cezar Halmagean wrote: knubee <[EMAIL PROTECTED]> writes: This seems like an obvious question, but I haven't been able to find an answer. Is there a simple command for entering a new TODO item from the agenda view? (something analogous to "i d" for inserting

[Orgmode] Re: insert todo from agenda?

2008-06-15 Thread Cezar Halmagean
knubee <[EMAIL PROTECTED]> writes: > This seems like an obvious question, but I haven't been able to find an > answer. > > Is there a simple command for entering a new TODO item from the agenda view? > (something analogous to "i d" for inserting a diary entry) > > If not, how do people quickly e

[Orgmode] Re: cdlatex like remember

2008-06-15 Thread Fabian Braennstroem
Hi Carsten, * Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Jun 12, 2008, at 9:34 PM, Fabian Braennstroem wrote: > >> Hi Dominik, > > My first name is Carsten (common mistake...) Sorry... > >> * Dominik, C. <[EMAIL PROTECTED]> wrote: >>> Hi Fabian, >>> >>> I have no plans to extend cdlatex in

[Orgmode] insert todo from agenda?

2008-06-15 Thread knubee
This seems like an obvious question, but I haven't been able to find an answer. Is there a simple command for entering a new TODO item from the agenda view? (something analogous to "i d" for inserting a diary entry) If not, how do people quickly enter new scheduled/deadline TODO items? thanks

Re: [Orgmode] [PATCH] Allow 'prefix' to be set on the command line

2008-06-15 Thread Carsten Dominik
On Jun 3, 2008, at 3:34 AM, Peter Jones wrote: This patch allows you to: make install prefix=/some/path Makes installing Org-mode in a non-standard path a bit easier. I have noticed that at least my version of make (GNU make 3.81) does allow me to set the prefix like that out of the box,