emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Eldoc and setupfile issue


From: Bastien
Subject: Re: Eldoc and setupfile issue
Date: Tue, 04 Feb 2020 08:50:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Jamie,

I'm copying Ɓukasz, the author of org-eldoc.el, in case he can have a
look at the issue below.

Thanks,

Jamie Forth <address@hidden> writes:

> Using the org-eldoc contrib, visiting a file with a setupfile keyword
> seems to prevent global-eldoc-mode from enabling eldoc in org
> buffers.
>
> Steps to reproduce:
> 1. emacs -Q -l minimal.el
> 2. open setup.org
>    - eldoc is enabled
> 3. open test.org
>    - eldoc is not enabled
>
> GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
> Org mode version 9.2.4 (release_9.2.4-400-g2c8e8b)
>
> --
> Jamie
>
> (add-to-list 'load-path (expand-file-name "~/src/emacs/org-mode/lisp"))
> (add-to-list 'load-path (expand-file-name 
> "~/src/emacs/org-mode/contrib/lisp"))
> (require 'org-eldoc)
>
> # An empty file
>
> #+begin_src elisp :results verbatim
>   eldoc-mode
> #+end_src
>
> #+RESULTS:
> : t
>
> # A file containing a setupfile keyword.
>
> #+setupfile: ./setup.org
>
> #+begin_src elisp :results verbatim
>   eldoc-mode
> #+end_src
>
> #+RESULTS:
> : nil
>

-- 
 Bastien



reply via email to

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