[Orgmode] org-mode import/export and opml ?

2008-09-13 Thread Bruce Hackett
Hi, I'm a new user of org-mode, but I'm addicted already. Great work! I have an outliner app on my cell phone that can ingest opml-coded files. It would be nice if I could get some kind of sync between my org files and the cell phone. In one of the threads there is mention of an ongoing effort

Re: [Orgmode] feature inquiry

2008-09-13 Thread Carsten Dominik
Hi Stuart, such a functionality does not currently exist and I do find it too specialized to write it. - Carsten On Aug 31, 2008, at 9:29 PM, Stuart McLean wrote: Hello everyone, I have a large number of tasks that I do in a cyclic fashion, or at least would _like_ to do regularly. I do t

Re: [Orgmode] Strange key binding problem

2008-09-13 Thread Carsten Dominik
Hi Samuel On Aug 31, 2008, at 10:35 PM, Samuel Wales wrote: The keybinding for ESC right remains bound to forward-word even after loading org. I you run Org-mode under X windows, org normally does not use this key binding, since meta-right does the same job. If you would like to insist usi

Re: [Orgmode] Top-level headers in org-sparse-tree

2008-09-13 Thread Carsten Dominik
Hi Iris, Org considers the version of the file with only top-levels shown as the most folded version and does not provide commands that will hide these. If the sparse tree exposes an entry deep in the hierarchy, it will also show the entire headline hierarchy above it. In another reply t

Re: [Orgmode] Current Date in Agenda View

2008-09-13 Thread Carsten Dominik
Hi David, no, there is not. You can always press "." in the agenda, that will get you to "today" and position the cursor at that day. Another possibility is to customize the variable org-agenda-time-grid with M-x customize-variable RET org-agenda-time-grid and to turn of the "show grid in si

Re: [Orgmode] Changed behavior with checkbox tokens

2008-09-13 Thread Carsten Dominik
On Aug 20, 2008, at 3:56 AM, Eddward DeVilla wrote: Hi all, I've been really behind on org-mode release and recently got to a 6.x release. I've noticed the following 6.06b. * b list [0/3] - [-] [6/7] Stooge - [ ] Larry - [X] Curly - [X] Moe - [X] Shemp - [X] Joe - [X] Joe

Re: [Orgmode] Patch to fix indent error when current line is in SRC block

2008-09-13 Thread Carsten Dominik
Hi Tseng, thank you, I am accepting the patch. - Carsten On Sep 8, 2008, at 2:46 PM, S.P.Tseng wrote: I add function 'org-edit-src-find-region-and-lang' to the begin of the 'org-indent-line-function'. When current line is in SRC block do nothing. So, you can use below code to indent the

Re: [Orgmode] Searching for tags or todo keywords

2008-09-13 Thread Carsten Dominik
Hi Peter, as you have seen, changing the logic is not easy, for a number of reasons. I would like to have parenthesis, but since the parsing is done by string processing, any parenthesis in one of the search strings would be difficult to handle. Some work-arounds: 1. Have you thought abo

Re: [Orgmode] Re: Very slow agenda view

2008-09-13 Thread Carsten Dominik
On Aug 15, 2008, at 7:05 PM, Jason F. McBrayer wrote: Rainer Stengele <[EMAIL PROTECTED]> writes: takes several seconds on my EmacsW32 3 GHz CPU. After changing the tag inheritance setting to nil the view shows in about 1 second! Which is good enough! I have the same behaviour here; I had

Re: [Orgmode] About diary and time tracking

2008-09-13 Thread Carsten Dominik
Hi Rustom, On Aug 4, 2008, at 8:25 AM, Rustom Mody wrote: I gather (dont recall exactly from where) that there are alternatives to using the builtin emacs diary (Subsection: Calendar Diary Integration in Section Agenda views). the main alternative is to use the Org scheduling possibilities, a

Re: [Orgmode] Bug with clock-out note left out of :CLOCK: drawer

2008-09-13 Thread Carsten Dominik
Fixed, thanks for the report. - Carsten On Aug 12, 2008, at 9:43 AM, [EMAIL PROTECTED] wrote: Hi, I use `#+STARTUP: lognoteclock-out' to take notes when clock-out. When I clock-out for the first time, the note is layout just under the clock-out record. When I clock-in and clock-out the same

Re: [Orgmode] Correct Way to Create Sibling Headings

2008-09-13 Thread Carsten Dominik
Hi Peter, thank you for your thoughtful post. I tend to agree that there is some consistency missing in this area. Following your post, I am changing the interface like this: M-RET and M-S-RET will remain the same, i.e. they will insert the heading directly after the current line, there

Re: [Orgmode] Current Date in Agenda View

2008-09-13 Thread David A. Gershman
> Hi David, no, there is not. You can always press "." in the agenda, > that will get you to "today" and position the cursor at that day. Doh! Missed that one...that works fine. Thanks! --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the

[Orgmode] Re: Correct Way to Create Sibling Headings

2008-09-13 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > M-RET and M-S-RET will remain the same, i.e. they will insert the > heading directly after the current line, therefore making any content > of the entry part of the new entry. I believe this still makes sense, > because it feels more like direct editin

Re: [Orgmode] org-mode import/export and opml ?

2008-09-13 Thread Carsten Dominik
On Sep 12, 2008, at 3:07 PM, Bruce Hackett wrote: Hi, I'm a new user of org-mode, but I'm addicted already. Great work! I have an outliner app on my cell phone that can ingest opml-coded files. It would be nice if I could get some kind of sync between my org files and the cell phone. In one

Re: [Orgmode] Make timestamps appear in each item header of the _archive file

2008-09-13 Thread Carsten Dominik
Hi, On Sep 13, 2008, at 6:33 AM, munco munco wrote: Hi When I archive (C-c-x-a) a TODO item to my _archive file I would like the close timestamp to also appear in the header of that TODO item in the _archive file (e.g. ** DONE <2008-09-13 Sat 14:27> Email Org-mode list my problem... ) Thing