Re: [Orgmode] FR: Using properties to customize global settings on a per-entry basis

2007-10-04 Thread Carsten Dominik
On Oct 3, 2007, at 19:57, John Wiegley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: OK, how about a general mechanism like this: If there is a property :org-log-done:, it will be used instead of the current value of org-log-done during TODO state changeing, like * repetitive entry :

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-04 Thread Carsten Dominik
On Oct 3, 2007, at 17:56, William Henney wrote: Hi list If I call org-insert-link with the region active, then the region content is instantly deleted while I am prompted for the link. This is rather disconcerting, but for most link types the region content magically reappears as the default v

Re: [Orgmode] Only one org-open-at-point at a time?

2007-10-04 Thread Carsten Dominik
On Oct 3, 2007, at 18:16, Bastien wrote: (start-process-shell-command cmd nil cmd))) Much better, thanks a lot. - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.g

Re: [Orgmode] Search for tags in TODO item in certain states

2007-10-04 Thread Carsten Dominik
On Oct 1, 2007, at 7:21, Wanrong Lin wrote: Hi, Can anyone please show me how to search for a tag in TODO items that are in certain states only? For example, I want to have a list of TODO items with "buy" tag, but not those in "DONE" or "CANCELED" state. I don't see how to do it by reading

Re: [Orgmode] Search for tags in TODO item in certain states

2007-10-04 Thread Carsten Dominik
Sorry, I replied to the wrong message, this was my answer to your the question about removing the scheduled time string. - Carsten On Oct 4, 2007, at 9:45, Carsten Dominik wrote: On Oct 1, 2007, at 7:21, Wanrong Lin wrote: Hi, Can anyone please show me how to search for a tag in TODO items

Re: [Orgmode] Re: org-mode and Google Calendar

2007-10-04 Thread Carsten Dominik
On Sep 29, 2007, at 16:21, Bastien wrote: Bastien <[EMAIL PROTECTED]> writes: I just point google calendar to this file. The only problem I have had is with google calendars timezone handling. Talking about the .ics export, I find the new DESCRIPTION very useful. But maybe org-trim could

Re: [Orgmode] org-mode font-locking clobbers the rear-nonsticky text property; for other modes it doesn't

2007-10-04 Thread Carsten Dominik
On Oct 3, 2007, at 11:34, Tom Weissmann wrote: I am trying to work out why font-lock for Org-mode changes the rear-nonsticky property of text I insert, while it doesn't do it for other modes. For example: (with-current-buffer (get-buffer-create "foo") (insert (propertize ";;Try adding

Re: [Orgmode] Progress logging with org-mode

2007-10-04 Thread Carsten Dominik
Hi Tom, On Sep 29, 2007, at 3:01, Tom Weissmann wrote: A feature of org-mode I have started to use a lot is the clock, to record the amount of time I spend on different tasks. I'll start a clock in the task or subtask I'm working on, and then clock out and add a note when I move to a diff

Re: [Orgmode] Moving an item to a precise place

2007-10-04 Thread Carsten Dominik
On Oct 2, 2007, at 14:33, Max Mikhanosha wrote: ;;; ;;; Bugs: leaves empty line sometimes, but this is a bug in ;; org-paste-subtree IMHO. The cut-and-paste operations consider whitespace to be part of an item. So if you cut a tree that ends with whitespace, that whitespace will be pasted bac

[Orgmode] Re: Progress logging with org-mode

2007-10-04 Thread Tom Weissmann
Carsten Dominik science.uva.nl> writes: > I cannot reproduce the indentation you are getting - are you > re-indenting the lines > with TAB or so? In fact what happens is that any CLOCK below another one that has a note is indented more than the CLOCK above it: Eg (from a real org-mode file th

[Orgmode] org-insert-labeled-timestamps-before-properties-drawer obsolete?

2007-10-04 Thread Carsten Dominik
Hi, I would like to make the variable org-insert-labeled-timestamps-before-properties-drawer obsolete. Is anyone relying on this variable? - Carsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-org

Re: [Orgmode] Re: Progress logging with org-mode

2007-10-04 Thread Carsten Dominik
On Oct 4, 2007, at 12:08, Tom Weissmann wrote: Carsten Dominik science.uva.nl> writes: I cannot reproduce the indentation you are getting - are you re-indenting the lines with TAB or so? In fact what happens is that any CLOCK below another one that has a note is indented more than the CL

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-04 Thread Bastien
"William Henney" <[EMAIL PROTECTED]> writes: > 5a. If the link I entered in step 3 was something like > "http://foo.org";, then all is well - the deleted region from step 1 > appears as the default description. > > 5b. However, if the link I inserted in step 3 was something like > "file:/etc/whate

Re: [Orgmode] Re: org-mode and Google Calendar

2007-10-04 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: >> And maybe this description field could also skip timestamps that are >> not >> SCHEDULED or DEADLINE. I often use such timestamps and the description >> shows them, which looks weird: >> >> DESCRIPTION: <2007-12-19 mer> > > Not sure about that,

[Orgmode] Re: Progress logging with org-mode

2007-10-04 Thread Tom Weissmann
Carsten Dominik science.uva.nl> writes: > The point is that the next clock entry is inserted *before* the > previous ones, > and in my setting this does not change the indentation of the entries > that were > already there... But it only as long as they're not indented by some foolish user, af

Re: [Orgmode] FR: Using properties to customize global settings on a per-entry basis

2007-10-04 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: >>> * repetitive entry >>> :PROPERTIES: >>> :org-log-done: nil >>> :END: >> >> Sounds like a great way to do it! > > The alternative would be a LOGGING property where you could set the same > keywords as in the STARTUP line. What is better? I

[Orgmode] Displaying entry age in line

2007-10-04 Thread Nascif Abousalh-Neto
Hi, I have been using a Google Widget called Days Since: http://leancode.com/dayssince/ which just keeps an automatically updated count of the days since an entry was created. I would like to have the same functionality in org-mode - it already does something along the same lines (automatic calcul

[Orgmode] Re: Only one org-open-at-point at a time?

2007-10-04 Thread Simon Guest
At Wed, 03 Oct 2007 17:16:19 +0100, Bastien wrote: > This small patch let you start a new process when you open an external > viewer from Org: > [..] Bastien, Thanks for this, just what I needed. cheers, Simon ___ Emacs-orgmode mailing list Remember

[Orgmode] relative scheduling

2007-10-04 Thread Richard G Riley
Should something +3d work when rescheduling a task? It would be nice if it did and be a little more consistent IMO. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: Re: [Orgmode] Re: org-mode and Google Calendar

2007-10-04 Thread Giovanni Ridolfi
On Thu, Oct 04, 2007 at 11:44:34AM +0100, Bastien wrote: > Maybe a :DESCRIPTION: would also be useful to explicitly specify the > short description. This short description would override the one that > Org tries to guess from the first line of the subtree. > > But eh, I've got my :LOCATION: so I

Re: [Orgmode] apparent bug in org-insert-link with active region

2007-10-04 Thread William Henney
On 10/4/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > You have found a bug - fixed for 5.11. I am also keeping the region > in the buffer until the last moment now, to ease your discomfort :-) Great, thanks. I am feeling more comfortable already :) Cheers Will -- Dr William Henney, Cent

[Orgmode] Re: Wishlist - Function to get to and reveal the current clocking task

2007-10-04 Thread Bernt Hansen
Bastien <[EMAIL PROTECTED]> writes: > Bernt Hansen <[EMAIL PROTECTED]> writes: > >> If I fold my buffer it works but if I show all of the buffer with C-c >> C-a then repeatedly run the new function it jumps back and forth between >> two points in the file (lines 335 and 365 for me - the clock mark

Re: [Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-04 Thread pete phillips
> "Bastien" == Bastien <[EMAIL PROTECTED]> writes: >> | (org-add-agenda-custom-command | '(("X" agenda "" | >> ((org-agenda-skip-function | (lambda() (org-agenda-skip-entry-if >> 'scheduled 'deadline))) ` Excellent. Thanks for that. I now have a custom shell command whic

Re: [Orgmode] Displaying entry age in line

2007-10-04 Thread Bastien
"Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes: > I have been using a Google Widget called Days Since: > http://leancode.com/dayssince/ which just keeps an automatically > updated count of the days since an entry was created. Maybe you can start to manually store a :CREATED: property, consisti