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
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
> 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
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 "")
|
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
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
> 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
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
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
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
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
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
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
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
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,
15 matches
Mail list logo