[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

[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] [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:

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

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

[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

[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] 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 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

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

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.

[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

[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 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 ++

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

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] 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] 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

[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] [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 -- |---| ___

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-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-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] 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] 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-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

[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

[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] 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

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: 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] 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

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] [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

[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

[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] [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 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 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 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] 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

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.

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 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 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] 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 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] [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] Re: my remember templates do not work anymore in 5.16

2007-12-03 Thread James TD Smith
On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote: > Carsten Dominik schrieb: > > > > On Dec 3, 2007 2:10 PM, Rainer Stengele <[EMAIL PROTECTED] > > > wrote: > > > > Hi. > > I just noticed that my remember templates do not work anymore in 5.16. > > Error m

[Orgmode] [PATCH 1/5] Hide drawers after displaying an entry using org-clock-goto.

2008-03-16 Thread James TD Smith
From: James TD Smith <[EMAIL PROTECTED]> --- org.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/org.el b/org.el index 4fe79d7..8fe8edd 100644 --- a/org.el +++ b/org.el @@ -18715,6 +18715,7 @@ If there is no running clock, throw an error, unless FAIL-QUIETLY

[Orgmode] [PATCH 0/5] Various patches

2008-03-16 Thread James TD Smith
The following series implements... --- James TD Smith (5): Fix the X clipboard handling so it works properly, and so it works in XEmacs. Add some new % expansions for remember templates for inserting clipboard values, and for inserting links using the clipboard contents

[Orgmode] [PATCH 2/5] Add a way to set a user-defined function to generate descriptions for links.

2008-03-16 Thread James TD Smith
From: James TD Smith <[EMAIL PROTECTED]> Below is an example which uses w3m to retrieve the titles of web pages to use as link descriptions. (require 'w3m) (defun make-link-description (link desc) "Link description generator for orgmode" (cond ((string-match "htt

[Orgmode] [PATCH 3/5] Some improvements to org-table-export

2008-03-16 Thread James TD Smith
From: James TD Smith <[EMAIL PROTECTED]> Specify the file to export to as parameter or property Use the export mechanisms from orgtbl instead of the simple export. Specify the table output format in property. --- org.el | 91 +

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

2008-03-16 Thread James TD Smith
From: James TD Smith <[EMAIL PROTECTED]> Fix the X clipboard handling so it works properly, and so it works in XEmacs,and add a new % expansion for adding links. This patch reverts the %c expansion to its original function (head of kill ring), and adds three new % expansions as follow

Re: [Orgmode] [PATCH 4/5] Various patches

2008-03-16 Thread James TD Smith
One of my patches [4/5] appears to have gone missing. I've attatched it to this email. James Add a new sort option, which sorts items by todo keyword in the order of the From: James TD Smith <[EMAIL PROTECTED]> todo sequence. This is a somewhat simple implementation which ju

[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

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

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

[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

[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 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 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 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 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 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

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

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] 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

[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

[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 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 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 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 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 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 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 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 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

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] 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] 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] 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

[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] [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] 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] 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

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] 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 | | |--| | | [

[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 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 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 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] 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] 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

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

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-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-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

  1   2   >