bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34539: 26.1.91; Scan error while requesting help with C-h v


From: Stefan Kangas
Subject: bug#34539: 26.1.91; Scan error while requesting help with C-h v
Date: Thu, 13 Aug 2020 04:15:24 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]