Re: file local filter functions

2024-07-28 Thread Orm Finnendahl
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

Re: file local filter functions

2024-07-28 Thread András Simonyi
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)

file local filter functions

2024-07-28 Thread Orm Finnendahl
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

Re: [BUG] `org-agenda-write' (error "No buffer named *Org Agenda*")

2024-07-28 Thread Ihor Radchenko
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

Re: [BUG] Set `org-yank-image-save-method` setting affects org-capture errors on Windows systems [9.7.4 (release_9.7.4-7-g165319 @ f:/App/emacs/share/emacs/30.0.50/lisp/org/)]

2024-07-28 Thread Ihor Radchenko
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

Re: Missing first and last numbers of the date when auto-creating checkboxes

2024-07-28 Thread Ihor Radchenko
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

Re: Missing first and last numbers of the date when auto-creating checkboxes

2024-07-28 Thread Sharon Kimble
-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

[BUG] `org-agenda-write' (error "No buffer named *Org Agenda*")

2024-07-28 Thread Sławomir Grochowski
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

Re: Missing first and last numbers of the date when auto-creating checkboxes

2024-07-28 Thread Ihor Radchenko
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,

Missing first and last numbers of the date when auto-creating checkboxes

2024-07-28 Thread Sharon Kimble
-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