Re: Use #+INCLUDE: to export html file to LaTeX and pdf

2025-08-10 Thread Ihor Radchenko
Naresh Gurbuxani writes: > In my pdf document, I want to show html output ( like a screenshot). For that, you will need some way to generate that screenshot. Maybe something like https://github.com/misohena/ob-html -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org m

Re: Use #+INCLUDE: to export html file to LaTeX and pdf

2025-08-10 Thread Ihor Radchenko
ml code. They should be rendered. > > #+INCLUDE: "hello_world.html" export html > #+INCLUDE: "hello_world.html" src html #+INCLUDE: ... export html will yield #+begin_export html #+end_export And that markup, as expected, will be ignored during latex export. I am not

Re: org-refile confusing refiling

2025-08-10 Thread Ihor Radchenko
e who can reproduce can join a screen sharing and demo the problem. They, we can try to fix the issue interactively. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or

Re: org element bug filling

2025-08-10 Thread Ihor Radchenko
re you using? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] Rewrite `org-clock-sum'

2025-08-10 Thread Ihor Radchenko
on-nil. Could you please explain this change? > + ;; TODO: can inlinetasks contain inlinetasks? They cannot. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-10 Thread Ihor Radchenko
oncat " " "--svg")) (when ditaa-encoding (concat " " "-e " ditaa-encoding)) " " in-file " " ditaa-out-file))) + (unless (or eps pdf svg png) +(error "Unknown output file ext

Re: [PATCH] Use full timestamp in todo-list sorts

2025-08-10 Thread Ihor Radchenko
Ihor Radchenko writes: > Charles T writes: > >> Yes; sorry for the lack of response, I did get started on this for a bit, >> and will pick it back up. > > Thanks for the update! > Feel free to ask questions if you encounter any difficulties. It has been 2 months si

Re: [BUG] "Added org-data parent to non-headline element" and other parsing errors [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-08-10 Thread Ihor Radchenko
Ihor Radchenko writes: > ... First, let's see if there are still > problems. It has been almost two months. I assume that the problem did not re-surface after the update. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https

Re: MathML in HTML export

2025-08-10 Thread Ihor Radchenko
ll. There was no reason not to support dvisvgm. So, ox-odt now does support it. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8b900ae37 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] Conflicting fixes to native tab display for blocks without languages

2025-08-09 Thread Ihor Radchenko
ge makes the one in org-mode > pointless. > > Any ideas how to resolve this? We will resolve this when syncing with upstream, as we routinely do with any other merge conflict. Most likely, retaining the Org version of the fix. There is no bug to fix there. Canceled. -- Ihor Radchenko // ya

Re: Searching in column view

2025-08-09 Thread Ihor Radchenko
riable." I tried > "isearch-toggle-invisible" but that did not work. `search-invisible' -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Image preview: regression or intentional change?

2025-08-09 Thread Ihor Radchenko
d > backends). When exporting, we will pre-process all the nested links and only the links that are (a) a sole contents element of the parent link description; (b) are images. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>.

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-09 Thread Ihor Radchenko
cognised as src block? Is this a bug? No, this is expected Emacs's behavior. Check out 51.2.4 Local Variables in Files section of Emacs manual. You may probably provide a dummy local variable block to suppress processing the one inside your src block. -- Ihor Radchenko // yantar92, Org mode

Re: MathML in HTML export

2025-08-09 Thread Ihor Radchenko
h-latex' can’t use image > generation methods from `org-preview-latex-process-alist' like the > HTML counterpart. Markdown could also benefit from images and MathML > (e.g. a README on sourcehut). Emm. It should, I think. Via org-odt--translate-latex-fragments -> org-format-

Re: Noweb source/result evaluation order

2025-08-09 Thread Ihor Radchenko
render a code snippet containing a specific, *literal* =jj= change ID, > 2. execute that code for its side effect, > 3. render the output of that code ? You would probably need to modify `org-babel-exp-do-export' and its caller. The current behavior is simply inner working details of th

Re: Org FAQ design (Re: [PATCH] org-faq.org: Inline comments)

2025-08-09 Thread Ihor Radchenko
HTML markup, while Org puts ... , which is invalid. We would need inline special block here... -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Suggestion to set default Preview LaTeX process to SVG

2025-08-09 Thread Ihor Radchenko
r side, locally. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] Incorrect custom types for org-refile-targets, org-capture-templates and org-capture-templates-contexts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-09 Thread Ihor Radchenko
.org/cgit/emacs/org-mode.git/commit/?id=6ca06afb3 (3) Fixed the problem with missing olp value, on main (this one is not as trivial) https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7da7d7ea1 Fixed. > This also isn't providing an outline path for the journal, right? (And > it pro

Re: [PATCH] ox-html: Fix unbalanced list in TOC when document does not start with a Top-Level headline

2025-08-09 Thread Ihor Radchenko
avannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=332695e85 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Tangling source blocks with variables using drawer output includes unwanted new line in variable definition

2025-08-09 Thread Ihor Radchenko
lly does it. If you remove "output", your example will work, after the fix. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] org-babel-detangle not working with noweb [9.7.31 (9.7.31-??-4e6d38d1a @ ~/.config/emacs.doom/.local/straight/build-30.1/org/)]

2025-08-09 Thread Ihor Radchenko
> <https://leo-editor.github.io/leo-editor/appendices.html#the-mulder-ream-update-algorithm> > > Probably you are right. From the first glance their detangle works, but > looks like them using some simpler noweb version. And btw them stil > using `noweb-ref' marks in tangled

Re: Fontification of dot code blocks

2025-08-09 Thread Ihor Radchenko
ks ago after regular upgrade, so you may look into recent changes there. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] Incorrect custom types for org-refile-targets, org-capture-templates and org-capture-templates-contexts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-09 Thread Ihor Radchenko
l.org")) which is missing the outline path. We will support such format in future, but not yet. Currently, this will produce undefined behavior. See https://list.orgmode.org/orgmode/canvbq5mau9fk-43sms4x5kvz-jtsszfmrgzrh7eusptnrzh...@mail.gmail.com/ -- Ihor Radchenko // yantar92

Re: org element bug filling

2025-08-09 Thread Ihor Radchenko
" you are talking about and how to trigger them. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

[no subject]

2025-08-09 Thread Ihor Radchenko
rom built-in version, and some are coming from ELPA. I recommend re-installing or re-compiling Org. To be sure, you might try it from emacs -Q, so that nothing interferes. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org d

Re: [PATCH] ox-html: Fix unbalanced list in TOC when document does not start with a Top-Level headline

2025-08-09 Thread Ihor Radchenko
ope argument. We generally put changelog entries at the beginning, optionally following by explanation, not wise versa. We also `quote' Elisp symbols and leave two spaces between sentences. See https://orgmode.org/worg/org-contribute.html (I could fix these myself, but considering your intere

Re: Image preview: regression or intentional change?

2025-08-09 Thread Ihor Radchenko
rser to allow arbitrary link objects in description vs. just image links specifically. Also, with extendable preview system that Karthik contributed, any kind of link might be previewable. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Supp

Re: Image preview: regression or intentional change?

2025-08-09 Thread Ihor Radchenko
r us - we have a customization. The fact that the customization is not working is a bug anyway. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at &

Re: Image preview: regression or intentional change?

2025-08-09 Thread Ihor Radchenko
't follow the question -- are we talking about adding a > :preview handler for org-links of type "https"? Yup. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Bibliography in a multi-files document

2025-08-07 Thread Ihor Radchenko
See 13.2 Export Settings -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Image preview: regression or intentional change?

2025-08-07 Thread Ihor Radchenko
ernet.jpg]] > > I expect that it may be related to TRAMP file paths like > /https:/host/file.png (by default http is disabled in gvfs backend > though), but not for regular URLs. > > dcdb47017 2020-02-01 11:50:08 +0100 Jack Kamm: Add inline remote image > display Looks like w

Re: [PATCH] org-next-block: Ring the bell when no block is found

2025-08-07 Thread Ihor Radchenko
lock~. > ... > + (when (called-interactively-p 'any) > +(ding)) >(user-error "No %s code blocks" (if backward "previous" "further") Thanks for the patch, but I am confused *why* you need this. `user-error' will stop macro j

Re: [PATCH] ox-html: Fix unbalanced list in TOC when document does not start with a Top-Level headline

2025-08-07 Thread Ihor Radchenko
re. However, when scope is > nil, we may not be able to do so, as explained in my previous > email. This is why I introduced the scope parameter. Ok. Could you then prepare a full patch, including changelog and maybe add a test? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [PATCH] ox-html: Fix unbalanced list in TOC when document does not start with a Top-Level headline

2025-08-07 Thread Ihor Radchenko
Yue Yi writes: > #+title: test > #+options: html-style:nil html-preamble:nil html-postamble:nil > ** a > * b ... > toc-id-counter) "")) > - (org-html--toc-text toc-entries) > + (org-html--toc-text toc-entries scope) Why do you need to pass SCOPE? -- Ihor

Re: [PATCH] Get org-map-region to properly set the point of first heading

2025-08-07 Thread Ihor Radchenko
Ihor Radchenko writes: dmg writes: > I am sorry I wasted your time. Please see attached. > > 1. I have reworded and reformatted the commit log > > 2. I have added TINYCHANGE > > 3. For the test, I have corrected the local function, and instead of using > point, I am

Re: [PATCH] Get org-map-region to properly set the point of first heading

2025-08-05 Thread Ihor Radchenko
dmg writes: > The current logic of org-map-region uses two searches. > ... Duplicate of https://orgmode.org/list/m2ikj2bmeu@turingmachine.org Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org de

Re: [PATCH] Get org-map-region to properly set the point of first heading

2025-08-05 Thread Ihor Radchenko
oint' and instead going for something like (buffer-substring-no-properties (point) (line-end-position)) It will be much easier to test. Also, you probably need to add TINYCHANGE cookie as you do not seem to have copyright assignment. -- Ihor Radchenko // yantar92, Org mode maintainer, Lea

Re: [PATCH] lisp/org.el: Add ability to sort tags by hierarchy

2025-08-05 Thread Ihor Radchenko
t.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=23d219693 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Org FAQ design (Re: [PATCH] org-faq.org: Inline comments)

2025-08-05 Thread Ihor Radchenko
in most cases. > > I would consider to put TOC into And that firefox bug has been fixed and "Added to the Fx139 relnotes." So, we can make use of #+begin_details ... #+end_details if we enable fancy HTML5 export for WORG. -- Ihor Radchenko // yantar92, Org mode maintai

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-04 Thread Ihor Radchenko
ote that :pdf parameter also used to be there. > + (eps (or (string= out-file-suffix "eps") > + ;; backwards-compatibility of :eps header argument > + (and (not (or svg pdf png)) > + (cdr (assq :eps params))

Re: org element bug filling

2025-08-04 Thread Ihor Radchenko
ed, (hopefully) on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9c5867a78 Please test. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [Pre-Patch] Overhaul of LaTeX preview system: Renaming auto-mode and associated options

2025-08-03 Thread Ihor Radchenko
void falling into adding new features. > + Workaround 2: Maybe the ambiguity is fine? I think that longer variable names are not *that* much of a big deal. They are no worse than what you had until now. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https:/

Re: How to disable org-persist

2025-08-03 Thread Ihor Radchenko
Andreas Röhler writes: >> Can you try the attached patch? > > This patch would only shift the issue. What do you mean? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://libera

Re: [PATCH] test-ox-html.el (ox-html/html5-fancy-timestamps): use search-forward

2025-08-03 Thread Ihor Radchenko
rg-mode.git/commit/?id=b55e97145 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: What is the right way to have graphics generated by a code block automatically refresh?

2025-08-03 Thread Ihor Radchenko
ing this reliably is a bit tricky. See https://list.orgmode.org/orgmode/6461a84b.a70a0220.b6d36.5...@mx.google.com/ That patch can hopefully be completed some day. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development

Re: Searching in column view

2025-08-03 Thread Ihor Radchenko
n do is setting isearch-invisible to t. Otherwise, I do not think that isearch supports searching inside overlays with 'display property. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay

Re: how to make radio targets work when publishing to HTML (and other formats too, perhaps)?

2025-08-03 Thread Ihor Radchenko
functioning links to radio targets. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f397abcc4 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] org-fold-hide-drawer-all reported error [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-08-03 Thread Ihor Radchenko
before triggering the warning. That should produce a more informative backtrace. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: org element bug filling

2025-08-03 Thread Ihor Radchenko
source code to force using uncompiled code. That should hopefully produce a more complete backtrace. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: How to disable org-persist

2025-08-03 Thread Ihor Radchenko
org-persist/index.eld") > org-persist--read-elisp-file("/home/MySelf/.cache/org-persist/index.eld") >   org-persist-read:index((index "3.2") > "/home/MySelf/.cache/org-persist/index.eld" nil) >   org-persist-load:index((index "3.2") Can you try

Re: [BUG] org-babel-detangle not working with noweb [9.7.31 (9.7.31-??-4e6d38d1a @ ~/.config/emacs.doom/.local/straight/build-30.1/org/)]

2025-08-03 Thread Ihor Radchenko
e > 4.2.3. go to step 2. > 4.3. If not found > 4.3.1. Complete > ... I believe that the ultimate solution will be using https://leo-editor.github.io/leo-editor/appendices.html#the-mulder-ream-update-algorithm -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more abou

Re: [BUG] Not being able to sort deadline-up and scheduled-up in the same agenda-command [9.7.31 (9.7.31-??-4e6d38d @ /Users/jolofsson/.config/emacs/.local/straight/build-29.4/org/)]

2025-08-03 Thread Ihor Radchenko
'(todo-state-down priority-down deadline-up > scheduled-up)) > > (if I change this for my org agenda command with shortcut 'xx' for example) Thanks for reporting! Could you please provide a reproducer starting from emacs -Q with an example Org file? See https:

Re: To ~/.cache or not to ~/.cache (was: Re: [BUG] org-persist annoyance)

2025-08-03 Thread Ihor Radchenko
nts should be allowed: ask, force-disabled... Maybe. But that's something that should be discussed on emacs-devel. By a person prepared to defend this kind of feature in front of Emacs maintainers. Maybe with a patch. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org m

Re: Language support for C# in org-babel

2025-08-03 Thread Ihor Radchenko
follow this documentation > https://orgmode.org/worg/org-contribute.html#devs > adding it to the org-mode repo, prepare a documentation addition to the > worg repo, and add a news entry. Go ahead. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmo

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-03 Thread Ihor Radchenko
; +;; "java" : additional parameters passed to java if ditaa run via a jar There two are really unique to ob-ditaa. > +(defun ob-ditaa--ensure-jar-file (file) > + "Small internal helper function returning file if it exists and signalling > error otherwise." Pleas

Re: [PATCH v3] ox-html: export timestamps via HTML5 element

2025-08-03 Thread Ihor Radchenko
d=3d7b7881a https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b0bcc24de https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f58528706 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fa1cc2085 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about

Re: [BUG] org-archive-subtree when archiving to same buffer, loses narrowing and folding

2025-08-03 Thread Ihor Radchenko
s that it is intentional. So, it looks like making sure that the archived subtree is visible is intentional from the very beginning. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark?

2025-08-03 Thread Ihor Radchenko
on for menu system using tmm menu: (defun org-menu-tmm-prompt (description specifications) "Show an org-menu using a `tmm-prompt'. This function is a valid value for `org-menu-system'." (let ((menu-keymap (org-menu--specifications-to-menu description specifications))) (t

Re: Feedback on the new "feature" system in org-export (was: [Pre-PATCH] Overhaul of the LaTeX preview system)

2025-08-03 Thread Ihor Radchenko
/jackkamm/ob-python-mode-mode][ob-python-mode-mode]], > where the code to support python-mode > +has been ported to. This is a stray change (or problem with rebasing). > It should be org-latex-preview-preamble everywhere. ob-latex.el is not > yet fixed, please ignore this file for now. Ok. Leaving for later. > I will address the :matchers issue in a separate email. Ok. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [feature request] make yank-media backed by `org--image-yank-media-handler` support hashing image in clipboard as filename

2025-08-03 Thread Ihor Radchenko
in the filename itself. But if not, we would need to calculate hash using contents, which is prohibitively slow on many files. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] org-persist annoyance [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-02 Thread Ihor Radchenko
Thierry Volpiatto writes: >> This is how latex previews work. This is how code evaluation works. > > Code evaluation? Which code evaluation? Code blocks. See 16.5 Evaluating Code Blocks section of the manual. When evaluating src-blocks, Org mode creates files in /tmp -- Ih

Re: [BUG] org-persist annoyance [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-02 Thread Ihor Radchenko
cache-persistent' user option is for. > Everything else has, to me, an "architecture smell". But that's > probably me :) org-persist has been written specifically to make "Org dumping staff onto file system" in more controlled way. So, yes, it is architecture

Re: [BUG] org-persist annoyance [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-02 Thread Ihor Radchenko
ltximg directory since forever and nobody ever >> asked to "disable" that one. > > I never see this directory. Then, setting org-element-cache-persistent to nil should be good enough for you. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode

Re: [BUG] org-persist annoyance [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-02 Thread Ihor Radchenko
ons, but in this case I dislike them so much > as to use That Other Crowbar described elsewhere in this list to > get rid of it. Patches adding org-persist an ability to maintain caches in project/current directory will be welcome. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more

Re: [BUG] org-persist annoyance [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-08-02 Thread Ihor Radchenko
ching completely. Cache is necessary for some features to operate. Canceled. P.S. I am confused why multiple people are asking to disable cache. Org has been creating ltximg directory since forever and nobody ever asked to "disable" that one. -- Ihor Radchenko // yantar92, Org mode main

Re: Revert of commit "org-faces.el: Use fixed-pitch"

2025-08-02 Thread Ihor Radchenko
-lambda (`(,term ,bg)) `(((background ,bg) (type ,term)) (:foreground ,(pcase bg ('light "white") ('dark "black")) ,@(when term '(:inherit fixed-pitch) (let (args) (dolist (term '(ns w32 nil) args) (dolist (bg

Re: How to disable org-persist

2025-07-30 Thread Ihor Radchenko
s wrong? You are not wrong. Even with what you do, you are still getting `org-preview-latex-image-directory', for example. Or "timestamp" directory when publishing. Some things need to be stored by design. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode

Re: Status of the all-tex-fonts feature branch

2025-07-30 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > reality has come to trash my plans. I'm not going to have time after > "right now" until I leave. > I have just committed something following my musings in the previous > email in the thread. > Will be happy to discuss in Se

Re: How to disable org-persist

2025-07-29 Thread Ihor Radchenko
to...@tuxteam.de writes: > I don't know whether I use features that need it. I don't miss any. That's fine. But I warn against suggesting this approach to others. > And yes, the cache would be created without my "redirection". Did you disable `org-element-cache-p

Re: How to disable org-persist

2025-07-29 Thread Ihor Radchenko
writes: > Not nice (and complains regularly), but works. It will fail when you happen to use features that need it. And if you do not use the features needing cache, cache will not be created to start with. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode

Re: How to disable org-persist

2025-07-29 Thread Ihor Radchenko
his, maybe fix it? Please check the thread. It is not possible to disable org-persist fully. In that thread, I did as much as possible to address the request. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development a

Re: How to disable org-persist

2025-07-29 Thread Ihor Radchenko
Andreas Röhler writes: > writing to disk by org-persist is not convenient in all circumstances. > > Don't see, how to disable it. see https://list.orgmode.org/orgmode/1158097067.265983.1670026787...@mail1.libero.it/ -- Ihor Radchenko // yantar92, Org mode maintainer, Learn

Re: Status of the all-tex-fonts feature branch

2025-07-28 Thread Ihor Radchenko
nification may have result in people using the wrong options for > the LaTeX package they intend to use. > Let's spare a couple pain-killers ;-) What about at least keeping the value format the same? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <

Re: [BUG] Given timestamp with repeater, then it gets broken when it is manually updated [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2025-07-28 Thread Ihor Radchenko
a valid time) Looks like I missed your other email where you pointed that Org 9.7 does not have this problem. Indeed, I am able to reproduce on Emacs 29 with built-in Org mode, but not using newer Org version. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org m

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
nded side-effect. > The website did not load > because it was stuck trying to fetch a file from a third-party host. I would not expect such outage to happen frequently. To mitigate such things, we would need to mirror gnu css files on orgmode.org itself, which sounds like unnecessary burden.

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
tentional. We simply follow Emacs style of the manual. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Revert of commit "org-faces.el: Use fixed-pitch"

2025-07-27 Thread Ihor Radchenko
especially given the default white background. > > The Emacs maintainers are pretty clearly against doing that. >From my perspective, we should go for whatever could improve user experience. The platform-specific inheritance appears to be strictly better for non-Windows/Mac users. Or a

Re: Suggestion: Document `org-extend-today-until` in Clock Table section

2025-07-27 Thread Ihor Radchenko
/worg/org-contribute.html for more detailed instructions and feel free to ask me anything that is unclear. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: An idea of efficient calculation of Org-tables

2025-07-27 Thread Ihor Radchenko
? I am afraid that even I am lost in that file. But I do have some familiarity with that code and I will be willing to help if someone leads the refactoring effort. Also, CCing Corwin who has been working on some improvements/extensions to org-table.el recently. -- Ihor Radchenko // yantar92, Org

Re: orgmode website loads a CSS from gnu.org

2025-07-27 Thread Ihor Radchenko
> the CSS there or it's > just "accidental"? I do not recall anything like that. I also cannot find references to gnu.org in our css files. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development

Re: Suggestion: Link Org Src Python buffer to ob-python session for completions

2025-07-27 Thread Ihor Radchenko
-shell-completion-at-point) and > documentation support (eldoc), unless users manually implement workaround > functions in Elisp to bind the session buffer to python-shell-buffer-name. AFAIR, this feature has been added to Org 9.7. See https://orgmode.org/Changes.html -- Ihor Radchenk

Re: [Pre-PATCH] From ad-hoc to API: A function to get and test block boundaries in Org mode

2025-07-27 Thread Ihor Radchenko
examples where this could be actually > used in Org's code base, just let me know - I can set up some example > patches as well. Having example would help. What I have in mind for what you propose could be solved by exposing more checkpoints from org-element API. -- Ihor Radchenko //

Re: [PATCH] org-link: Add async-shell link

2025-07-27 Thread Ihor Radchenko
Ihor Radchenko writes: >> And with that syntax I can place any space that I want, without using >> the more typical link format [1] [[shell: inkscape &]] but > inkscape &> > > Maybe we can update the manual hinting about this feature. https://git.savannah.gnu.or

Re: Numeric priorities in Column View

2025-07-27 Thread Ihor Radchenko
ad, it is easier to search. But not everyone can easily reply to the threads they did not participate in. The instructions are technically there at the very bottom of the web page for a thread, but it is not easy to find. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about

Re: What is `org-html-prefer-user-labels' setting

2025-07-27 Thread Ihor Radchenko
literally, without checking for duplicates. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Could org-lint-named-result check :exports before warning?

2025-07-27 Thread Ihor Radchenko
here's no problem. > Might there be some way for the linter to check that, so it only warns when > the warning is helpful? Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=264b4973a -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about O

Re: Disable creation of org-timestamps?

2025-07-27 Thread Ihor Radchenko
t directory unless strictly necessary, feel free to submit a patch to that effect. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: Enhancement Request for org-babel (Support for :stdin, :stdout)

2025-07-27 Thread Ihor Radchenko
-babel more > versatile and appropriate for learning programming language with literate > programming. Maybe. But we will need someone to implement :stdin support for each compatible babel backend. Patches welcome! -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode a

Re: 'auto configuration option for org-babel-python-command-nonsession

2025-07-27 Thread Ihor Radchenko
implies `python-shell-interpreter', which is "Python interpreter for interactive use". So, there is no guarantee that it will work for `org-babel-python-command-nonsession'. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.

Re: [feature request] make yank-media backed by `org--image-yank-media-handler` support hashing image in clipboard as filename

2025-07-27 Thread Ihor Radchenko
not finished. Hope someone can complete it. > ... Does it have to be hash file name? Maybe `org--image-yank-media-handler' can simply compare the file size and maybe hash (if size differs) and, say, append #X to the filename when there is an existing image with the same name? -- Ihor

Re: [BUG] Warning (files): Missing ‘lexical-binding’ cookie in "~/.org-timestamps/Nutzerdoku-org.cache". [9.8-pre (release_9.7.27-401-g493d4c @ /home/grfz/src/org-mode/lisp/)]

2025-07-27 Thread Ihor Radchenko
. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7cb7d6811 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: how to make radio targets work when publishing to HTML (and other formats too, perhaps)?

2025-07-27 Thread Ihor Radchenko
ting/ (I do not > have a publishing target to other > formats) to .odt the second 'mumpf' is > some field or formula in the odt > document which on hoovering with the > mouse shows some random name, but > clicking it does not move the view in > the document. Same h

Re: [BUG] org-table-recalculate not fully completing its task

2025-07-27 Thread Ihor Radchenko
tive) >   (let ((org-table-formula-create-columns t)) >     (org-table-recalculate t t))) > #+end_src > > Type M-x test anywhere in the table. > > The cell formula @1$2=eleven is ignored. Confirmed. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mo

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Ihor Radchenko
ith no argument and fixed some typos (: tag). I changed the warning to error as non-string return value cannot work. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7660d40c9 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>.

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Ihor Radchenko
to me > extremely ugly. That's how it is done in the rest of Emacs. I do not insist though. (Although I totally expect someone from upstream to remove the progn at some point, claiming to save kitten). -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <

Re: [PATCH v2] ox-html: export timestamps via HTML5 element

2025-07-27 Thread Ihor Radchenko
estamp. The format used for the attribute can be > +customized using ~org-html-datetime-attribute-date-timestamp-format~ > +and ~org-html-datetime-attribute-full-timestamp-format~. 1. You forgot to update the variable names from previous versions of the patch 2. :Now, ..., org will now use:.

Re: [BUG] org-archive-subtree when archiving to same buffer, loses narrowing and folding

2025-07-27 Thread Ihor Radchenko
; folding and instead, at the end of archiving, fold closed the archive > subtree. It seems that one wouldn't typically want to look at a heading > that was just archived. Well, if that would break other people's workflow, > we could leave it as is, but this last option would be m

Re: [PATCH] lisp/ob-screen.el: Support custom screen location and pass org-babel-screen-test

2025-07-27 Thread Ihor Radchenko
before :var > > * lisp/ob-screen.el (org-babel-execute:screen): Inject :prologue > before :var assigment. This allows variables in header blocks to ssh > to a remote host or load a different program (e.g., Python) before the > variable assignment. This is awkward. Why not doing thi

Re: Status of the all-tex-fonts feature branch

2025-07-27 Thread Ihor Radchenko
guration for the ~fontspec~ *If you > package, make sure ~org-latex-fontspec-config~ is set to ~nil~ (this *make sure that I am also wondering if we can unify this variable with `org-latex-polyglossia-font-config' and `org-latex-babel-font-config'. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>

Re: [BUG] evaluating isearch-forward to invisible text in org-mode breaks folding

2025-07-27 Thread Ihor Radchenko
. Unless you are really doing recursive editing, this will end up accumulating overlays that do nothing. This is not just for Org. outline-mode will suffer similar problem. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org

  1   2   3   4   5   6   7   8   9   10   >