Hi András,
Am Sonntag, den 28. Juli 2024 um 21:56:16 Uhr (+0200) schrieb András
Simonyi:
> a long shot, but maybe you haven't set the variable
> =org-export-allow-bind-keywords= to a non-nil value?
that was it, thanks so much! I wasn't aware of that variable.
--
Orm
Dear All,
On Sun, 28 Jul 2024 at 21:22, Orm Finnendahl
wrote:
>
> Trying to define a file local filter doesn't work:
>
> #+BIND: org-export-filter-final-output-functions (hiho)
> #+BEGIN_SRC emacs-lisp :exports results :results none
> (defun hiho (s backend info)
> (message "HiHo")
> s)
Hi,
I'm trying to define a filter function local to a file for the final
output filter, but it doesn't seem to work.
This works:
#+BEGIN_SRC emacs-lisp :exports results :results none
(defun hiho (s backend info)
(message "HiHo")
s)
(add-to-list 'org-export-filter-final-output-functi
Sławomir Grochowski writes:
> I am encountering an error when running the `org-agenda-write' command on
> any 'Agenda Views'. The error message is:
> (error "No buffer named *Org Agenda*").
>
> Despite this error, the file is created successfully. The part of the
> code from `org-agenda-write' t
ISouthRain writes:
> Example:
> test.el:
> ;; All code
> (add-hook 'org-mode-hook '(lambda ()
> (setq-local org-yank-image-save-method (format
> "./attach/%s/" (file-name-nondirectory buffer-file-name)
> ;; End
>
> Start test emacs:
> emacs -q -l test.el
> M-x org
Sharon Kimble writes:
>>> ** 26 Friday
>>> :PROPERTIES:
>>> :CREATED: [024-07-28 Sun 08:1]
>>> :END:
>>> ===
>>
>> Thanks for reporting, but may you please provide more details?
>> Ideally, may you explain step by step what you did, starting from emacs -Q?
>>
>> It is not clear to me w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Ihor Radchenko writes:
> Sharon Kimble writes:
>
>> Using checkboxes, if you create manually your first checkbox, then
>> auto-create your second and subsequent ones by pressing 'Left-Shift + Left
>> Alt + Enter' you get the date just below your
Hello,
I am encountering an error when running the `org-agenda-write' command on
any 'Agenda Views'. The error message is:
(error "No buffer named *Org Agenda*").
Despite this error, the file is created successfully. The part of the
code from `org-agenda-write' that triggers this error is:
(set
Sharon Kimble writes:
> Using checkboxes, if you create manually your first checkbox, then
> auto-create your second and subsequent ones by pressing 'Left-Shift + Left
> Alt + Enter' you get the date just below your level-2 heading but with the
> first and last
> numbers of the date missing,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello.
Using checkboxes, if you create manually your first checkbox, then auto-create
your second and subsequent ones by pressing 'Left-Shift + Left Alt + Enter' you
get the date just below your level-2 heading but with the first and last
number
10 matches
Mail list logo