Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-12-30 Thread James TD Smith
Hi Manish, On 2009-12-30 17:02:47(+0530), Manish wrote: > I cloned the repo at git://yog-sothoth.mohorovi.cc/org-mode.git but > did not find `misc-new-features' branch and could not find the changes > in the org-mode proper as well. The changes sound very interesting > and I recently found a need

Re: [Orgmode] Setting PROPERTIES in remember templates automatically

2009-11-27 Thread James TD Smith
Hi Tassilo, On 2009-11-27 10:48:06(+0100), Tassilo Horn wrote: > What I'd like to have is something like the existing > > %^{prop}p Prompt the user for a value for property `prop' > > but more like > > %{prop,escape}p Insert property `prop' with value taken from escape, >

Re: [Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread James TD Smith
Hi Norbert, On 2009-11-25 08:25:08(-0400), Norbert Zeh wrote: > Norbert Zeh [2009.11.25 543 -0400]: > Alright, while we're at it ;), here's another somewhat unexpected > behaviour. I'm not even sure this should be considered a bug, but it's > more a matter of defining what the right behaviour sh

[Orgmode] Re: Bug with time summary in column view?

2009-11-24 Thread James TD Smith
Hi Matt and Norbert, On 2009-11-24 19:00:18(-0500), Matt Lundin wrote: > James TD Smith writes: > > On 2009-11-24 16:56:27(-0400), Norbert Zeh wrote: > >> I just tried the latest org-mode version 6.33f, and I've run into the > >> following problem that is not ther

Re: [Orgmode] Bug with time summary in column view?

2009-11-24 Thread James TD Smith
Hi Norbert, On 2009-11-24 16:56:27(-0400), Norbert Zeh wrote: > I just tried the latest org-mode version 6.33f, and I've run into the > following problem that is not there with version 6.32b but which I can > also reproduce with version 6.33c (sorry didn't try any other versions). I've just tried

[Orgmode] Re: [PATCH 2/2] Make org-agenda-columns-summarize work properly with the new summary types.

2009-11-11 Thread James TD Smith
Both patches are in the bugfixes branch on my repo. James -- |---| ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [PATCH 1/2] Fix a bug in org-link-display-format.

2009-11-11 Thread James TD Smith
/ChangeLog @@ -72,6 +72,10 @@ * org-docbook.el (org-export-as-docbook): Protect targets in verbatim emphasis. +2009-11-07 James TD Smith + + * org.el (org-link-display-format): Should be literal replacement. + 2009-11-06 Carsten Dominik * org-clock.el (org-show-no

[Orgmode] [PATCH 2/2] Make org-agenda-columns-summarize work properly with the new summary types.

2009-11-11 Thread James TD Smith
It was assuming the values should be summarised by adding them together. It's now updated to use the summary functions in org-columns-compile-map, and also handles summary types with calculated values properly. --- lisp/org-colview.el | 62 +++--- 1 fi

Re: [Orgmode] Org-mode version 6.32trans (release_6.32b.127.g471c2); Tasks with blank effort show up as 0:00

2009-11-11 Thread James TD Smith
Hi Carsten, Bernt, On 2009-11-11 13:24:42(+0100), Carsten Dominik wrote: > Thanks, > > I have pulled this in, let assume it is the right fix. > > Thanks Bernt. Yes, the other patch is not needed. I've found another problem with column view in the agenda though; org-agenda-colview-summarize doe

Re: [Orgmode] Org-mode version 6.32trans (release_6.32b.127.g471c2); Tasks with blank effort show up as 0:00

2009-11-10 Thread James TD Smith
Hi Bernt, On 2009-11-10 07:09:28(-0500), Bernt Hansen wrote: > James TD Smith writes: > > On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote: > >> As part of my weekly review I look for NEXT tasks with no effort > >> defined. A recent change to org-mode now displays

Re: [Orgmode] Org-mode version 6.32trans (release_6.32b.127.g471c2); Tasks with blank effort show up as 0:00

2009-11-09 Thread James TD Smith
Hi Bernt, On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote: > As part of my weekly review I look for NEXT tasks with no effort > defined. A recent change to org-mode now displays entries with no > Effort property as 0:00 in column view -- these used to be blank. > This is less convenient for me

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-11-01 Thread James TD Smith
Hi Carsten and Mikael, On 2009-11-01 18:24:41(+0100), Carsten Dominik wrote: > Hi Mikael, thanks for doing the testing! Yes, thanks a lot. > James, do you want to integrate Mikaels changes? If yes, can you please do so > and let me know when and from where I can pull? I've already applied the p

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-29 Thread James TD Smith
Hi Mikael, On 2009-10-29 21:10:50(+0100), Mikael Fornius wrote: > Mikael Fornius writes: > > > Maybe someone other than me should test this because I am not sure if I > > understand it correctly? > > > > The only reference to "age" or "creation time" I can find is in the > > documentation strin

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-29 Thread James TD Smith
Hi Mikael, On 2009-10-29 14:17:11(+0100), Mikael Fornius wrote: > Maybe someone other than me should test this because I am not sure if I > understand it correctly? > > The only reference to "age" or "creation time" I can find is in the > documentation string of org-sort-entries-or-items. > > "

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-28 Thread James TD Smith
Hi Carsten, On 2009-10-28 18:01:44(+0100), Carsten Dominik wrote: > this is a reasonably complex patch - could we get some volunteers > putting this to the test? If anyone wants to test this, please pull from my git repo; there's a couple of missing brackets in this patch. James -- |---| ___

[Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-25 Thread James TD Smith
rg.el |4 +- 3 files changed, 156 insertions(+), 84 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b5848e..5677058 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,27 @@ +2009-10-25 James TD Smith + + * org-colview.el (org-format-time-period): Function to f

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

2009-10-25 Thread James TD Smith
Hi Ryan and Carsten, On 2009-10-25 11:50:05(+0100), Carsten Dominik wrote: > On Oct 25, 2009, at 11:31 AM, Ryan C. Thompson wrote: > > My original idea for a per-template solution was to create a > > function to set buffer-local values of the appropriate variables in > > the rememebr buffer, a

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

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] 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] [PATCH 0/2] Soem more minor patches

2009-10-22 Thread James TD Smith
Hi Carsten, On 2009-10-22 07:38:04(+0200), Carsten Dominik wrote: > > On Oct 21, 2009, at 11:52 AM, James TD Smith wrote: > > > I found the changes John Wiegley made to org-repeat-re stopped it from > > matching repeaters with just a '+' at the start. I have fi

[Orgmode] [PATCH 0/2] Soem more minor patches

2009-10-21 Thread James TD Smith
tension. James TD Smith (2): Add an X11 equivalent to org-mac-idle-seconds. org-repeat-re was no longer matching simple +2d type repeaters. Fix. .gitignore |1 + ChangeLog |6 +- UTILITIES/x11idle.c | 21 + lisp/ChangeLog | 11 ++

[Orgmode] [PATCH 2/2] org-repeat-re was no longer matching simple +2d type repeaters. Fix.

2009-10-21 Thread James TD Smith
--- lisp/ChangeLog |3 +++ lisp/org.el|2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75bdc38..9bd532d 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -39,6 +39,9 @@ 2009-10-21 James TD Smith + * org.el (org

[Orgmode] [PATCH 1/2] Add an X11 equivalent to org-mac-idle-seconds.

2009-10-21 Thread James TD Smith
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-21 James TD Smith + + * UTILITIES/x11idle.c: Add a small C program which outputs the X11 + idle time + 2009-09-16 Carsten Dominik * Makefile: Add dependencies for org-crypt.el. @@ -65,4 +70,3 @@ 2008-04-25

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

2009-10-20 Thread James TD Smith
Hi John, On 2009-10-16 03:03:19(-0400), John Wiegley wrote: > 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.

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

2009-10-20 Thread James TD Smith
Hi Samuel, On 2009-10-19 20:40:54(-0700), Samuel Wales wrote: > I have a huge number of Firefox tabs that I want to get into > org. Figuring out how has gotten complicated, despite good > documentation out there. > > I want simply title and url for each tab. > > Maybe like this: > > * Firefox t

[Orgmode] [PATCH 1/3] Add a missing entry, and fix some formatting in the changelog.

2009-10-19 Thread James TD Smith
buffer-modified messages. +2009-08-06 James TD Smith - - - - - - - - - - - - - - + * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted + before gnuplot can read it. 2009-08-05 Carsten Dominik @@ -5455,7 +5444,7 @@ (org-clock-special-range): Also

[Orgmode] A few small patches

2009-10-19 Thread James TD Smith
A few small patches for org-mode. -- |---| ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-19 Thread James TD Smith
James TD Smith + + * lisp/org-registry.el (org-registry-assoc-all): Stop this from + deleting the links it finds from the registry. + (org-registry-find-all): Add a new function which returns all + registry entries which satisfy a test function. + 2009-10-02 Carsten

[Orgmode] [PATCH 2/3] Add a way to display names for tag groups in fast tag selection.

2009-10-19 Thread James TD Smith
/ChangeLog index 47b44cd..83af7a4 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -29,6 +29,12 @@ (org-mobile-create-index-file): Sort the files to be listed in index.org. +2009-10-17 James TD Smith + + * org.el (org-fast-tag-selection): Add a way to display a

Re: [Orgmode] use todo-keyword to assign category

2009-10-19 Thread James TD Smith
On 2009-10-20 01:55:38(+0200), Eraldo Helal wrote: > Great James! > > Thank you very much for this function! > That will update the prop if I change the headline wording, right? No, it only updates the property when the todo keyword is set to CATEGORY. If you want to change the category you would

Re: [Orgmode] use todo-keyword to assign category

2009-10-18 Thread James TD Smith
Hi Eraldo, On 2009-10-19 02:40:19(+0200), Eraldo Helal wrote: > I have a keyword "CATEGORY" which I use on headlines to make me aware > that they define a category for everything below them. [snip] > Is it possible to let emacs know that every headline with the > "CATEGORY" todo-keyword should b

[Orgmode] [PATCH] Various improvements to org-fstree.

2009-10-17 Thread James TD Smith
clude a filesystem subtree into an org file -;; Copyright 2009 Andreas Burtzlaff +;; Copyright 2009 Andreas Burtzlaff, James TD Smith ;; ;; Author: Andreas Burtzlaff < andreas at burtz[REMOVE]laff dot de > +;; James TD Smith < ahktenzero at mohorovi dot cc > +;; ;; Version:

[Orgmode] org-fstree

2009-10-17 Thread James TD Smith
Hi Andy, I finally got around to merging my changes to org-fstree into the current version. While I was applying my changes I decided to make fstree blocks use the general org dblocks framework, which eliminates the need for all the code to find the boundaries of the region to put the tree in and

[Orgmode] org-protocol firefox keybinding

2009-10-17 Thread James TD Smith
I was cleaning out my Firefox tabs, using org-protocol to drop links into my org buffers, when it occured to me that having keybindings for the store link and remember functions would be quicker than clicking on the bookmarklets. I use a Firefox plugin called keyconfig which lets you change the key

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-08-28 Thread James TD Smith
Hi Manish, On 2009-08-27 21:20:53(+0530), Manish wrote: > On Sat, Jul 18, 2009 at 3:05 PM, Bastien wrote: > > > > This patch is just a workaround, though. I think we should have a way of > > adding more than one custom function, as Mikael Fornius suggested when > > sending his first patch. > > > >

Re: [Orgmode] [misc-new-features 2/5] Bugfixes, documentation and custom options for org-checklist.

2009-08-03 Thread James TD Smith
Hi Carsten, On 2009-08-03 16:47:55(+0200), Carsten Dominik wrote: > I have applied this patch, with one modification: > > I added a 'no-erro argument to the (load "a2ps-print") form, > to make sure that people who have not installed a2ps-print.el can > still use the other functionality in your pac

Re: [Orgmode] Re: Orgmodeorg-export-generic gives an error

2009-07-23 Thread James TD Smith
On 2009-07-23 09:11:00(+0200), Bastien wrote: > Wes Hardaker writes: > > >> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien > >> said: > > > > B> Those two functions come from alist.el which is included in Apel: > > > > So does that mean it's safe to leave the functions in use within > > org

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-17 Thread James TD Smith
Hi Bastien On 2009-07-17 18:55:01(+0200), Bastien wrote: > sorry for the delay. As I said, I will let Carsten decides about this > patch. While I like the idea of displaying this information in column > view, I'm unsure whether it's relevant to add another special property. > > Two arguments: (1

Re: [Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-14 Thread James TD Smith
Hi Bastien, On 2009-07-14 13:48:09(+0200), Bastien wrote: > Hi James, > > welcome back. Carsten is on vacation for three weeks and I'm > maintaining Org in the meanwhile. Thanks. I'd forgotten Carsten was away. > I won't take the decision of adding new special properties without > asking him so

Re: [Orgmode] [misc-new-features 3/5] Add an option to sort tags automatically.

2009-07-14 Thread James TD Smith
Hi Bastien, On 2009-07-14 13:59:11(+0200), Bastien wrote: > Thanks James. > > Can people try this and give some feedback if they find it useful? Sure. I wrote it because I thought having tags in alphabetical order would look better, but I think it also makes the tags easier to read. For example i

Re: [Orgmode] [misc-new-features 2/5] Bugfixes, documentation and custom options for org-checklist.

2009-07-14 Thread James TD Smith
Hi Bastien, On 2009-07-14 14:09:12(+0200), Bastien wrote: > I will apply this one tomorrow. Note that your changelog announces > changes to org.texi that your patch don't contain. I started the patch before the documentation for modules in contrib was moved to Worg. I pushed the docs just now.

[Orgmode] Re: [misc-new-features 4/5] extra long subject lines

2009-07-13 Thread James TD Smith
Hi Bernt, On 2009-07-13 07:55:04(-0400), Bernt Hansen wrote: > James TD Smith writes: > > > You can customise `org-link-check-clipboards' to check either the X > > clipboards > > or kill-ring only, or both, or none. If you have the interprogram-cut/paste > &g

[Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-13 Thread James TD Smith
-07-12 James TD Smith + + * org-colview.el (org-format-time-period): Formats a time in + fractional days as days, hours, mins, seconds. + (org-columns-display-here): Add special handling for SINCE and + SINCE_IA to format for display. + + * org.el (org-time-since

[Orgmode] [misc-new-features 2/5] Bugfixes, documentation and custom options for org-checklist.

2009-07-13 Thread James TD Smith
/ChangeLog index 7e62df0..6a5c2a2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,19 @@ +2009-07-12 James TD Smith + + * lisp/org-checklist.el (org-checklist): Add a custom group for + org-checklist. The options are all for the unchecked items export + function

[Orgmode] [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser much ea

2009-07-13 Thread James TD Smith
You can customise `org-link-check-clipboards' to check either the X clipboards or kill-ring only, or both, or none. If you have the interprogram-cut/paste functions set, you probably only want to use the kill-ring only. --- lisp/ChangeLog |5 lisp/org.el| 66

[Orgmode] [misc-new-features 3/5] Add an option to sort tags automatically.

2009-07-13 Thread James TD Smith
--- lisp/ChangeLog |3 +++ lisp/org.el| 17 - 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 348ade3..9ce7a17 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,9 @@ SINCE_IA. These give the time si

[Orgmode] [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data fil

2009-07-13 Thread James TD Smith
--- lisp/org-plot.el | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 0e8f5a2..c9d61b3 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el @@ -333,12 +333,12 @@ line directly before or after the table." (with-te

[Orgmode] Working on org again

2009-07-13 Thread James TD Smith
After a long absence I am returning to org development. Those of you who haven't forgotten about my proposed rewrite of org-remember will be wondering what happened to it. I have been working on it when I've had time, and most of the new features are implemented but not fully tested. I plan on maki

Re: [Orgmode] Re: Advice sought on managing decision alternatives.

2009-02-01 Thread James TD Smith
Hi Tom, On 2009-01-31 13:36:20(-0500), Tom Breton (Tehom) wrote: > > Also, I am interested in the testing environment, and what > > you made here may end up to be enough to establish a testing > > framework for Org-mode. > > > If it turns out to be like this, maybe you can make a tutorial > > on t

Re: [Orgmode] POLL: the 40 variables project

2009-02-01 Thread James TD Smith
Hi Carsten, On 2009-01-29 09:49:21(+0100), Carsten Dominik wrote: > So here is my question to all of you. Could you, in reply to this > message, list all the Org-related variables that you have customized, > along with the values you used? Here are my org settings, with commentary. I've included

Re: [Orgmode] Broken plain list check boxes?

2009-01-29 Thread James TD Smith
Hi Chris, On 2009-01-29 14:05:27(-), Chris Randle wrote: > Hi Carsten > > Just updated to 6.20e. Before, on 6.18c, if I had a plain list like > this: > > * Test > - [ ] A > - [ ] B > - [ ] C > > With the cursor on the test line, typing `c-c c-x c-b' would check all > the boxes, and repea

[Orgmode] Re: Suggestion with bad patch for org-remember-templates

2009-01-06 Thread James TD Smith
On 2009-01-05 19:41:09(+0100), Carsten Dominik wrote: > > On Jan 5, 2009, at 5:31 PM, Wes Hardaker wrote: > > >> On Sun, 4 Jan 2009 08:23:04 +0100, Carsten Dominik > >> >> > said: > > > > CD> I think it would be better not to use the remember buffer for this, > > CD> but another, dedi

Re: [Orgmode] Suggestion with bad patch for org-remember-templates

2009-01-03 Thread James TD Smith
Hi Carsten and Wes, On 2009-01-03 18:26:16(+0100), Carsten Dominik wrote: > Hi Wes, > > yes, a better display of the remember template options would be useful. > However, right now the remember interface, because I believe that > James is working on a rewrite of the remember integration. Maybe he

Re: [Orgmode] template specific commit functions.

2008-12-03 Thread James TD Smith
Hi Richard and Carsten, On 2008-12-03 09:33:56(+0100), Carsten Dominik wrote: > please make this proposal to JD Smith, I think this fits well into his > new design for the Org - Remember interaction. I will not add new > features to Remember for the time being, only fix bugs. > > On Nov 29,

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-29 Thread James TD Smith
Hi Carsten, On 2008-11-25 20:27:31(+0100), Carsten Dominik wrote: > On Nov 25, 2008, at 12:46 PM, James TD Smith wrote: > > On 2008-11-24 09:58:49(+0100), Carsten Dominik wrote: > >> On Nov 24, 2008, at 12:25 AM, James TD Smith wrote: > >>> I think it would make

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-29 Thread James TD Smith
Hi Ben, On 2008-11-24 11:50:53(+0200), Ben Alexander wrote: > On 2008-Nov-24, at 04:25, [EMAIL PROTECTED] wrote: > > ** Automatic sorting > > > Right now, I have a :SORT: property in my property drawer which looks > like: >:SORT: C-c S-6 p > This is just a reminder to me for the key chord I

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-29 Thread James TD Smith
Hi Samuel, I wasn't expecting this many ideas, thanks. There are some great suggestions here, though I think some of them are outside the scope of what I am planning on doing. On 2008-11-24 14:41:00(-0700), Samuel Wales wrote: > + respect pop-up-windows Could you explain this in more detail?

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-25 Thread James TD Smith
Hi Carsten, On 2008-11-24 09:58:49(+0100), Carsten Dominik wrote: > > Hi James, I do like all this. A few comments: > > On Nov 24, 2008, at 12:25 AM, James TD Smith wrote: > > I think it would make sense to move the code to get values for remember > > expansions ou

Re: [Orgmode] RFC: Improvements to org-remember

2008-11-24 Thread James TD Smith
Hi Samuel, On 2008-11-23 17:23:15(-0700), Samuel Wales wrote: > All of this looks great. I especially like code integrity, plist > syntax, and :prefix. > > Do you want more ideas for remember? Yes. Any suggestions for new features or ways the behaviour of the remember handler could be improved

[Orgmode] RFC: Improvements to org-remember

2008-11-23 Thread James TD Smith
I have a number of improvements to org-remember I am planning to implement. I have briefly discussed some of them with Carsten, and I thought I should post a detailed description here for discussion as I'm sure you will have ideas, suggestions and criticisms of the proposed changes. * Preliminary

[Orgmode] [PATCH] Fix a bug in the remember properties escape

2008-11-17 Thread James TD Smith
deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53a21fd..3690659 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-11-17 James TD Smith <[EMAIL PROTECTED]> + + * org-remember.el (org-remember-apply-template): The call to + `org-property-get-a

[Orgmode] [PATCH 3/3] Add clock persistence.

2008-10-23 Thread James TD Smith
Clock-related data are saved when exiting emacs ands restored when emacs is restarted. The data saved include the contents of `org-clock-history', and the running clock, if there is one. To use this, you will need to add (require 'org-clock) (org-clock-persistence-insinuate) to your .emacs and e

[Orgmode] [PATCH 2/3] Add clock resuming.

2008-10-23 Thread James TD Smith
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ffc88..438296d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,14 @@ * org.el (org-insert-todo-heading): Fix bug with force-heading argument. +2008-10-23 James TD Smith <[EMAIL PROTECTED]> + + * org-cl

[Orgmode] [PATCH 0/3] Split my clock resume/clock persistence patch

2008-10-23 Thread James TD Smith
I've split this patch out into three parts, as requested. James TD Smith (3): Fix some typos and duplication in the ChangeLog Add clock resuming. Add clock persistence. lisp/ChangeLog| 46 - lisp/org-clock.el |

[Orgmode] [PATCH 1/3] Fix some typos and duplication in the ChangeLog

2008-10-23 Thread James TD Smith
4,7 +74,15 @@ * org.el (org-clock-update-time-maybe): Compute negative clock intervals correctly. -2008-10-15 James TD Smith <[EMAIL PROTECTED]> +2008-10-16 Carsten Dominik <[EMAIL PROTECTED]> + + * org.el (org-add-log-setup): Respect + `org-log-sta

[Orgmode] [PATCH 2/3] Add clock resuming.

2008-10-23 Thread James TD Smith
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4ffc88..438296d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,14 @@ * org.el (org-insert-todo-heading): Fix bug with force-heading argument. +2008-10-23 James TD Smith <[EMAIL PROTECTED]> + + * org-cl

[Orgmode] Timestamps and `org-table-copy-down'

2008-10-22 Thread James TD Smith
In a table column containing timestamps, pressing S-return with the cursor on the brackets surrounding the timestamp results the insertion of a copy of the timestamp with the active status toggled. Repeated a few times you end up with this: , | | Date | | |--| | | [

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread James TD Smith
Hi Carsten, On 2008-10-22 11:18:59(+0200), Carsten Dominik wrote: > this is a non-trivial patch, and have not yet had the time to look at > it carefully. And I am too close to the next release 6.10, which will > likely be the final version that will make it into Emacs 23, so I do > not fe

[Orgmode] [PATCH] Bugfix in org-add-log-setup.

2008-10-19 Thread James TD Smith
--- lisp/ChangeLog |6 ++ lisp/org.el|3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35ce9c3..ad7c9fe 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-10-19 James TD Smith <[EMAIL PROTEC

[Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-19 Thread James TD Smith
-git a/lisp/ChangeLog b/lisp/ChangeLog old mode 100755 new mode 100644 index ad7c9fe..8b836eb --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,27 @@ 2008-10-19 James TD Smith <[EMAIL PROTECTED]> + * org-clock.el (org-clock-persist): Add a custom option to toggle + clock pe

[Orgmode] [PATCH 1/2] Allow org-clock-in-switch-to-state to be a function.

2008-10-16 Thread James TD Smith
ChangeLog b/lisp/ChangeLog index 05e734c..0bca2be 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-10-15 James TD Smith <[EMAIL PROTECTED]> + + * org-clock.el (org-clock-in-switch-to-state): Allow this to be a + function + (org-clock-in): If `org-clock-i

[Orgmode] [PATCH 2/2] Make drawer skipping for note insertion more sensible.

2008-10-16 Thread James TD Smith
--- lisp/ChangeLog |3 +++ lisp/org.el| 12 +++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42622b0..33eca1a 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,9 @@ (org-clock-in): Use org-indent-line-fun

[Orgmode] Re: Incompatible change in latest push

2008-10-16 Thread James TD Smith
On 2008-10-16 08:28:29(-0400), Bernt Hansen wrote: > Thanks for restoring the old behaviour. > > This was confusing me a bit -- I have lots of tasks where the clock > drawer is way down in the body of the task after lots of repeated 'DONE' > notes (for some of my cyclic tasks). I was used to the

Re: [Orgmode] Incompatible change in latest push

2008-10-16 Thread James TD Smith
Hi Carsten, On 2008-10-16 06:55:02(+0200), Carsten Dominik wrote: > Hi, > > after a request, I just added a new variable > `org-log-state-notes-insert-after-drawers' with default nil. > This means that state change notes are now by default > inserted again *before* any drawers. This was the > ori

[Orgmode] [PATCH] Fix link display in imenus and the refile interface

2008-09-21 Thread James TD Smith
16 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56e290e..9fe09d1 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-09-21 James TD Smith <[EMAIL PROTECTED]> + + * org.el (org-get-refile-target

Re: [Orgmode] [PATCH 0/9] Update my last patchset

2008-09-21 Thread James TD Smith
On 2008-09-21 06:48:58(+0200), Carsten Dominik wrote: > Hi James, > > bummer, I *did* forget about the previous patch series, thanks so much > for bringing it up again. I had intended to remind you when you got back, but forgot about it. > I am frusrated with my git skills. I did put all yo

[Orgmode] [PATCH 9/9] Some bugfixes for org-plot.

2008-09-20 Thread James TD Smith
* Handle tables where the first line is an hline. * Put commas at the end of the line in generated scripts --- lisp/org-plot.el | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 874790c..f8e268d 100644 --- a/lisp/org-plo

[Orgmode] [PATCH 8/9] Add a % expansion for inserting properties in remember buffers.

2008-09-20 Thread James TD Smith
--- lisp/ChangeLog |3 +++ lisp/org-remember.el | 19 +-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b40a6e..07872eb 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-09-20 James TD

[Orgmode] [PATCH 7/9] Add some new interaction between remember and clocked tasks

2008-09-20 Thread James TD Smith
1753881..0b40a6e 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2008-09-20 James TD Smith <[EMAIL PROTECTED]> + * org-remember.el (org-remember-apply-template): Add new + expansions: %k, %K for currently clocked task and a link to the + currently clo

[Orgmode] [PATCH 6/9] Add some functions for handling checklists.

2008-09-20 Thread James TD Smith
contrib/lisp/org-checklist.el diff --git a/contrib/ChangeLog b/contrib/ChangeLog index c49e4b4..195f2b3 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2008-09-20 James TD Smith <[EMAIL PROTECTED]> + + * lisp/org-checklist.el: Add various checklist handling fun

[Orgmode] [PATCH 5/9] Fix note insertion in entries with drawers.

2008-09-20 Thread James TD Smith
The code to find the insertion point after a heading for notes was not skipping over drawers, resulting in notes being added inbetween the scheduling keywords and the first drawer. Notes are now inserted after any drawers in an item. --- lisp/ChangeLog |2 ++ lisp/org.el| 41 +++

[Orgmode] [PATCH 4/9] Fix link display in imenus and the refile interface

2008-09-20 Thread James TD Smith
--- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2008-09-20 James TD Smith <[EMAIL PROTECTED]> + * org.el (org-get-refile-targets): Replace links with their + descriptions + (org-imenu-get-tree): Replace links with their descriptions + * org-agenda.e

[Orgmode] [PATCH 3/9] Show durations of clocked times in timeline

2008-09-20 Thread James TD Smith
..3896ddf 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-09-20 James TD Smith <[EMAIL PROTECTED]> + * org-agenda.el (org-agenda-get-closed): show durations of clocked + items as well as the start and end times. + * org-compat.el (org-get-x-cli

[Orgmode] [PATCH 2/9] Fix X clipboard handling in emacs21

2008-09-20 Thread James TD Smith
/org.el |2 +- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5eb535f..bcefdab 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2008-09-20 James TD Smith <[EMAIL PROTECTED]> + * org-compat.el (org

[Orgmode] [PATCH 1/9] Some improvements to the modeline clock display

2008-09-20 Thread James TD Smith
/ChangeLog @@ -1,3 +1,13 @@ +2008-09-20 James TD Smith <[EMAIL PROTECTED]> + + * lisp/org-clock.el (org-update-mode-line): Support limiting the + modeline clock string, and display the full todo value in the + tooltip. Set a local keymap so mouse-3 on the clock string goes to +

[Orgmode] [PATCH 0/9] Update my last patchset

2008-09-20 Thread James TD Smith
I've updated my last patchset so it applies to the current version, and added a few more patches I have written since then. The following series implements... --- James TD Smith (9): Some bugfixes for org-plot. Add a % expansion for inserting properties in remember bu

Re: [Orgmode] Displaying images inline

2008-08-24 Thread James TD Smith
On 2008-08-24 18:54:37(+0300), Taru Karttunen wrote: > On 24.08 09:21, Lindsay Todd wrote: > > Thank you! I get the "underline" running right through the image, but > > that is tolerable. This helps me. > > That comes from the org link. It can be removed by customizing the > link face used by or

Re: [Orgmode] Displaying images inline

2008-08-22 Thread James TD Smith
On 2008-08-22 17:52:46(-0400), Lindsay Todd wrote: > Is there a way to link to a file containing an image, and have the > image display inline in org-mode? I know that if the org file is > exported to HTML, it can be done so that the HTML file displays the > image inline -- but I'd kind of like to

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread James TD Smith
On 2008-07-25 08:53:31(-0700), Eric Schulte wrote: > > Any advice for quick graphing of a table in org-mode? > I have a setup for plotting data from tables. I'm not sure if it's exactly what you want, but yoy may find it useful. 1. Add the following to your .emacs: (defun ahkt-plot-table (scri

[Orgmode] [PATCH 7/7] Add some new interaction between remember and clocked tasks

2008-07-24 Thread James TD Smith
d072d40..b591f32 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2008-07-25 James TD Smith <[EMAIL PROTECTED]> + * org-remember.el (org-remember-apply-template): Add new + expansions: %k, %K for currently clocked task and a link to the + currently clo

[Orgmode] [PATCH 6/7] Add some functions for handling checklists.

2008-07-24 Thread James TD Smith
contrib/lisp/org-checklist.el diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 66d379c..1d94fa0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2008-07-05 James TD Smith <[EMAIL PROTECTED]> + + * lisp/org-checklist.el: Add various checklist handling fun

[Orgmode] [PATCH 5/7] Fix note insertion in entries with drawers.

2008-07-24 Thread James TD Smith
The code to find the insertion point after a heading for notes was not skipping over drawers, resulting in notes being added inbetween the scheduling keywords and the first drawer. Notes are now inserted after any drawers in an item. --- lisp/ChangeLog |2 ++ lisp/org.el| 43 +++

[Orgmode] [PATCH 4/7] Fix link display in imenus and the refile interface

2008-07-24 Thread James TD Smith
--- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2008-07-25 James TD Smith <[EMAIL PROTECTED]> + * org.el (org-get-refile-targets): Replace links with their + descriptions + (org-imenu-get-tree): Replace links with their descriptions + * org-agenda.e

[Orgmode] [PATCH 3/7] Show durations of clocked times in timeline

2008-07-24 Thread James TD Smith
..e63503a 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-07-25 James TD Smith <[EMAIL PROTECTED]> + * org-agenda.el (org-agenda-get-closed): show durations of clocked + items as well as the start and end times. + * org-compat.el (org-get-x-cli

[Orgmode] [PATCH 1/7] Some improvements to the modeline clock display

2008-07-24 Thread James TD Smith
+1,13 @@ +2008-07-25 James TD Smith <[EMAIL PROTECTED]> + + * lisp/org-clock.el (org-update-mode-line): Support limiting the + modeline clock string, and display the full todo value in the + tooltip. Set a local keymap so mouse-3 on the clock string goes to + the cur

[Orgmode] [PATCH 2/7] Fix X clipboard handling in emacs21

2008-07-24 Thread James TD Smith
/org.el |2 +- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 903aa8c..c81a049 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2008-07-25 James TD Smith <[EMAIL PROTECTED]> + * org-compat.el (org

Re: [Orgmode] Problem with remember and org-mode 6.01d

2008-04-23 Thread James TD Smith
On 2008-04-23 18:31:01(+0200), Jurgen Defurne wrote: > On Tue, 22 Apr 2008 23:52:20 +0200 > Carsten Dominik <[EMAIL PROTECTED]> wrote: > > > So does this problem hapen under xemacs, or emacs? xemacs would be > > very strange, because there this function should not be called. Emacs > > 21 may

Re: [Orgmode] [PATCH 5/5] clipboard handling in remember templats

2008-04-09 Thread James TD Smith
On 2008-04-09 17:32:22(+0200), Carsten Dominik wrote: > Hi James, > > I am going to accept this patch, but I do have a question about it: > > On Mar 16, 2008, at 5:31 PM, James TD Smith wrote: > > >From: James TD Smith <[EMAIL PROTE

[Orgmode] [PATCH 4/5] Add a new sort option, which sorts items by todo keyword

2008-03-16 Thread James TD Smith
This is a somewhat simple implementation which just uses the position of the keyword in org-todo-keywords-1, so if you have multiple sequences containing the same todo keyword you may not get the ordering you expect. --- org.el |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) di

  1   2   >