all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Carlos Pita <carlosjosepita@gmail.com>
Cc: 34539@debbugs.gnu.org
Subject: bug#34539: 26.1.91; Scan error while requesting help with C-h v
Date: Thu, 13 Aug 2020 04:15:24 -0700	[thread overview]
Message-ID: <CADwFkmniuR=Kwt4nBUdtV7tkPtepz9_Wwo2PphONxLHwLWaWDQ@mail.gmail.com> (raw)
In-Reply-To: <87ftsk4oiu.fsf@gmail.com> (Carlos Pita's message of "Mon, 18 Feb 2019 21:20:41 -0300")

Carlos Pita <carlosjosepita@gmail.com> writes:

> If I define
>
> ```
> (let ((targets '("~/notes/gtd.org"
>                  "~/notes/notes.org"
>                  "~/notes/journal.org")))
>   (setq org-refile-targets `((nil :maxlevel . 1)
>                              ("~/notes/anki.org" :level . 0)
>                              (,targets :maxlevel . 1)
>                              (,targets :tag . "PROJECT"))))
> ```
>
> and then request help using C-h v org-refile targets, I get
>
>
> ```
> org-refile-targets is a variable defined in ‘org.el’.
> Its value is
> ```
>
> with error
>
> ```
> forward-sexp: Scan error: "Containing expression ends prematurely"

I've tried these steps on current master:

0. emacs -Q
1. Paste and evaluate this in *scratch*:
   (let ((targets '("~/notes/gtd.org"
                    "~/notes/notes.org"
                    "~/notes/journal.org")))
     (setq org-refile-targets `((nil :maxlevel . 1)
                                ("~/notes/anki.org" :level . 0)
                                (,targets :maxlevel . 1)
                                (,targets :tag . "PROJECT"))))
2. C-h v org-refie-targets RET

But I don't get any error.  So has this been fixed, or are you still
seeing this?

If I don't hear back from you within a couple of weeks, I'll just
close this bug as unreproducible.

Best regards,
Stefan Kangas





  parent reply	other threads:[~2020-08-13 11:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19  0:20 bug#34539: 26.1.91; Scan error while requesting help with C-h v Carlos Pita
2019-02-22  8:05 ` Eli Zaretskii
2020-08-13 11:15 ` Stefan Kangas [this message]
2020-09-18  9:51   ` Stefan Kangas

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

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

  git send-email \
    --in-reply-to='CADwFkmniuR=Kwt4nBUdtV7tkPtepz9_Wwo2PphONxLHwLWaWDQ@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=34539@debbugs.gnu.org \
    --cc=carlosjosepita@gmail.com \
    /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 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.