On Sep 19, 2007, at 18:48, Sivaram Neelakantan wrote:
When I use Org mode to record a TODO, the date is more often than not,
some day in the future. C-c C-s defaults to the current date but can
it be presented as an editable field in the minibuffer? That way, I
save a few keystrokes. The same
On Sep 13, 2007, at 16:01, Jason F. McBrayer wrote:
Here are some things that any future org-clock.el or similar ought to
be able to handle:
1. Including CLOCK entries from all org-agenda-files in its summaries
This one is really needed, yes. Will add this soon.
2. Including CLOCK entries f
On Sep 13, 2007, at 17:05, Bernt Hansen wrote:
Here's how I'm currently using org-mode. Maybe this will be useful to
someone.
Yes, this is inspiring, thanks a lot.
Most of how I am currently working with org-mode was inspired
by John Wiegley's article that Carsten posted on the list rece
Hi,
I am looking for a feature (script) which automatically
updates my file links!? It probably want work out of
the box, but I think it would be really great to have it...
Maybe, a way to update directory links would work with
adding a 'search-file' into each linked-directory, which
corresponds t
When I use Org mode to record a TODO, the date is more often than not,
some day in the future. C-c C-s defaults to the current date but can
it be presented as an editable field in the minibuffer? That way, I
save a few keystrokes. The same for the C-c C-d deadline option.
I use C-tab to cycle th
> A really stupid solution is also to promote the entry to
> top level with M-left, then to move it down with M-down,
> then to demote it again with M-right. For short distances
> this requires the lease amount of thinking.
I found this "stupid solution" appealing (not sure what this says ab
Hi Carsten,
I found a typo in the documentation about "remember":
like %a, but propmpt for
s / propmpt / prompt /
cheers,
Giovanni
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Nuutti Kotivuori <[EMAIL PROTECTED]> writes:
> I'd like an easy way to set the duration of an appointment (a
> timestamp) after it has been created.
For new appointments, I cannot think of an easier way to insert duration
than inserting it at the prompt.
For example, to set a appointment for t
Carsten Dominik wrote:
> I guess this would be as easy as
>
> (defun org-new-heading-after-current ()
> "Insert a new heading with same level as current, after current
> subtree."
> (interactive)
> (org-back-to-heading)
> (org-insert-heading)
> (org-move-subtree-down)
> (end-of-line 1))
Works like
Hi,
I'd like an easy way to set the duration of an appointment (a
timestamp) after it has been created.
Something like a keybind prompting for a duration (in hours and
minutes or some wiser parser) and then converting the timestamp at
point to have a start time and an end time.
Again, if somebod
On 18/09/2007, Daniel M German <[EMAIL PROTECTED]> wrote:
>
>
> Jason> Cezar <[EMAIL PROTECTED]> writes:
> >> I would like to know if there are any PDA or Smartphone devices to
> >> use with org-mode, and be able to sync between them with ease.
>
> Jason> Not entirely serious: has anyone porte
11 matches
Mail list logo