* [BUG] Export does not read .dir-locals.el [9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/)] @ 2024-06-14 4:53 Protesilaos Stavrou 2024-06-14 14:27 ` Ihor Radchenko 0 siblings, 1 reply; 3+ messages in thread From: Protesilaos Stavrou @ 2024-06-14 4:53 UTC (permalink / raw) To: emacs-orgmode Dear maintainer, I have noticed that the export mechanism does not read the local variables of a file when those come from a .dir-locals.el. Steps to reproduce this: 1. Create a test directory. 2. Inside of that directory, write a .dir-locals.el file with something like the following: ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") ((nil . ((testing . "hello")))) 3. Now create a new Org file with a code block that includes the variable we introduced in the previous step. For example: Does this export? #+begin_src emacs-lisp :exports results testing #+end_src 4. If you do C-c C-c on the code block, it returns the local value as the variable is not void. But if you try to export, you an error that the variable is void. Perhaps there is some user option to let the export mechanism read those local variables? All the best, Protesilaos (or simply "Prot") * * * Emacs : GNU Emacs 30.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2024-06-11 Package: Org mode version 9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/) -- Protesilaos Stavrou https://protesilaos.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] Export does not read .dir-locals.el [9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/)] 2024-06-14 4:53 [BUG] Export does not read .dir-locals.el [9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/)] Protesilaos Stavrou @ 2024-06-14 14:27 ` Ihor Radchenko 2024-06-18 9:48 ` Protesilaos Stavrou 0 siblings, 1 reply; 3+ messages in thread From: Ihor Radchenko @ 2024-06-14 14:27 UTC (permalink / raw) To: Protesilaos Stavrou; +Cc: emacs-orgmode Protesilaos Stavrou <public@protesilaos.com> writes: > I have noticed that the export mechanism does not read the local > variables of a file when those come from a .dir-locals.el. It is expected - export happens in a separate buffer that only inherits Org mode settings, but nothing else. Not a bug. Canceled. > ... > Perhaps there is some user option to let the export mechanism read those > local variables? You can make use of #+bind functionality. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] Export does not read .dir-locals.el [9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/)] 2024-06-14 14:27 ` Ihor Radchenko @ 2024-06-18 9:48 ` Protesilaos Stavrou 0 siblings, 0 replies; 3+ messages in thread From: Protesilaos Stavrou @ 2024-06-18 9:48 UTC (permalink / raw) To: Ihor Radchenko; +Cc: emacs-orgmode > From: Ihor Radchenko <yantar92@posteo.net> > Date: Fri, 14 Jun 2024 14:27:12 +0000 > > Protesilaos Stavrou <public@protesilaos.com> writes: > >> I have noticed that the export mechanism does not read the local >> variables of a file when those come from a .dir-locals.el. > > It is expected - export happens in a separate buffer that only inherits > Org mode settings, but nothing else. > > Not a bug. > Canceled. I think it runs counter to the idea of directory-local variables. Though #+bind is fine. >> ... >> Perhaps there is some user option to let the export mechanism read those >> local variables? > > You can make use of #+bind functionality. Thank you! -- Protesilaos Stavrou https://protesilaos.com ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-18 9:49 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-06-14 4:53 [BUG] Export does not read .dir-locals.el [9.7.3 (release_9.7.3 @ /usr/local/share/emacs/30.0.50/lisp/org/)] Protesilaos Stavrou 2024-06-14 14:27 ` Ihor Radchenko 2024-06-18 9:48 ` Protesilaos Stavrou
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.