emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Tom Breton (Tehom)" <tehom@panix.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Now with patch (Was Re: Org-choose)
Date: Fri, 13 Feb 2009 14:43:10 -0500 (EST)	[thread overview]
Message-ID: <1045.24.63.20.74.1234554190.squirrel@mail.panix.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

The previous message would have worked better if I had actually remembered
to attach the patch.  Here it is.

Tom Breton (Tehom)


[-- Attachment #2: org-choose.el.diff --]
[-- Type: application/octet-stream, Size: 959 bytes --]

*** old-org-choose.el	2009-02-13 14:17:05.000000000 -0500
--- org-choose.el	2009-02-13 14:18:01.000000000 -0500
***************
*** 63,70 ****
  ;;;_ , Requires
  
  (require 'org)
! (eval-when-compile
!    (require 'cl))
  
  ;;;_. Body
  ;;;_ , The variables
--- 63,69 ----
  ;;;_ , Requires
  
  (require 'org)
! (require 'cl)
  
  ;;;_. Body
  ;;;_ , The variables
***************
*** 109,117 ****
  	    ;;Split it
  	    (arglist
  	       (let
! 		  ((arglist-x (split-string args ",")))
! 		  ;;When string starts with "," `split-string' doesn't
! 		  ;;make a first arg, so in that case make one
  		  ;;manually.
  		  (if 
  		     (string-match "^," args)
--- 108,116 ----
  	    ;;Split it
  	    (arglist
  	       (let
! 		  ((arglist-x (org-split-string args ",")))
! 		  ;;When string starts with "," `org-split-string'
! 		  ;;doesn't make a first arg, so in that case make one
  		  ;;manually.
  		  (if 
  		     (string-match "^," args)

[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

                 reply	other threads:[~2009-02-13 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1045.24.63.20.74.1234554190.squirrel@mail.panix.com \
    --to=tehom@panix.com \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).