emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Leyon <cleyon@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Small patch for org-ido-switchb
Date: Thu, 26 Mar 2009 11:48:12 -0400	[thread overview]
Message-ID: <5ea706d0903260848l76e1abf1m76781720ab40e2b7@mail.gmail.com> (raw)

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

For some semi-short time, org-ido-switchb has been broken, complaining
about wrong type arguments.  The attached one-line patch corrects
this.

[-- Attachment #2: ido-switchb.patch --]
[-- Type: text/x-diff, Size: 489 bytes --]

--- org.el.orig	2009-03-26 11:38:36.000000000 -0400
+++ org.el	2009-03-26 11:39:09.000000000 -0400
@@ -12624,7 +12624,7 @@
                      (t                 (org-buffer-list)))))
     (switch-to-buffer
      (org-ido-completing-read "Org buffer: "
-                              (mapcar 'buffer-name blist)
+                              (mapcar 'list (mapcar 'buffer-name blist))
                               nil t))))
 
 (defun org-buffer-list (&optional predicate exclude-tmp)

[-- 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-03-26 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-26 15:48 Chris Leyon [this message]
2009-03-26 16:15 ` Small patch for org-ido-switchb Carsten Dominik

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=5ea706d0903260848l76e1abf1m76781720ab40e2b7@mail.gmail.com \
    --to=cleyon@gmail.com \
    --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).