emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: Marc Ihm <marc@ihm.name>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, rasmus@gmx.us
Subject: Re: Error when using org-ctrl-c-ctrl-c to add tags
Date: Sun, 19 Apr 2015 23:06:48 -0300	[thread overview]
Message-ID: <CAMfbzvBupgtCF6nOemA62SH06rjA+PyvQPn0dgbG-eeOii5WSg@mail.gmail.com> (raw)
In-Reply-To: <xkfpp70f6hy.fsf@ihm.name>

Worked for me.

2015-04-19 13:05 GMT-03:00 Marc Ihm <marc@ihm.name>:
>
> Okay, this one only tries to fix, what seems broken ...
> Could someone please check ?
>
> best regards
> Marc
>
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 24b3a69..8a00847 100755
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -10515,8 +10515,7 @@ from."
>                         completing-read-function)
>                    'completing-read)))
>        (concat (car args))
> -      (if (and (consp (nth 1 args))
> -              (consp (car (nth 1 args))))
> +      (if (consp (car (nth 1 args)))
>           (mapcar 'car (nth 1 args))
>         (nth 1 args))
>        (cddr args)))))

  reply	other threads:[~2015-04-20  2:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18 18:50 Error when using org-ctrl-c-ctrl-c to add tags Vicente Vera
2015-04-19 14:36 ` Marc Ihm
2015-04-19 14:53   ` Rasmus
2015-04-19 15:03   ` Vicente Vera
2015-04-19 16:05   ` Marc Ihm
2015-04-20  2:06     ` Vicente Vera [this message]
2015-04-20  8:19     ` Rasmus
2015-04-20 12:20       ` Rasmus
2015-04-20 20:02         ` Marc Ihm
2015-04-26 21:59           ` Ken Mankoff
2015-04-27  8:26             ` Rasmus
2015-04-27 12:32               ` Ken Mankoff
  -- strict thread matches above, loose matches on Subject: below --
2015-04-18  2:05 Vicente Vera
2015-04-18 17:08 ` Rasmus

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=CAMfbzvBupgtCF6nOemA62SH06rjA+PyvQPn0dgbG-eeOii5WSg@mail.gmail.com \
    --to=vicentemvp@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=marc@ihm.name \
    --cc=rasmus@gmx.us \
    /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).