Re: multipage html output

2024-07-13 Thread Orm Finnendahl
Hi, Am Donnerstag, den 11. Juli 2024 um 12:35:21 Uhr (+) schrieb Ihor Radchenko: > > ok, that's what you mean. I can do this, but don't you think it'd be > > more consistent with the general layout of ox, if org-export-as uses a > > callback function to call on each generated string with the f

Re: multipage html output

2024-07-13 Thread Ihor Radchenko
Orm Finnendahl writes: >> This sounds like some kind of extension to :filter-final-output. >> I think it should also be an ok option. > > :filter-final-output functions could be used, but the name is a bit > misleading. Therefore I'd suggest to extend the > org-export-filters-alist with :export-f

Org Babel related popup buffer names not unified

2024-07-13 Thread Christopher M. Miles
I use bellowing config to manage Org Babel related popup buffer displaying. (add-to-list 'display-buffer-alist '("^\\*Org Src.*\\*" . (display-buffer-below-selected))) (add-to-list 'display-buffer-alist '("^\\*Org Babel Results\\*" . (display-buffer-below-selected))) (add-to-list 'display-buffe

Re: multipage html output

2024-07-13 Thread Orm Finnendahl
Hi, while doing it, I found out it only needs one function call in org-export-as for splitting, transcoding and writing the file. Currently it's called :process-multipage, but we can change that later. I'll take your advice and use an :export-option for multipage. -- Orm Am Samstag, den 13. Ju

Using Org-mode for literate Emacs configuration with use-package

2024-07-13 Thread Sébastien Gendre
Hello, I am using Org-mode and the elisp function `(org-babel-load-file)` to write my Emacs configuration into an Org-mode document. It's very useful to document my configuration and I can quickly do exports to HTML or PDF when a friend want to know more about my configuration. But, I have a prob

Re: [BUG] Incorrect application of 'comment-region' in code blocks

2024-07-13 Thread Ihor Radchenko
the_wurfkreuz writes: > Reproduction: > > 1. emacs -Q > 2. Enable org-mode in the scratch buffer (M-x org-mode) > 3. Paste this code: > ... > ... > 4. Highlight the first code paragrapth in the org code block: > ... > 5. Execute 'comment-region'. It will apply partial commenting on the > next lin

Re: [fr] refile goto: push mark in the target buffer first

2024-07-13 Thread Ihor Radchenko
Samuel Wales writes: > thank you! this would definitely meet my need. >> ... >> See the attached tentative patch. >> This is an easy addition. Applied, onto main. Done. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=486ebe118 -- Ihor Radchenko // yantar92, Org mode contributo

Re: Q: Attachments and IDs?

2024-07-13 Thread Ihor Radchenko
David Masterson writes: >> ///attached-file > > Hmm. I'm still misunderstanding the *value* of an ID (value in the sense > of why is it useful for me). This suggests to me that, under > org-attach-id-dir, you could have a tree of attachments, but what is an > example of why that's a good thing (

Re: Org Babel related popup buffer names not unified

2024-07-13 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I use bellowing config to manage Org Babel related popup buffer displaying. > > (add-to-list 'display-buffer-alist '("^\\*Org Src.*\\*" . > (display-buffer-below-selected))) > (add-to-list 'display-buffer-alist '("^\\*Org Babel Results\\*" . > (display-buffer-be

Re: [ANN] tchanges.el: Collaborate with word processor (docx) users using 'track changes'

2024-07-13 Thread Ihor Radchenko
James Thomas writes: >> What about comments? Are they stored into Org mode file or separately? > > They're loaded on import and view/edit/add-able before re-exporting. A > 'Save WIP' feature for writing to disk until then is on the TODO list. Are the comments also using Org markup? Or is it some

Re: [DISCUSSION] Possible inclusion of org-capture.el into Emacs core

2024-07-13 Thread Max Nikulin
I have dropped emacs-devel from Cc. On 30/12/2023 19:15, Ihor Radchenko wrote: With org-protocol, one can also make Emacs receive data from browser and perform any action defined by custom handler function - all fully configurable and not necessarily related to Org mode. and Ihor Radchenko [S

Re: [BUG] Incorrect application of 'comment-region' in code blocks

2024-07-13 Thread Ihor Radchenko
the_wurfkreuz writes: > I don't really know for sure what exactly i should do. > I cloned the repo 'git clone > https://git.savannah.gnu.org/git/emacs/org-mode.git'. > Created minimal config ~/minimal_config.el: > > (require 'org) > (setq initial-major-mode 'org-mode) > > Created the repro file

dotime property on non-dated item

2024-07-13 Thread Florian Lindner
Hello, Given a simple org file: * TODO dated item SCHEDULED: <2024-07-04 Do 14:00> * TODO undated item which is in org-agenda-files. Using "org-agenda t" and executing "C-x C-x =" (what-cursor-position) yields "dotime t" for both entries. I have found no documentation on the "dotime" propert

Re: [ANN] tchanges.el: Collaborate with word processor (docx) users using 'track changes'

2024-07-13 Thread James Thomas
Ihor Radchenko wrote: > James Thomas writes: > >>> What about comments? Are they stored into Org mode file or separately? >> >> They're loaded on import and view/edit/add-able before re-exporting. A >> 'Save WIP' feature for writing to disk until then is on the TODO list. > > Are the comments also

Re: Q: Attachments and IDs?

2024-07-13 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >>> ///attached-file >> >> Hmm. I'm still misunderstanding the *value* of an ID (value in the sense >> of why is it useful for me). This suggests to me that, under >> org-attach-id-dir, you could have a tree of attachments, but what is an >> ex

Re: Missing the first and last number of the date and time in the :CREATED: field.

2024-07-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting, but may you provide mode details? > What one needs to do to replicate the problem you are seeing? > Is some kind of capture template necessary? Custom commands? > > See https://orgmode.org/manual/Feedback.html#Feedback No response within one month.

Re: [BUG] Invalid search bound [9.6.24 (9.6.24-??-5bdfc02 @ /Users/forsil/.config/emacs/.local/straight/build-29.2/org/)]

2024-07-13 Thread Ihor Radchenko
Ihor Radchenko writes: > May you upgrade Org mode to Org 9.7 and let us know if you still see the > warning? No response within one month. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at