[O] [PATCH] Fix message format in org-notmuch-search-open

2015-05-15 Thread Christopher League
* org-notmuch.el (org-notmuch-search-open): Bug fix When opening a notmuch-search link, we use =message= to display the path at the bottom of the screen. This would signal "Not enough arguments for format string" when the path contained %-signs, as it is likely to when the query contains spaces: [

[Orgmode] RFC: interactive tag query adjustment

2007-12-08 Thread Christopher League
Hi, I've been using org-mode for about a year, and recently updated to the latest release. I was happy to discover the enhanced tag query features ("phone|email/NEXT|SOMEDAY", etc) and started rethinking my configuration a little. I'd like to have an interface for interactive query adjus

Re: [Orgmode] RFC: interactive tag query adjustment

2007-12-08 Thread Christopher League
On Dec 8, 2007, at 1:29 PM, Adam Spiers wrote: The idea sounds great! though I copied your code into a buffer, did M-x eval-buffer, typed C-c a m and couldn't get any of the "electric" keys to behave any differently to normal. Not sure if I did something wrong. Huh, okay. Maybe the code is r

Re: [Orgmode] RFC: interactive tag query adjustment

2008-01-12 Thread Christopher League
eractive) + (org-agenda-query-generic-cmd "+")) + +(defun org-agenda-query-or-cmd () + "Activate query manipulation, initially using the OR (|) operator." + (interactive) + (org-agenda-query-generic-cmd "|")) + +(defun org-agenda-query-not-cmd () + "Activate

Re: [Orgmode] processing pending emails as part of your GTD system

2008-04-22 Thread Christopher League
set _messageURL to "[[message://%3c" & _msg's message id & "%3e][" & _subj & "]]" set end of _links to _messageURL end repeat set AppleScript's text item delimiters to return set the clipboard to

Re: [Orgmode] processing pending emails as part of your GTD system

2008-04-23 Thread Christopher League
On Apr 23, 2008, at 11:34 AM, [EMAIL PROTECTED] wrote: How did you know about this ``message://%3c%3e'' schema syntax!? Is there anything else I can do to Mail from within Emacs (or from within Quicksilver {see footnote}). Where can I read more! Is it safe to upgrade Mail (i.e. if I upgrad

[PATCH] org-agenda: Allow org-agenda-overriding-header to be a function

2021-08-12 Thread Christopher League
I thought this would be a nice extension to an existing customization option for org-agenda. Commit message has an example and rationale. Comments and amendments welcome, of course. I signed FSF copyright assignment previously. Thanks, Chris

[PATCH] org-agenda: Allow org-agenda-overriding-header to be a function

2021-08-12 Thread Christopher League
* org-agenda.el (org-agenda--insert-overriding-header): Allow `org-agenda-overriding-header' to be a function in addition to a string or nil. When the custom agenda is created or updated, call that function and insert the string it returns as the agenda header. This allows custom commands to produ

[Orgmode] org-attach git-commit limitations

2009-06-03 Thread Christopher League
Hi folks, I started trying to use the org-attach feature (C-c C-a) and I like the idea that it can auto-commit attachment changes to a git repo. But I noticed some shortcomings... 1. I like to keep the entire org-directory under version control, but org-attach only commits if the org-atta

[Orgmode] [PATCH] fix org-feed when retrieve-method is curl or wget

2009-06-30 Thread Christopher League
Hi Carsten and everyone. I love using org-feed, to gather various collection points (delicious, starred in google reader, dial2do, etc) into org-mode. I tried switching the org-feed-retrieve-method to curl or wget, and encountered some bugs. The fixes were simple, and the full details are

[Orgmode] wish list: sort tasks by age

2009-06-30 Thread Christopher League
I would love to be able to sort TODOs by their age, so it becomes painfully obvious what I have been ignoring. Since org relies on free- form text (a strength), it's tricky to ensure that every item gets a 'creation-time' property. But it doesn't need to be accurate to the second; even a s

Re: [Orgmode] wish list: sort tasks by age

2009-07-01 Thread Christopher League
Thanks everyone. I think I managed to get something like David's suggestion working... I spent the most time trying to initialize the creation times from git though, with vc-annotate.. I don't think that was meant to be used non-interactively, but I beat it into shape. :) The other end of

[O] org-plus-contrib tar disappeared from orgmode.org/elpa/

2018-01-03 Thread Christopher League
Hi, this is a plea to retain versioned copies of the org-plus-contrib tar in the directory, because package managers refer to them. Currently, the only versions present at that location are 20171227 and 20171228. I'm using NixOS, and my current nixpkgs tree refers to 2

Re: [O] org-plus-contrib tar disappeared from orgmode.org/elpa/

2018-01-04 Thread Christopher League
Nicolas Goaziou writes: > I see all the versioned copies at the location you point out. Can you > confirm they reappeared? Ah yes, that's better... everything is back and the package builds fine now. > OOC, why > > homepage = "https://elpa.gnu.org/packages/org.html";; > > instead of > > hom