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: Fri, 18 Sep 2020 02:51:28 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

tags 34539 + unreproducible
close 34539
thanks

Stefan Kangas <stefan@marxist.se> writes:

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

No further updates within 5 weeks, so I'm now closing this bug.

If you are still seeing this, please reply back and we can reopen the
bug.

Best regards,
Stefan Kangas





reply via email to

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