[Orgmode] Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
Looking for anyone who uses Org's time clocking facilities and is willing to test this with me. I've been using it for a couple of days now. The functionality is based on the way the commercial app OfficeTime handles idleness. Excerpt from the new manual section: # Resolving idle time

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 10:25 AM, Jeff Kowalczyk wrote: I applied the patch against 93f396, and on Emacs 23.1 I get an error when clocking in. The error happens the first clock-in for each Emacs session, but the 'invalid timer' message shows for subsequent clock-in/out. In org-clock.el, on

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 11:59 AM, Gregory J. Grubbs wrote: One suggestion: I think when your code stops on a clock and prompts to keep/subtract/cancel, it should expand the drawer (for those of us who use drawers). I've added this to the version of the patch below. As another question: When

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 1:02 PM, Jeff Kowalczyk wrote: I am unable to reproduce the cancel-timer failure here. Please load org-clock.el into Emacs and type M-x eval-buffer and then trigger it again, that I may see the complete stack trace. No error anymore as mentioned above. I'm not sure I'm

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 1:41 PM, John Wiegley wrote: At the moment, the auto-resolver only checks files which are referred to by org-agenda-files. It does not scan the entire buffer list looking for any org-mode buffer. Do you think it should do the latter instead? I have a better answer

Re: [Orgmode] Re: Patch for resolving away time when clocked in

2009-10-16 Thread John Wiegley
On Oct 16, 2009, at 2:09 PM, Gregory J. Grubbs wrote: Since my intention was to clock in to A, I would find it confusing in any event to suddenly find myself clocked into B. Even in the case of a dangling clock caused by an emacs crash, I would prefer to stay in control! Should task B

[Orgmode] Contextual tag auto-exclusion

2009-10-18 Thread John Wiegley
I've submitted a feature today which provide contextual auto-exclusion for tags in the Agenda view. For example, I use the following tags for TODOs: Net Needs internet access Call Needs a phone Errand Done in town Home Done at home Now, it's quite easy for my

[Orgmode] Re: Added support for habit tracking

2009-10-19 Thread John Wiegley
Forgot to mention: To get a feel for what the consistency graph looks like in the agenda view, see this screenshot (based on the example in the manual): http://newartisans.com/habitgraph.png John ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Patch for resolving away time when clocked in

2009-10-19 Thread John Wiegley
On Oct 19, 2009, at 11:41 AM, Bernt Hansen wrote: Is there a way to turn off the idle time check to support the old functionality? I'll a configuration variable for this, to disable auto-resolution entirely. John ___ Emacs-orgmode mailing list

Re: [Orgmode] Patch for resolving away time when clocked in

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 7:57 AM, James TD Smith wrote: I've been using org with this patch for a couple of days and I've found a problem. I have several remember templates for handling phone calls, which clock in automatically. org-clock-resolve fails when the remember buffer is open, I think

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 10:02 AM, Matt Lundin wrote: 1. The syntax for defining habits seems fairly complex. One must add a repeating scheduled timestamp, a repeating deadline timestamp and a property. I was wondering if there could be anyway to automate creating new habits---e.g., a dialog that

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

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 11:29 AM, Carsten Dominik wrote: 4. I currently use the tag :HABIT: to track habits. This allows for easy filtering in the agenda. I'm wondering whether there might be an option to designate habits with a user-defined tag rather than the STYLE property. The advantage

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

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 1:13 PM, Marcelo de Moraes Serpa wrote: However, how do I apply these patches? I tried with patch, like this: patch -p0 name_of_the_patch_file.patch (in the org-mode root directory, relatively to the lisp subdir) but it did not seem to work. Hi Marcelo, The habits code

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

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 2:38 PM, Marcelo de Moraes Serpa wrote: Hmm, I had to put (require 'org-habit) in my .emacs, was that implicitly required or is org supposed to load it automatically? The habit support is optional, and should not incur any runtime or load-time costs for those who don't

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

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 2:30 PM, Samuel Wales wrote: I wonder if we can switch to something a little more like extensible syntax. This would use keywords instead of symbols, for ease of remembering, looking up, etc. I've implemented .+1d/3d type syntax. What do you propose? John

Re: [Orgmode] Added support for habit tracking

2009-10-20 Thread John Wiegley
Ok, the following changes today have been submitted for inclusion: - Habit appears in mode-line when Habits are being displayed - Habits no longer use a DEADLINE, but .+1d/3d, to indicate a range. Use .+1d if the min and max are the same. - org-habit uses faces for all its colors, and

[Orgmode] For all you IRC types

2009-10-20 Thread John Wiegley
I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come join us! John ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] For all you IRC types

2009-10-20 Thread John Wiegley
On Oct 20, 2009, at 6:16 PM, Paul Holcomb wrote: On Tue, Oct 20, 2009 at 06:17:05PM -0400, John Wiegley wrote: I've started the channel #orgmode on irc.freenode.net, for the discussion of all things Org and Emacs and between! Come join us! #org-mode already exists... Just found that out

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

2009-10-21 Thread John Wiegley
The attached file, when loaded, provides two new commands: M-x org-smart-reschedule M-x org-agenda-smart-reschedule The latter being only for the *Org Agenda* buffer. You should use these commands on a scheduled entry, with state logging enabled for the DONE state. It then reschedules

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

2009-10-21 Thread John Wiegley
On Oct 21, 2009, at 9:58 AM, Bill Powell wrote: In my own experience, material /always/ has to be repeated. Especially when you're first learning something, those perfect responses will turn real shaky if you wait three months before you look at the items again. I believe this is how Anki and

Re: [Orgmode] [org-habit] Problem when last DONE date is earlier than `org-habit-preceding-days'

2009-10-22 Thread John Wiegley
On Oct 22, 2009, at 6:17 AM, Mikael Fornius wrote: I have tracked down the problem (calling time-less-p on nil when done-dates is empty) and the following patch is solving the issue for me but I am not sure if this is how you intended it. Your fix is correct, I've submitted a patch. John

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

2009-10-22 Thread John Wiegley
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 stopped (with a time stamp corresponding to the current time). This is an

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

2009-10-23 Thread John Wiegley
On Oct 23, 2009, at 2:10 AM, Marcelo de Moraes Serpa wrote: How could I define it so I can have a habit that happens weekly but that has a hard deadline of that very same weekday it has been specified to? In this case you would use an ordinary task with a ++1w repeater. Are you wanting

Re: [Orgmode] Personal unit testing within org mode?

2009-10-23 Thread John Wiegley
On Oct 23, 2009, at 6:08 AM, Oliver Charles wrote: I think tests can be defined as a new keyword sequence: (sequence TEST | PASSED FAILED). All unit tests are set to repeat daily, and have state change logging enabled. So when you move from TEST - PASSED, it logs this and then moves back to

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

2009-10-23 Thread John Wiegley
On Oct 23, 2009, at 11:24 AM, Marcelo de Moraes Serpa wrote: But isn't consistency in the long-run the fact that you have actually *completed* them? Yes and no. I don't need to always complete them, and yet I could still be consistent. It's optimal to be perfectly consistent, but

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

2009-10-25 Thread John Wiegley
On Oct 25, 2009, at 12:04 PM, Huang Tao wrote: but i got something wrong while launch org-smart-reschedule: 1. function org-entry-beginning-position and org-entry-end-position doesn't exist 2. variable learning-fraction doesn't exist. org-learn.el depends on the very latest Org-mode from

[Orgmode] Displaying your Org agenda after idle time

2010-03-18 Thread John Wiegley
I have the following snippet in my .emacs file, which I find very useful. Basically what it does is that if I don't touch my Emacs for 5 minutes, it displays the current agenda. This keeps my tasks always in mind whenever I come back to Emacs after doing something else, whereas before I had a

Re: [O] [bug] Captured item inserted in the wrong subtree

2011-08-13 Thread John Wiegley
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since this morning's update -- though I think I did not update yesterday --, I've a weird problem when capture some text through the standard template I use for months. I'm having a similar problem, except that the

[O] Keeping an eye on byte-compilation warnings

2011-08-13 Thread John Wiegley
Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when there are lots of unnecessary warnings. Here's what I'm

Re: [O] [bug] Captured item inserted in the wrong subtree

2011-08-14 Thread John Wiegley
David Maus dm...@ictsoc.ed writes: Does this problem still persist after commit 3771185caefc6d35c4ff0523bdbae878f3e92203? It's all fixed now, thanks David! John

[O] A new module for Org-mode: Org-X

2011-08-14 Thread John Wiegley
Hello all, I've been working a new set of modules for Org to make it easy to associate Org entries with data in external systems, such as Redmine, Bugzilla, WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to simplify writing linkup code for any system X. It has two parts:

Re: [O] A new module for Org-mode: Org-X

2011-08-14 Thread John Wiegley
Karl Voit devn...@karl-voit.at writes: Wow. This looks like exactly what I want to achieve with the «Memacs» project on [1]. We certainly need to exchange ideas and code :-) They sure do sound similar in spirit!! It's like we are tuned to the same wavelength. :) Our plan is to use Python

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread John Wiegley
Karl Voit devn...@karl-voit.at writes: In my point of view, it is no problem at all because the «API» we do have is the format of Org-mode files. Memacs is - unlike your system - not done with Emacs at all: Python scripts generate Org-mode files and that is all. Very likely Org-X will be able

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread John Wiegley
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Would you have a .emacs part about this (debugging, profiling, etc.) that you're willing to share. I am confident that I could jump easier into full Emacs Lisp if I would have a better environment. I'm attaching my

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread John Wiegley
Achim Gratz strom...@nexgo.ed writes: I can easily see how this works with bug/issue trackers. What I'm not so sure is how you imagine it to work with files. For my part I'm hoping that it might be able to get some interface to the various bits and pieces I've bookmarked and sometimes put

[O] Experiences with literate elisp and ob-tangle?

2011-08-22 Thread John Wiegley
Hi all, I'm considering switching my lengthy .emacs over to a literate Org file, using ob-tangle, and as I was wondering if others had any experience with this, and if so, does it slow down startup much? Is there a way to get ob-tangle to compile the resulting Elisp file? I'm guessing it does

Re: [O] how to add font-lock keywords

2011-08-23 Thread John Wiegley
Le Wang l26w...@gmail.com writes: I wasn't able to google a clear examples of how to do this. For example, I'd like to highlight all text between double-quotes. Typically it looks something like this: (font-lock-add-keywords org-mode (list (list (concat

Re: [O] how to add font-lock keywords

2011-08-23 Thread John Wiegley
John Wiegley jwieg...@gmail.com writes: Le Wang l26w...@gmail.com writes: I wasn't able to google a clear examples of how to do this. For example, I'd like to highlight all text between double-quotes. Typically it looks something like this: (font-lock-add-keywords org-mode [...] Sorry

[O] Change in org-babel with indenting code blocks?

2011-08-29 Thread John Wiegley
I don't have any org-babel variables customized. I have a code block like this: *** NOTE Assets:Receivable:CEG #+begin_src sh :results value :exports results ledger reg --inject=Expected '^income:ceg' ledger reg --sort date -b 2007 receivable:CEG #+end_src :PROPERTIES:

Re: [O] Change in org-babel with indenting code blocks?

2011-08-30 Thread John Wiegley
Nicolas Goaziou n.goaz...@gmail.com writes: So for now, a solution would be to move the block after the drawer. I prefer my PROPERTIES block to be last, so I need another solution. I haven't checked but I don't think it is new. I've been shifting code-containing entries for many months now.

Re: [O] Change in org-babel with indenting code blocks?

2011-08-31 Thread John Wiegley
Nick Dokos nicholas.do...@hp.com writes: And while I'm at it, what is r bound to? In my case, it is 'org-self-insert-command: even after turning on org-indent-mode, r self-inserts. What am I missing? It is a speed key, which is bound only when point is on the '*' of a headline. John

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread John Wiegley
Nick Dokos nicholas.do...@hp.com writes: Perhaps Seb Vauban identified the bug correctly (earlier in this thread): he pointed to the thread entitled Extra space inserted in repeated task's date line - see http://thread.gmane.org/gmane.emacs.orgmode/45623 In the current Org (updated

Re: [O] Change in org-babel with indenting code blocks?

2011-09-08 Thread John Wiegley
John Wiegley jwieg...@gmail.com writes: In the current Org (updated today), this problem now affects *all* non-drawer text in entries, including code blocks, lists, and log entries! This is makes entry shifting completely useless to me. What do I need to revert to make it work again

Re: [O] Change in org-babel with indenting code blocks?

2011-09-09 Thread John Wiegley
Bastien b...@altern.org writes: I will fix this today. Sorry this caused so much problems. Thanks so much, Bastien, you're awesome. John

Re: [O] deft - A Notational Velocity mode for emacs

2011-09-10 Thread John Wiegley
timetrap timet...@gmail.com writes: http://jblevins.org/projects/deft/ This is different than org-velocity, as it uses multiple text files rather than an org-file or a bucket file, you can also add or delete files from within deft-mode. This is a *lot* like howm-mode, which adds

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread John Wiegley
Dave Abrahams d...@boostpro.com writes: I have habits that I need to perform, e.g., every weekday, or four times a week. I don't see a way to express that. If I could schedule a task for +1.4d or +1.75d (respectively), I'd be happy. Habits aren't really for scheduling, they're for

Re: [O] [feature request] More flexible repeats

2011-09-25 Thread John Wiegley
Michael Steeves stee...@raingods.net writes: If I have something that I want to track in terms of consistency, and want to do it during the weekdays, is there a way I could express that other then having a series of 5 habits, one for each day of the week, each one of which would repeat every

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread John Wiegley
Andrea Crotti andrea.crott...@gmail.com writes: On 10/12/2011 03:54 PM, Dave Abrahams wrote: Binding `org-agenda-date-later' to a key like `f' ought to work out for you. 'f' is already bound to next-week, and it's also quite useful. I bind M-n/p to next/perv-week/day/etc. John

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread John Wiegley
Andy Moreton andrewjmore...@gmail.com writes: I bind M-n/p to next/perv-week/day/etc. I fervently hope this an unfortunate typo. A whole week ? :-) LOL. Somehow, flyspell thinks prev is less correct than perv. John

Re: [O] Feature idea: show last log entry

2011-10-13 Thread John Wiegley
Bernt Hansen be...@norang.ca writes: I log stuff in :LOGBOOK: with the items reversed so the newest is always on top. SPC on a task in the agenda opens the task including the drawer so I can see the details for any given task. Or in that case you should be able to type E in the agenda and

Re: [O] do it today, or well, tomorrow

2011-10-13 Thread John Wiegley
Rainer Stengele rainer.steng...@online.de writes: I think I have read somewhere that you wrote a function which does the following: If a todos schedule date is more than one day in the past it will be scheduled automatically to today when using the function to move the schedule forward for

Re: [O] `f' in agenda view

2011-10-13 Thread John Wiegley
Dave Abrahams d...@boostpro.com writes: Yeah, it's just a question of having to think absolutely when you want to think incrementally. That's a lot of keystrokes when what I want is to hit `f' (or something) 3 times to move the items to three days from now. +1. John

Re: [O] leave inactive timestamp inactive

2012-01-12 Thread John Wiegley
Michael Brand michael.ch.br...@gmail.com writes: When one does Shift-right on an inactive timestamp it remains inactive. When one does C-c . S-right RET the inactive timestamp changes to active but I would like it also to remain inactive. What are the opinions on this? C-c . is the

Re: [O] in-buffer completion question

2011-03-02 Thread John Wiegley
Carsten Dominik carsten.domi...@gmail.com writes: In ledger-mode however M-Tab not only completes the unfinished word but lets me cycle through the alternatives given in the current buffer. This is a feature of pcomplete that must be enabled by turning on cycling behavior. In Ledger and

[O] Subtly hightling task backgrounds

2011-06-30 Thread John Wiegley
I've been using the following code snippet for many weeks now to great effect. It helps me to grok my daily taskload better without increasing the mental burden. See the function's docstring for more info. Here is a screenshot of the effect, from my today's agenda:

Re: [O] Subtly hightling task backgrounds

2011-06-30 Thread John Wiegley
On Jun 30, 2011, at 4:12 PM, Eric S Fraga wrote: I am intrigued: what is the multi-coloured bit at the bottom right of your agenda view? That is my Habits graph. See the Info manual: (org)Tracking your habits John

Re: [O] Subtly hightling task backgrounds

2011-07-02 Thread John Wiegley
On Jul 1, 2011, at 3:53 AM, Bastien wrote: John Wiegley jwieg...@gmail.com writes: To achieve this, I have the following in my todo file: Nice -- maybe a more general implementation would be to let users assign a color to a category, which is really one defcustom away from your code

Re: [O] `org-attach-file-list' doesn't allow dotfiles

2014-04-01 Thread John Wiegley
No reason I can think of. John On Mar 12, 2014, at 1:39 PM, Bastien b...@gnu.org wrote: Hi Oleh, Oleh ohwoeo...@gmail.com writes: I wanted to store this file as an attachment in an org document, so I don't forget about it, but this attachment can't be opened due to

[Orgmode] A much simpler way of handling dependent tasks

2009-01-26 Thread John Wiegley
I've been wanting a simple method for managing dependent tasks for some time now, and only now did it occur to me that I could just implement a much simpler method using your current blocking mechanism. The attached file, confusingly named org-depends.el, implements the following scheme:

[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-26 Thread John Wiegley
On Jan 26, 2009, at 5:16 PM, John Wiegley wrote: The attached file, confusingly named org-depends.el, implements the following scheme: I found a bug which would cause a Lisp error when trying to change the state of top-level TODO items. The attached version (now 1.0) fixes this. John

[Orgmode] Re: A much simpler way of handling dependent tasks

2009-01-26 Thread John Wiegley
On Jan 27, 2009, at 2:47 AM, Carsten Dominik wrote: Do you think it makes sense to integrate this code into org-depend.el? Actually, I don't, since it's a completely different approach. org- depend.el as it stands now is based on a programmatic methodology, which more complex blocking

[Orgmode] Re: Org customization

2009-01-30 Thread John Wiegley
On Jan 30, 2009, at 11:20 AM, Carsten Dominik wrote: we have a thread running on emacs-orgmode where we try to get some ideas of which variables are actually be customized by several users, to figure out if we should change any defaults, and to make a list of entry level variables for new

[Orgmode] Downloading Unfuddle tickets as an org file

2009-02-28 Thread John Wiegley
applications. This class includes logging, exception handling, and argument processing. It also sets up an option parser for the user to simply extend. Version 1.1 Version 1.0 was by ??? Copyright (c) 2009, John Wiegley. All rights reserved. Redistribution and use in source and binary forms

Re: [Orgmode] org-crypt and PROPERTIES location

2009-03-20 Thread John Wiegley
On Mar 20, 2009, at 9:23 AM, Carsten Dominik wrote: I'd very much like to see this improved and stabilized, so that we can include this with Org, this would be valuable to have. I am sure John would not mind if you did the final steps with it. Am I right, John? Quite correct, it's community

Re: [O] todo-state change: agenda buffer scrolls

2013-04-10 Thread John Wiegley
Michael Heinrich mich...@haas-heinrich.de writes: whenever I change the todo state of a task in the agenda this task becomes line 1 in my agenda buffer. This is really annoying for me. How can I change to the old behaviour where the agenda buffer is not scrolled down? I'll second this, I

Re: [O] agenda: personal priority for today

2013-04-10 Thread John Wiegley
Michael Heinrich mich...@haas-heinrich.de writes: I came from planner-mode and use kind of GTD also in org-mode. One thing I still miss in org-mode is the flexibility of moving tasks up and down on the today page. Hi Michael, planner author here and now org-mode user too. :) You'll have to

Re: [O] Changing the maintainer

2013-04-18 Thread John Wiegley
Carsten Dominik carsten.domi...@gmail.com writes: Bastien's activity has been unmatched. He has answered a huge amount of questions in the mailing list, fixed an uncounted number of bugs and he has been designing and applying changes over the entire breadth of the Org code base. This is no

Re: [Orgmode] Autoarchiving done entries

2007-09-02 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] wort: (concat \\* (regexp-opt org-done-keywords) ) nil t) This part here should read instead: (concat \\* \\( (regexp-opt org-done-keywords) \\) ) nil t) John ___ Emacs-orgmode mailing list Emacs-orgmode

[Orgmode] Support for linking to nnml (Gnus) mail messages by Message-ID

2007-09-04 Thread John Wiegley
mailbox somewhere, and not in mbox format or something else. John ;;; org-nnml.el - Support for links to nnml messages by Message-ID ;; version 1.0, by John Wiegley [EMAIL PROTECTED] (require 'org) (eval-when-compile (require 'nnml) (require 'gnus-sum)) (org-add-link-type nnml 'org-nnml-open

Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread John Wiegley
Scott Jaderholm [EMAIL PROTECTED] writes: On 9/6/07, Jason F. McBrayer [EMAIL PROTECTED] wrote: I define this function in my .emacs: (defun my-remember nil (progn (select-frame (make-frame '((name . *Remember*) ))) (raise-frame) (remember))) Jason, This

Re: [Orgmode] blank lines and keystrokes for org remember templates

2007-09-06 Thread John Wiegley
Scott Jaderholm [EMAIL PROTECTED] writes: If I write TODO something I get a blank line after it in my org file even though I didn't put a newline when using remember. Even stranger is that it *doesn't* put a blank line if you have multiple lines of text in your remember block. I'd vote that

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: - Someone with Emacs write acces and a bit of time on his/her hand could take over the task of keeping the Emacs version up to date. Volunteers? I'll volunteer. It will simply be a copy and commit, right? John

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] writes: - Someone with Emacs write acces and a bit of time on his/her hand could take over the task of keeping the Emacs version up to date. Volunteers? I'll volunteer. It will simply be a copy and commit, right? Org-mode 5.08 has been checked into Emacs

Re: [Orgmode] Two org-remember bugs in 5.07

2007-09-07 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: Plus patching any changes that happend inside Emacs (usually nothing), and making me aware of those changes (sending me the diff?) The most recent changes were by you, so I'm assuming they were in 5.08. John

Re: [Orgmode] Re: Release: Org-mode 5.09

2007-09-20 Thread John Wiegley
Bernt Hansen [EMAIL PROTECTED] writes: I never use [#B] priority. I only set A and C. I'm in the habit of globally replacing [#B] with nothing since I think the task item looks much cleaner without it (since it shows up in timelog reports and on the agenda). Heh, I'm exactly the opposite.

Re: [Orgmode] org-mode create TODO from anywhere

2007-09-27 Thread John Wiegley
Bastien [EMAIL PROTECTED] writes: Is there a function create a TODO item from any file - at the moment I call remember which has the necessary hooks into org mode, but remember and org-remember all insist on making a link. What is the value of `org-remember-templates'? Yes, do check there;

[Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-09-28 Thread John Wiegley
The following code is preliminary, but gets the job done in my simple tests. Now's the time to beat down on, and refine, the user interface and behavior. John ;;; org-crypt.el --- Public key encryption for org-mode entries ;; Copyright (C) 2007 John Wiegley [EMAIL PROTECTED] ;; Emacs Lisp

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

2007-09-28 Thread John Wiegley
I love using #+STARTUP: lognotestate for noting down when and why a task changes state. However, I have several tasks which recur daily, or once every two days. The size of these tasks is starting to get crazy, since there are empty DONE messages continually accruing. I'd like either a) an

[Orgmode] Fix to org-nnml.el

2007-09-30 Thread John Wiegley
;; version 1.1, by John Wiegley [EMAIL PROTECTED] (require 'org) (eval-when-compile (require 'nnml) (require 'gnus-sum)) (org-add-link-type nnml 'org-nnml-open) (add-hook 'org-store-link-functions 'org-nnml-store-link) (defun org-nnml-open (message-id) Visit the nnml message with the given

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

2007-10-03 Thread John Wiegley
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 :PROPERTIES: :org-log-done: nil :END:

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

2007-10-05 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: I think using LOGGING is a bit better. So what do I do? More votes? If you want to start using the facility for generally overriding Lisp values, then your original proposal is better. But if this is just going to be for a few exceptions, LOGGING

[Orgmode] A puzzle to solve: saved categories vs. tags

2007-10-07 Thread John Wiegley
Ok, I have 147k of archived todos and notes now. Some are tagged, some are not. Most have an ARCHIVE_CATEGORY property (ever since Carsten so kindly implemented it). My desire: To hit C-u C-c \ and have it prompt me for the entity its going to search for. The possible entities are TAGS, or a

[Orgmode] Tip: Interleaving notes and todos

2007-10-07 Thread John Wiegley
I've recently found it very happen to start adding non-task notes into the flow of my todos. What I do is make notes look like completed todos. They get entered into the regular flow, which prompts me either to a) generate a task from them, or b) simply file them into their related category.

Re: [Orgmode] A puzzle to solve: saved categories vs. tags

2007-10-07 Thread John Wiegley
Bastien [EMAIL PROTECTED] writes: 1. Search for a regexp 2. Search for a complex query 3. Prompt interactively for a complex query 4. Show all tagged entries 5. Prompt for a specific tag 6. Prompt for a specific tag (restricting to TODO entries) 7. Show all TODO entries 8. Prompt for a

Re: [Orgmode] relative scheduling

2007-10-09 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: - A good reason to make it relative to today is that you might not always know that the entry is already scheduled. Using today as reference would be safe - A good reason for doing it relative to the scheduled date is that you are *re*-scheduling,

Re: [Orgmode] Code snippet for bolding or italicizing A/C priority strings

2007-10-10 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] writes: This code snippet will modify your agenda buffer upon creation so that the string [#A] is bolded, and [#C] is italicized. It keeps whatever color it had, it's just now strong or weak based on priority. Actually, I'm finding I like having the whole title

Re: [Orgmode] depending TODOs, scheduling following TODOs automatically

2007-10-12 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: First, let me say that I was surprised that quite a few people are so keen to see this kind of features. I myself would worry a lot about spending more time to set up and maintain these connections, than I would be saving by using them. And I am not

Re: [Orgmode] Recurrence on Monday, Wednesday and Friday

2007-10-13 Thread John Wiegley
Cecil Westerhof [EMAIL PROTECTED] writes: I started today to play with org-mode and agendaview. I like what I see. But I want something to reoccur every Monday, Wednesday and Friday. Is this possible, or do I need to generate three different entries? I think we need another property which can

Re: [Orgmode] Recurrence on Monday, Wednesday and Friday

2007-10-14 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: You can already use a diary sexp in a time stamp, I think that should cover everything? Sure enough. :) John ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] POLL: Volume of emacs-orgmode too high?

2007-10-16 Thread John Wiegley
Carsten Dominik [EMAIL PROTECTED] writes: I am worried that this will scare away some members. Do we need to address this, or will people stick around and just wait until things cool off a bit? Emacs Gnus, using adaptive scoring, causes the org-mode list to be at most 5-10 postings a day for

[Orgmode] A wouldn't it be cool feature: statistics report

2007-10-27 Thread John Wiegley
After three months of using org-mode, I can happily say that there are now over 500 resolved items in my archive. It would very cool if there were an org-statistics command to show me: Breakdown of resolution types Average length of time between entry and completion Breakdown of resolved

[Orgmode] FR: creating a different notion for today

2007-10-27 Thread John Wiegley
I find myself lately almost always awake until 8am. I get up in the evening, go to bed at morning. And yes, that red spot on my chin is definitely ketchup. I'd like a different notion of today than just midnight to midnight. Most of my productive day is spent after midnight, so for me,

Re: [Orgmode] State excluded in agenda

2007-11-15 Thread John Wiegley
I just make CANCELLED a DONE state, since it represent a state from which no further transitions can take place. You might also consider a DEFERRED state, for tasks you are pushing into the indefinite future. John On Nov 15, 2007, at 12:34 PM, Wanrong Lin wrote: I have a CANCELED TODO

Re: [Orgmode] Org-mode version 5.15

2007-11-29 Thread John Wiegley
Hello Carsten, the Makefile for 5.15 makes reference to a file provide.el. What is that? John ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[O] Feature request: v1 - v9

2012-09-27 Thread John Wiegley
I can get an agenda report for the next 4 days using: M-: (org-agenda-change-time-span 4) RET But there seems to be no command for doing so. It would be nice if `v N', where N is a number 1-9, could give me a report for the next N days. This is useful to me right now because I have a

[O] Using git-annex with org-attach

2012-10-20 Thread John Wiegley
I pushed a change to master that allows you to use the wonderful git-annex utility[1] seamlessly with org-attach. The way it works is as follows: 1. If your `org-attach-directory' is a git working tree, 2. and if you have run git annex init there, 3. and if `org-attach-git-annex-cutoff' is

Re: [O] Using git-annex with org-attach

2012-10-22 Thread John Wiegley
John Wiegley jo...@newartisans.com writes: The value of git-annex is that it lets you associate truly huge files with a Git repository that are check-summed and easily archived, which you can then drop from your local attachments directory when you no longer need the file there. Later

Re: [O] Offer for taking over maintainership

2013-02-13 Thread John Wiegley
Jambunathan K kjambunat...@gmail.com writes: I offer to take over maintainership of Org. Offer closes in 7 days. Only pre-condition will be that Org-8.0 and subsequent releases happen under my supervision. Principals and riff-raffs can PM me with your thoughts. I defend your right to

[O] Bug in fontification of priority cookies

2013-02-19 Thread John Wiegley
I just upgraded to Org-mode's master branch today, and found that the org-priority face gets applied not just to the '[#C]' cookie, but the entire text of the headline in the Agenda buffer. Is this intended? Thanks, John

[O] Bug in behavior of M-RET with latest Org-mode

2013-02-24 Thread John Wiegley
In Org I've liked that fact that hitting M-RET in a list of headlines which have no intervening whitespace, will add a new headline without whitespace. Example: * One * Twocursor * Three If hit M-RET at the cursor, I'll would get: * One * Two * cursor * Three With

  1   2   >