[Orgmode] How to Strip TODO headword and refile as a note

2009-10-24 Thread Alan E. Davis
I had a TODO item to go to the bank. At the bank I had some issues to discuss with a representative. Now I'm home, I am going over my agenda "todo" listing, and see this item, with a priority of "A". I stumbled momentarily, realizing I not only want to archive this, get it out of my agenda and t

Re: [Orgmode] Org-mobile bug?

2009-10-24 Thread Carsten Dominik
Hi Phil, On Oct 23, 2009, at 4:36 PM, Phil Branigan wrote: Somehow, in putting together the file list, org-mobile-push strips the home ~ from the file names in org-agenda-files, so that no org files are actually getting copied to my staging directory. I sure would appreciate any hints on

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-24 Thread Carsten Dominik
On Oct 22, 2009, at 7:53 AM, Ryan C. Thompson wrote: That's a fine solution for now, but I have one template that I *always* want to be prompted about. (It's an "assignment" template, and I want to refile it under the appropriate class.) For others, I don't want a prompt. I feel there shou

Re: [Orgmode] Remember put new item in the top of the list

2009-10-24 Thread Carsten Dominik
On Oct 23, 2009, at 11:39 PM, Marcelo de Moraes Serpa wrote: Hello, How could I setup org-remember to put the item I collect in the top of the list instead of the bottom? I have the following code: (setq org-remember-templates '( ("NextAction" ?t "*** TODO %^{Brief Description} %

[Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Matt Lundin
"Alan E. Davis" writes: > I had a TODO item to go to the bank.  At the bank I had some issues to > discuss with a representative.  Now I'm home, I am going over my agenda > "todo" listing, and see this item, with a priority of "A".  > > I stumbled momentarily, realizing I not only want to archive

[Orgmode] Re: Added support for "habit tracking"

2009-10-24 Thread Matthew Lundin
John Wiegley writes: > The only difference between regular repeating tasks and habits is this: > > 1. Habits appear at the bottom of the agenda (by default) Out of curiosity, might I ask what org-agenda-sorting-strategy setting produces the default behavior? My agenda shows habits intermingled

Re: [Orgmode] Re: Org-mode version 6.31trans; Problem with new 'away time' feature

2009-10-24 Thread Carsten Dominik
On Oct 23, 2009, at 10:20 AM, Kai Tetzlaff wrote: John Wiegley wrote: On Oct 22, 2009, at 6:32 PM, Kai Tetzlaff wrote: 'Cannot restart clock because task does not contain unfinished clock' When i look at the corresponding clock line the previously running clock has now indeed been stop

[Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread PT
Alan E. Davis gmail.com> writes: > I stumbled momentarily, realizing I not only > want to archive this, get it out of my agenda and todo file, I > also want to file a note about the issues, and what I learned > about them. The "todo file" expression suggests organizational problems. When I bega

[Orgmode] directory tree size browsing with column view

2009-10-24 Thread Michael Brand
Hi all, I would like to use the column view for browsing a hierarchical tree with a summed up property like e. g. the directory sizes (inclusive cluster waste and subdirectories from `du -sk`) of a directory tree. Just similar (only unsorted) to the upper left pane of this GUI screenshot of Wi

[Orgmode] Re: New module: org-learn, incremental reading

2009-10-24 Thread Richard KLINDA
Excellent, I have been wanting to use this SuperMemo feature for years. Having it readily available in org mode is just too good to be true. Thanks, Richard ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-org

[Orgmode] Re: New module: org-learn, incremental reading

2009-10-24 Thread Richard KLINDA
> Regarding 'Re: New module: org-learn, incremental reading'; Bill Powell > adds: >> 3. If your answer is 4 or 5, the item will not be repeated. > In my own experience, material /always/ has to be repeated. +1. Repetition (optimally with ever increasing intervals) is a must. Rich

[Orgmode] Re: Added support for "habit tracking"

2009-10-24 Thread Matthew Lundin
Matthew Lundin writes: > John Wiegley writes: > >> The only difference between regular repeating tasks and habits is this: >> >> 1. Habits appear at the bottom of the agenda (by default) > > Out of curiosity, might I ask what org-agenda-sorting-strategy setting > produces the default behavior?

Re: [Orgmode] directory tree size browsing with column view

2009-10-24 Thread James TD Smith
Hi Michael, On 2009-10-24 15:45:32(+0200), Michael Brand wrote: > Hi all, > > I would like to use the column view for browsing a hierarchical tree with a > summed up property like e. g. the directory sizes (inclusive cluster waste and > subdirectories from `du -sk`) of a directory tree. Just simi

Re: [Orgmode] Remember put new item in the top of the list

2009-10-24 Thread James TD Smith
Hi Carsten, On 2009-10-24 14:24:18(+0200), Carsten Dominik wrote: > I am working on a rewrite for much of the remember functionality, and > this will be one of the options. I don't know how far you've got with your work on org-remember, but if you'd like to look at my rewrite, a cleaned-up and

Re: [Orgmode] Org-mobile bug?

2009-10-24 Thread Carsten Dominik
Good to hear. Thanks. - Carsten On Oct 24, 2009, at 6:17 PM, Phil Branigan wrote: Sorry all. It was an overly hasty posting and a hint from Bob Erb led me to realize that my load-path was pulling in an old version. The problem disappears when the current version is loaded. - Phil On S

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-24 Thread Carsten Dominik
Hi Kai, On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff wrote: Hi, i noticed that when using the org-mode clock persistence, the stored clock data gets deleted when i start emacs and exit again without turning on org-mode in between. When looking at org-clock-persistence-insinuate it looks like or

Re: [Orgmode] Org-mobile bug?

2009-10-24 Thread Phil Branigan
Sorry all. It was an overly hasty posting and a hint from Bob Erb led me to realize that my load-path was pulling in an old version. The problem disappears when the current version is loaded. - Phil On Sat, Oct 24, 2009 at 9:45 AM, Carsten Dominik wrote: > Hi Phil, > > > On Oct 23, 2009, at 4:

[Orgmode] Re: Org-mode version 6.31trans; Problem with new 'away time' feature

2009-10-24 Thread Kai Tetzlaff
Carsten Dominik wrote: > > On Oct 23, 2009, at 10:20 AM, Kai Tetzlaff wrote: > >> John Wiegley wrote: >>> On Oct 22, 2009, at 6:32 PM, Kai Tetzlaff wrote: >>> 'Cannot restart clock because task does not contain unfinished clock' When i look at the corresponding clock line the previ

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-24 Thread Kai Tetzlaff
Carsten Dominik wrote: > Hi Kai, > > > On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff wrote: > >> Hi, >> >> i noticed that when using the org-mode clock persistence, the stored >> clock data gets deleted when i start emacs and exit again without >> turning on org-mode in between. >> >> When looking a

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-24 Thread Kai Tetzlaff
Carsten Dominik wrote: > Hi Kai, > > > On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff wrote: > >> Hi, >> >> i noticed that when using the org-mode clock persistence, the stored >> clock data gets deleted when i start emacs and exit again without >> turning on org-mode in between. >> >> When looking a

[Orgmode] Removal of org-R from contrib

2009-10-24 Thread Dan Davison
Org-R will soon be removed from the contrib directory. It is available from my website (code[1] and tutorial[2]), and of course remains in the history of the org mode git repository. However, I'd encourage anyone interested to use org-babel[3] to run R code in org-mode documents. I won't be maintai

Re: [Orgmode] directory tree size browsing with column view

2009-10-24 Thread James TD Smith
Hi Michael, On 2009-10-24 16:51:17(+0100), James TD Smith wrote: > On 2009-10-24 15:45:32(+0200), Michael Brand wrote: > > I would like to use the column view for browsing a hierarchical tree with a > > summed up property like e. g. the directory sizes (inclusive cluster waste > > and > > subdire

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-24 Thread Ryan C. Thompson
Carsten Dominik wrote: All you need to do is *not* to specify file and headline for this template - then you will be prompted. If I don't specify a file and headline, won't the note just be stored under org-default-notes file and org-remember-default-headline? Or even remember-data-file? __

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
Hi Samuel, thanks for taking the time to report your findings and ideas. On Fri, 23 Oct 2009 11:31:32 -0700 Samuel Wales wrote: > Hi Andreas, > > On Tue, Oct 20, 2009 at 01:12, Andreas Burtzlaff wrote: > > I will add an entry to the tab context menu tonight to do this in one > > step. > > Th

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
On Fri, 23 Oct 2009 12:56:15 -0700 Samuel Wales wrote: > Minor correction and new error messages. > > The process filter error message was probably due to not running the > fireforg things in .emacs. I had commented them out because they take > several minutes to load the links in org-agenda-fi

Re: [Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Chris Leyon
On Sat, Oct 24, 2009 at 08:49, Matt Lundin wrote: >> it out of my agenda and todo file, I also want to file a note about the >> issues, and what I learned about them. > > I'm quite not sure I understand what you're asking, but wouldn't it be > simplest to mark the item as DONE? Inactive todos do n

Re: [Orgmode] Re: contact management in org-mode?

2009-10-24 Thread Russell Adams
> > Lindsay> package. Or is BBDB so wonderful that I should just use > > Lindsay> that instead? > > > > I use both and I really recommend BBDB. I've never used the link between > > bbdb and org-mode, so I cannot comment on that. But they're two great > > packages on their own merits. > > B

Re: [Orgmode] Re: contact management in org-mode?

2009-10-24 Thread Charles Philip Chan
Russell Adams writes: > I'm migrating out of it as fast as I can. The import/export tools are > terrible / nonexistant unless you know elisp, Have you tried any of these. http://www.emacswiki.org/emacs/BbdbImporters http://www.emacswiki.org/emacs/BbdbExporters ? I am currently using bbdb-vcar