Re: strange error exporting to ascii

2023-12-23 Thread Fraga, Eric
On Saturday, 23 Dec 2023 at 09:52, Ihor Radchenko wrote: > ... me adding one innocent require to ox.el Complex systems... :-) Fantastic video, by the way. -- : Eric S Fraga, with org release_9.6.13-1003-g872c1b in Emacs 30.0.50

Re: How to execute Lisp code /after/ a capture template has been filled before it is finalized?

2023-12-23 Thread Ihor Radchenko
Tim Landscheidt writes: > I (want to) have a capture template that fills a table and > then (re-)calculates a cell based on a formula (and aligns > the table): > ... > If I naively append "%(org-table-recalculate t)" to that > template, the expression gets evaluated immediately when I > start

Re: strange error exporting to ascii

2023-12-23 Thread Ihor Radchenko
Ihor Radchenko writes: > This is most likely a bug with internal dependencies. > I need some time to figure out how to approach it. ... me adding one innocent require to ox.el https://youtu.be/OpLU__bhu2w?t=237 _// -- Ihor Radchenko // yantar92, Org mode contributor,

Re: Multi-line headers with longtable

2023-12-23 Thread Ihor Radchenko
Ihor Radchenko writes: >> This is using org version 9.5.3 and GNU Emacs 29.0.50 (snapshot). > > Confirmed. > Daniel, could you please take a look? It took a while, but... Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=539728840 -- Ihor Radchenko // yantar92,

Re: [BUG] ox-beamer uses ox-latex private functions

2023-12-23 Thread Ihor Radchenko
Niall Dooley writes: > In three separate places (lines 779, 825 and 874) ox-beamer uses > ox-latex private functions namely: > > line779: `org-latex--wrap-label' > line 825: `org-latex--insert-compiler' > line 874: `org-latex--format-spec' > > I appreciate ox-beamer is a backend backend derived

Re: [BUG] ox-beamer uses ox-latex private functions

2023-12-23 Thread Niall Dooley
On Sat, 23 Dec 2023 at 11:19, Ihor Radchenko wrote: > Both ox-beamer and ox-latex are parts of Org mode. So, there is nothing > wrong with using these internal functions - we have the control over all > parts of Org mode. If we decide to make a breaking change in any > internal function in Org

How to execute Lisp code /after/ a capture template has been filled before it is finalized?

2023-12-23 Thread Tim Landscheidt
Hi, I (want to) have a capture template that fills a table and then (re-)calculates a cell based on a formula (and aligns the table): | - Note taken on %U | | Coin | Count | |---+| | | 0.01 | %^{Number of € 0.01 coins|0} | | | 0.02 | %^{Number of € 0.02 coins|0} | | |

[PATCH] lisp/org-agenda.el: Check agenda type earlier

2023-12-23 Thread Morgan Smith
lisp/org-agenda.el (org-agenda-goto-date): Check agenda type earlier. Also remove redundant error. When this function is run on a todo agenda the user is given the undescriptive error "(wrong-type-argument listp "todo")" because we attempt to parse the 'org-last-args text-property prematurely.

[PATCH] * doc/org-manual.org: Fix typo

2023-12-23 Thread Morgan Smith
doc/org-manual.org: 'org-hierarchical-checkbox-statistics' -> 'org-checkbox-hierarchical-statistics' --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index a5cd9735e..8d74fa332 100644 --- a/doc/org-manual.org

How can I use org-add-note with emacsclient?

2023-12-23 Thread equal . moon0346
Hello Org mode users, I'm trying to figure out how to start a note (C-c C-z) on the currently clocked task from emacsclient. Here's what I have so far: Start Emacs: emacs --fg-daemon=test -Q -nw --eval "(setq-default org-agenda-files '(\"~/org-agenda-files\"))" Connect to the daemon in a