all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Now with patch (Was Re: Org-choose)
@ 2009-02-13 19:43 Tom Breton (Tehom)
  0 siblings, 0 replies; only message in thread
From: Tom Breton (Tehom) @ 2009-02-13 19:43 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-13 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 19:43 Now with patch (Was Re: Org-choose) Tom Breton (Tehom)

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.