emacs-orgmode
[Top][All Lists]
Advanced

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

Re: How to get in-buffer setting from Elisp code


From: Bruno Barbier
Subject: Re: How to get in-buffer setting from Elisp code
Date: Sun, 10 Mar 2024 11:46:36 +0100

Hi Sébastien,

Sébastien Gendre <seb@k-7.ch> writes:

> Hello,
>
> How can I access to an in-buffer setting value, from Elisp code ?
>

IIUC, they are called "Buffer-Local Variables".

Using 'buffer-local-value' should give you the value of a variable in a
buffer.

See the manual for more:
      (info "(elisp) Buffer-Local Variables")


Bruno



reply via email to

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