Re: [BUG] FAILED test-ob-python/session-multiline

2024-04-02 Thread Ihor Radchenko
Ihor Radchenko writes: > Jack Kamm writes: > >> Ihor Radchenko writes: >> >> ... >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1eb598758980d5fa4d7bb21c98dfc56f42cae59a >> >> Please let me know whether the problem continues, or w

Re: [BUG] org-export-table-row-number off by one when special row present [9.6.23 ( @ /home/jet/.config/emacs/elpa/org-9.6.23/)]

2024-04-02 Thread Ihor Radchenko
2c3 Mon Sep 17 00:00:00 2001 Message-ID: <6457e6e3a9c112b9a1bc3a549a93f3cd6a64b2c3.1712062152.git.yanta...@posteo.net> From: Ihor Radchenko Date: Tue, 2 Apr 2024 15:49:01 +0300 Subject: [PATCH] lisp/ox.el (org-export-table-row-number): Clarify docstring --- lisp/ox.el | 3 ++- 1 file changed, 2 i

Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'

2024-04-02 Thread Ihor Radchenko
s also present in > "org-checkbox". It is not very clear when this feature is useful. May you provide a small example as a part of the news entry and also `org-columns-checkbox-states' docstring? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://or

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-04-02 Thread Ihor Radchenko
y be copy the style from ox-html. Also, the above macros may we one existing way to provide highlighting we discussed earlier. WDYT? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mod

Re: [BUG] (org-element-context) caused (re-search-forward ) + (match-string-no-properties 1) returned matched data wrong

2024-04-01 Thread Ihor Radchenko
ta' if necessary. : org-element-context is an autoloaded and natively compiled function defined in org-element.el. ... This function may modify match data. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode

Re: [PATCH] Re: [BUG] Underlined text in parentheses is not exported correctly

2024-04-01 Thread Ihor Radchenko
Ihor Radchenko writes: > So, the attached patch is changing the priority of the parsing. > Maybe Nicolas knows some tricky cases when the patch makes things wrong, > but those cases are certainly not covered by tests. No objections. Applied, onto main, adding ORG-NEWS ent

Re: [PATCH] lisp/org-capture.el: Simplify 'org-capture-get-indirect-buffer'

2024-04-01 Thread Ihor Radchenko
generate-new-buffer-name' following a different naming scheme compared to the current implementation of `org-capture-get-indirect-buffer': CAPTURE--foo.org vs. CAPTURE-foo.org Different naming scheme may potentially break user customization in `display-buffer-alist'. The change is not justified. Canceled.

Re: How to organize tasks about Worg within Worg documents

2024-04-01 Thread Ihor Radchenko
todo keyword classes; (2) inlinetask class; (3) LOGBOOK drawer class. -- Ihor Radchenko // yantar92, Org mode contributor, 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] Unit tests for function calling MathML converters (Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command)

2024-04-01 Thread Ihor Radchenko
ething > unusual as the interactive shell. Agree. Applied, onto main, after adding skip-unless. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a3bcb5536 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Suppo

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-04-01 Thread Ihor Radchenko
t; ... I incorporated your suggestions and applied the updated version of the patch. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a698d073a -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org developm

Re: [BUG] Partially broken Org mode when remote setupfile is unavailable

2024-04-01 Thread Ihor Radchenko
the error > happens in `org--collect-keywords-1' due to the `expand-file-name' call. > That is why I can not agree that it is addressed. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1d86651be -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org m

Re: [BUG] org-export-table-row-number off by one when special row present [9.6.23 ( @ /home/jet/.config/emacs/elpa/org-9.6.23/)]

2024-04-01 Thread Ihor Radchenko
re omitted from the export and thus `org-export-table-row-number' intentionally ignores them. So, there is no bug here. Or may it be that you encountered a different, more specific, problem? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/&

Re: [proof of concept] inline language blocks

2024-03-31 Thread Ihor Radchenko
es. > ... AFAIK, the common tool for this kind of tasks is GNU gettext and .po files. See https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html and recent discussion in https://yhetil.org/emacs-devel/1e3685c0-7b33-45bb-bf3c-ad1215bab...@traductaire-libre.org/ -- Ihor Radchenko // y

Re: [DISCUSSION] Face priority in Org fontification (was: [BUG] org dates, radio links, and special keywords override heading backgrounds [9.7 (9.7-??-902dacb @ /home/st/.config/emacs/.local/straight/

2024-03-31 Thread Ihor Radchenko
Ihor Radchenko writes: > Protesilaos Stavrou writes: > >> Now the tricky part is to figure out which combinations can work this >> way. Headings and source blocks are two obvious ones. Maybe there are >> more, but I cannot think of one right now. > > This is r

Re: [PATCH] Unit tests for function calling MathML converters (Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command)

2024-03-31 Thread Ihor Radchenko
x-to-html-convert-command > + "printf \"\" %i")) I have a concern about this test - it will not work on windows or in non-standard system shells. We should probably disable the test unless "printf" can be evaluated in the current system shell. -- Ihor Radchen

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-31 Thread Ihor Radchenko
.git.yanta...@posteo.net> From: Ihor Radchenko Date: Fri, 8 Mar 2024 14:05:12 +0300 Subject: [PATCH] org-latex-to-mathml/html-convert-command: Prevent shell expansion * lisp/org.el (org-create-math-formula): (org-format-latex-as-html): Shell-quote LaTeX fragment text when replacing %i

Re: Unexpected rendered HTML for title

2024-03-30 Thread Ihor Radchenko
markup is recognized in the title. And test_latex_fragments is a bunch of subscript markup, so you see what you see. You can use #+options: ^:nil to disable implicit sub/superscripts during export. This way, only text_{latex} will be interpreted as subscript, but not text_latex (across the whole document, not ju

Re: I can't make a custom face to take effect

2024-03-30 Thread Ihor Radchenko
ning the hook is loaded too late. Try to reproduce the problem starting from emacs -Q, as described in https://orgmode.org/manual/Feedback.html#Feedback -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org developme

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-30 Thread Ihor Radchenko
they contacted FSF about the latest version of the form. Until we get a reply, there is nothing we can act upon. See https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00060.html -- Ihor Radchenko // yantar92, Org mode contributor, 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 organize tasks about Worg within Worg documents (was: Re: [Worg] CSS improvements)

2024-03-30 Thread Ihor Radchenko
are marked to be not exported, some TODO keywords are hidden via #+options: todo:nil, some notes are placed into # comments. May we have some kind of css-based toggle that will enable "developer mode", revealing all the todo keywords, inlinetasks, and notes? Then, we hide the "unfinished&qu

Re: SVG Previews for org mode

2024-03-30 Thread Ihor Radchenko
te of the latex preview system [1], so making major changes in this area is temporarily suspended. [1] https://list.orgmode.org/87lek2up0w@tec.tecosaur.net/ -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org develop

Re: [BUG] Partially broken Org mode when remote setupfile is unavailable

2024-03-30 Thread Ihor Radchenko
Ihor Radchenko writes: >> Unexpected errors: >> - When point is on any non-empty line, RET is broken >>> save-excursion: Wrong type argument: stringp, nil >> - The link is not fontified (it is parsed properly however and even may >> be opened). > >

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-30 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Bastien, may you please check FSF records? > > Yes, Laurence copyright status is okay. Updated our records. https://git.sr.ht/~bzg/worg/commit/aaa9cd38 -- Ihor Radchenko // yantar92, Org mode contributor, Learn m

Re: Support for whitespace prefix for :noweb-prefix

2024-03-29 Thread Ihor Radchenko
sion and some APIs to > indent a source block? > > Are the any tips for doing this? :-) Maybe `org-babel-tangle-body-hook'. If your problem is how the tangled code looks like. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

Re: Support for whitespace prefix for :noweb-prefix

2024-03-29 Thread Ihor Radchenko
Doerthous writes: > Ihor Radchenko writes: > >> I think that a more general approach could be allowing :noweb-prefix to >> have a value of string that will be appended to each line on the >> expansion. > > With the use case discussed before, is allowing :noweb-pref

Re: [BUG] Prompt appears in async shell results

2024-03-29 Thread Ihor Radchenko
Matt writes: > On Wed, 27 Mar 2024 11:59:06 +0100 Ihor Radchenko wrote --- > > > Over a week have passed. No objections have been raised. > > Feel free to apply the patches. > > Done. See: > https://git.savannah.gnu.org/cgit/em

Re: [Worg] CSS improvements

2024-03-29 Thread Ihor Radchenko
f asterisks, and I can't remember if inline tasks are > enabled by default. :) But in general, sure, I've no objection. I > think that we should have some standard way to encode tasks within Worg > documents, regardless of what it is. Yeah. And... we do. https://orgmode.org/worg/worg-ed

Re: Support for whitespace prefix for :noweb-prefix

2024-03-29 Thread Ihor Radchenko
before the expanded noweb reference lines. I think that a more general approach could be allowing :noweb-prefix to have a value of string that will be appended to each line on the expansion. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmo

[PATCH] ox-publish: Do not store :title, :date, and :index in project cache

2024-03-29 Thread Ihor Radchenko
-ID: <06bd6a52686ec868a336d89a0ceef4359a71fb14.1711703988.git.yanta...@posteo.net> From: Ihor Radchenko Date: Fri, 29 Mar 2024 12:17:09 +0300 Subject: [PATCH] ox-publish: Do not store :title, :date, and :index in project cache * lisp/ox-publish.el (org-publish-transient-cache): New transient cache, used just during curren

Re: Support for whitespace prefix for :noweb-prefix

2024-03-28 Thread Ihor Radchenko
_src > > using whitespace :noweb-prefix, the above code will expand to > > #+begin_src elisp > (let ((a 0) > (b 1)) > `(,a ,b)) > #+end_src Do you mean that you want the code to be indented according to the major mode rules? -- Ihor Radchenko // yantar92, Org mode

Re: [Bug?] Non-existent agenda file %s.

2024-03-28 Thread Ihor Radchenko
he file is part of > 'org-agenda-files This has been fixed already, on main branch. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6223f20a6 Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, 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: [Worg] CSS improvements

2024-03-28 Thread Ihor Radchenko
makes sense. Also, we may consider re-using inlinetask style for TODO: entries. Rather than #+begin_center TODO: Even better, find a volunteer to maintain this information! #+end_center We can do TODO Even better, ... -- Ihor Radchenko // yantar92, Org mode contributor

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-28 Thread Ihor Radchenko
Adam Porter writes: >> Actually, what Bastien suggested is slightly different. >> See the attached tentative patch. > > Sure. I've pushed that, adding a "co-authored-by" line for Bastien. Thanks!

Re: [BUG] ob-calc and decimal number in :var [9.7-pre (release_9.6.17-1446-g252971 @ /home/viz/lib/emacs/straight/build/org/)]

2024-03-28 Thread Ihor Radchenko
Visuwesh writes: > In emacs -Q, try evaluating the source block > > #+BEGIN_SRC calc :var thetarot=1.3 > 1/thetarot > #+END_SRC > > and witness the following error: > > Debugger entered--Lisp error: (wrong-type-argument listp 1.3) > nth(2 1.3) Confirmed.

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-28 Thread Ihor Radchenko
#+RESULTS: [[attachment:test.png]] ^ This is actually an svg image, renamed to "test.png". So, it makes sense for `org-babel-execute:latex' to override `org-preview-latex-default-process' temporarily, to something actually generating .png file. -- Ihor Radchenko // yantar92, Org mode con

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-28 Thread Ihor Radchenko
Adam Porter writes: > On 3/26/24 09:59, Ihor Radchenko wrote: > >> I agree. My concern was not about dropping the previous wording. >> >> What about >> >> The assignment process does not always go quickly; occasionally it may >> get stuck or overl

Re: [Worg] CSS improvements

2024-03-28 Thread Ihor Radchenko
cumentation styles in other projects (to avoid resorting to inline > HTML). It seems like a missing feature on Worg. Agree. > And the other changes in the patch would be good to have, regardless. Yup. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <h

ox-html content-type metadata (was: [BUG] ox-html output does not pass validation for html4-strict doctype [9.7-pre (release_9.6.23-1423-gcea6a1.dirty @ /home/yantar92/.emacs.d/straight/build/org/)])

2024-03-28 Thread Ihor Radchenko
This is tangent to the original problem I described. Max Nikulin writes: > On 25/03/2024 18:18, Ihor Radchenko wrote: >> I am wondering whether it is at all possible to use the same syntax and >> yet pass validation for all the allowed values of `org-html-doctype': >> &

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2024-03-28 Thread Ihor Radchenko
ur patch edited the buffer. I also observed strange glitches and hangs when I tried to surround an ANSI-colored region like =[42mtask 1[0m= and then edited near the boundaries. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

Re: Feature request: exclude sub-trees by backend

2024-03-28 Thread Ihor Radchenko
Edgar Lux writes: > Hi, I had a need for this again (sorry for the necro-bump). One month is perfectly normal reply time by mailing list standards :) We just start questioning whether the discussion is active after one month. > On Feb 26, 2024 at 5:51 PM, Ihor Radchenko

Re: "Bad template" when creating org-capture for table-line without '|'

2024-03-27 Thread Ihor Radchenko
sary (still leaving the subtree check though). > I am also happy to create a patch for this, however that would be my first > so such a > patch would perhaps have a few iterations ;) That would be welcome. We can take as many iterations as necessary. You may refer to https://orgmode.

Re: [PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-03-27 Thread Ihor Radchenko
ps://git.sr.ht/~bzg/worg/commit/16c24ea8 -- Ihor Radchenko // yantar92, Org mode contributor, 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-agenda-skip-function now evaluated on line after headline?

2024-03-27 Thread Ihor Radchenko
Sean Whitton writes: > ... I'm not sure enough of the problem now. Canceled, for now. Feel free to submit another bug report with more details, if the problem arises again. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Su

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-27 Thread Ihor Radchenko
d - it should be case-insensitive. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3f20e32f8 -- Ihor Radchenko // yantar92, Org mode contributor, 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: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-27 Thread Ihor Radchenko
> necessary data explicitly in the struct slots is more robust as we are >> very clear which context is intended to be captured. > > Done. Is there any reason why you hide the extra information behind :-alist filed? Why not directly adding extra fields with proper documentation? -- Ihor Radc

Re: [BUG] Prompt appears in async shell results

2024-03-27 Thread Ihor Radchenko
Matt writes: > 1. Can people please test that the changes to > =org-babel-comint-with-output= haven't broken other languages? Over a week have passed. No objections have been raised. Feel free to apply the patches. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Or

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-26 Thread Ihor Radchenko
to Emacs core > and ELPA packages, is that not applicable here? Apologies - I am not too > familiar with the process (: It is applicable. It is just that you were not listed in our housekeeping list at https://orgmode.org/worg/contributors.html. Bastien, may you please check FSF records?

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-26 Thread Ihor Radchenko
ttps://orgmode.org/worg/org-contribute.html#first-patch) https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=990b89d32 You are also now listed as an Org mode contributor. https://git.sr.ht/~bzg/worg/commit/fbc3129d -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-26 Thread Ihor Radchenko
casionally it may get stuck or overlooked at the FSF. If there is no response to the contributor from FSF, Org mode maintainers can contact the FSF at =copyright-clerk AT fsf DOT org=. Historically, FSF replies to the maintainer request within a few days. -- Ihor Radchenko // yantar92, Org mode contributor, 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: [Worg] CSS improvements

2024-03-26 Thread Ihor Radchenko
lignment. >From my point of view, it is worse than a special block - not only this ad-hoc convention is not documented; it will also break expectations about what #+begin_center does. What about: 1. Introducing a new special block for highlighting 2. Documenting it in https://orgmode.org/

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Ihor Radchenko
re. > seems to be somewhat truncated. Is there a way to get > it unabbreviated? Press "." (M-x backtrace-expand-ellipses) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://l

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-25 Thread Ihor Radchenko
I missing something? Looks like some caller is intercepting errors, demoting them to messages. What happens if you run M-: (org-clock-sum) directly in the problematic buffer? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/

Re: [BUG] LaTeX preview should use a subdirectory in /tmp

2024-03-25 Thread Ihor Radchenko
00:00:00 2001 Message-ID: From: Ihor Radchenko Date: Mon, 25 Mar 2024 14:38:42 +0300 Subject: [PATCH] org-create-formula-image: Keep temporary LaTeX files in subfir of /tmp * lisp/org.el (org-create-formula-image): When compiling formula images, keep temporary LaTeX logs in a subdirectory of `

[BUG] ox-html output does not pass validation for html4-strict doctype [9.7-pre (release_9.6.23-1423-gcea6a1.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-03-25 Thread Ihor Radchenko
4 Package: Org mode version 9.7-pre (release_9.6.23-1423-gcea6a1.dirty @ /home/yantar92/.emacs.d/straight/build/org/) -- Ihor Radchenko // yantar92, Org mode contributor, 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: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-25 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> It looks like there is some problem with publishing index.org in >> particular. I made several changes, but none of them is visible on >> orgmode.org. At the same time, my changes to tools.org page are >&g

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-24 Thread Ihor Radchenko
nu.org about it. -- Ihor Radchenko // yantar92, Org mode contributor, 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: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-24 Thread Ihor Radchenko
writes: > I will consider your points and take them into account. Thanks! > On 2024-03-24 14:40 Ihor Radchenko wrote: >> If it is an option, it would be nice if you upstreamed your additions >> to orgparse. This way, we can get a better Python-based Org parser for >

[ANN] Emergency bugfix release: Org mode 9.6.23

2024-03-24 Thread Ihor Radchenko
, as a workaround, you can set `org-preview-latex-default-process' to 'verbatim - this will disable LaTeX previews and avoid the vulnerability. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-24 Thread Ihor Radchenko
c.bu...@posteo.jp writes: > Am 24.03.2024 14:31 schrieb Ihor Radchenko: >> Hmm. I thought that you implemented Org parser in python from scratch. >> Now, I see that you are using orgparse. > > The orgparse package do not parse much of on org file. IT does parse the > meta

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-24 Thread Ihor Radchenko
writes: > On 2024-03-23 13:58 Ihor Radchenko wrote: >> Although I am actually more interested in other questions - >> why custom parser and what is tailored for zettelkasten. > > What do you mean by "custom parser"? Hmm. I thought that you implemented Org parser

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-24 Thread Ihor Radchenko
line 13... > org-clock-sum: Wrong type argument: fixnump, nil What if you do the same starting from "make repro" in ~/src/org-mode ? The backtrace should then appear rather than just an error line. I would like to see that backtrace to understand what went wrong. -- Ihor Radchenko // y

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-24 Thread Ihor Radchenko
en ignored in the past, but an > -email from the maintainers of Org mode has usually fixed such cases > -within a few days. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/o

Re: [bug] Smart quotes: confusion of apostrophe with second level quotes

2024-03-24 Thread Ihor Radchenko
gt; brief note in the manual (I can send a tiny patch) should be added to > warn of possible ambiguities, and possible solutions. Yes, a patch clarifying what to do to force apostrophe would be welcome. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <http

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-24 Thread Ihor Radchenko
d not be active by default. It makes sense as > a user option, but I am unsure concerning required efforts. Then, we may instead use latexmk - it will run latex as many times as necessary. Also, performance will be less problematic after Timothy and Karthik merge their latex preview branch. (they m

Re: [Worg] CSS improvements

2024-03-24 Thread Ihor Radchenko
es, the .org-center class is not even styled right now, so it isn't > even given a unique appearance on Worg right now. So why not use it > this way? Mostly because it is unexpected, as I described above. I'd prefer to stick closer to the semantics and just apply alignment to center bl

Re: [Worg] CSS improvements

2024-03-23 Thread Ihor Radchenko
IU, you want to add this style for the sole purpose of highlighting #+begin_center "Should I use one big Org file or many small ones?" #+end_center FYI, we usually do : "Should I use one big Org file or many small ones?" to make text stand out. -- Ihor Radchenko // yantar92, Org

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-23 Thread Ihor Radchenko
x? Also, please link to this thread form the commit message. Finally, you may need to add TINYCHANGE cookie at the bottom of the commit message if you do not have FSF copyright assignment (see https://orgmode.org/worg/org-contribute.html#first-patch) -- Ihor Radchenko // yantar92, Org mode contribu

Re: Small patch: add \usepackage{iftex} when exporting to LaTeX

2024-03-23 Thread Ihor Radchenko
ompilers, the user might > +need to detect which one if active in supporting personal TeX > +customisation code. We generally do not add packages unless they are strictly necessary for the export. Also, iftex is not compatible with scrbase, so the proposed change can be harmful. -- Ihor R

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-03-23 Thread Ihor Radchenko
e >>buttons. > > Yes, please go as you see fit. It looks like there is some problem with publishing index.org in particular. I made several changes, but none of them is visible on orgmode.org. At the same time, my changes to tools.org page are visible. -- Ihor Radchenko //

Re: [PATCH][DOC]: Add footnote on how to enable described functionality

2024-03-23 Thread Ihor Radchenko
ode.git/commit/?id=01b540e21 -- Ihor Radchenko // yantar92, Org mode contributor, 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] Prompt appears in async shell results

2024-03-23 Thread Ihor Radchenko
ople who check the mailing list on weekend have a chance to see the request. -- Ihor Radchenko // yantar92, Org mode contributor, 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: [Worg] Keep table of contents visible in wide viewports?

2024-03-23 Thread Ihor Radchenko
g/orgmode/87mteh4d0b.fsf@localhost/ If you can work towards improving TOC in Worg, it would be welcome. -- Ihor Radchenko // yantar92, Org mode contributor, 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: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-23 Thread Ihor Radchenko
writes: > On 2024-03-20 13:09 Ihor Radchenko wrote: >> May you outline the benefits > > Now I added a section about that topic. Of course I am open for > discussion and feedback. > > https://codeberg.org/buhtz/hyperorg#benefits-compared-to-similar-tools Thanks! Alt

Re: [bug] Smart quotes: confusion of apostrophe with second level quotes

2024-03-23 Thread Ihor Radchenko
.. `my friends' party` ..." We may introduce \apostrophe entity. "two articles: 'my friends\apostrophe party' and 'the students\apostrophe papers'" "A Greek folk song says: \apostrophe{}να \apostrophe{}ρθώ το βράδυ'" -- Ihor Radchenko // yantar92, Org mode contributor, L

Re: [bug] Smart quotes: confusion of apostrophe with second level quotes

2024-03-23 Thread Ihor Radchenko
t it is not complete. Can you try the attached patch? >From 4a034fbb0029ca7e635f629810a6179df4ca24d9 Mon Sep 17 00:00:00 2001 Message-ID: <4a034fbb0029ca7e635f629810a6179df4ca24d9.1711193777.git.yanta...@posteo.net> From: Ihor Radchenko Date: Sat, 23 Mar 2024 14:34:06 +0300 Subject: [PATCH] org-export: Do not treat unpai

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-22 Thread Ihor Radchenko
run latex multiple times for previews? CCing Timothy and Kathik - I see that https://code.tecosaur.net/tec/org-mode/src/branch/dev/lisp/org-latex-preview.el#L102 still uses a single compiler invocation. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https:/

Re: [BUG] Parser error: Invalid search bound (wrong side of point) [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-03-22 Thread Ihor Radchenko
g if you use the latest development version of Org mode (main branch)? -- Ihor Radchenko // yantar92, Org mode contributor, 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] Stray divs in HTML export [9.6.15 (release_9.6.15 @ /home/jm/.local/share/emacs/30.0.50/lisp/org/)]

2024-03-22 Thread Ihor Radchenko
ing. It is user responsibility that direct HTML is valid and plays well with the rest of the document. Org provides the power to insert arbitrary HTML into the output, but this power comes with responsibility to ensure correctness. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contribu

Re: [BUG] `org-html-head-include-scripts' default value should be `t' but it's nil instead [9.7-pre (release_9.6.20-1267-gb0c3c9 @ /home/nick/src/emacs/org/org-mode/lisp/)]

2024-03-22 Thread Ihor Radchenko
Nick Dokos writes: >> The default value is nil. > > You are right... Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work a

Re: [BUG] `org-html-head-include-scripts' default value should be `t' but it's nil instead [9.7-pre (release_9.6.20-1267-gb0c3c9 @ /home/nick/src/emacs/org/org-mode/lisp/)]

2024-03-21 Thread Ihor Radchenko
l "Non-nil means include the JavaScript snippets in exported HTML files. The actual script is defined in `org-html-scripts'." :group 'org-export-html :version "24.4" :package-version '(Org . "8.0") :type 'boolean) The default value is nil. -- Ihor Radchenk

Re: [BUG] Improve error message "org-back-to-heading: Before first headline at position 1" [9.6.8 (release_9.6.8-3-g21171d @/usr/local/share/emacs/29.1.50/lisp/org/)]

2024-03-21 Thread Ihor Radchenko
[ Adding Org mailing list back to CC ] c.bu...@posteo.jp writes: > Am 21.03.2024 11:46 schrieb Ihor Radchenko: >> Are you saying that the above example will trigger an error on the >> latest main when you try to attach a file? > > No, only the version (29.something

[FR] Add customization for default answers to `org-attach-set/unset-directory' prompt (was: Org-attach risks)

2024-03-21 Thread Ihor Radchenko
r) 4. 'keep or nil - keep the attachments in the old directory (no, no answer) I guess that no, yes answer that would delete the attachments is not something we want to allow as automatic behavior. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https:

Re: [BUG] org-agenda-clock-cancel does not update agenda buffer [9.6.15 (release_9.6.15 @ /nix/store/5hl68vr85cagmwaycqy652r2g2isjcyq-emacs-29.2/share/emacs/29.2/lisp/org/)]

2024-03-21 Thread Ihor Radchenko
-unmark-clocking-task. Thanks for reporting! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5dbf930c2 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-21 Thread Ihor Radchenko
hanged out of sight. >> but I can easily see that we need to >> handle things specially on failure as well. For example, insert >> stderr or perform other actions like displaying some buffer. Or we >> may even hook some special action to clicking on status overlay. For

Re: [BUG] Improve error message "org-back-to-heading: Before first headline at position 1" [9.6.8 (release_9.6.8-3-g21171d @/usr/local/share/emacs/29.1.50/lisp/org/)]

2024-03-21 Thread Ihor Radchenko
no heading in that org > file? Are you saying that the above example will trigger an error on the latest main when you try to attach a file? -- Ihor Radchenko // yantar92, Org mode contributor, 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] Improve error message "org-back-to-heading: Before first headline at position 1" [9.6.8 (release_9.6.8-3-g21171d @/usr/local/share/emacs/29.1.50/lisp/org/)]

2024-03-21 Thread Ihor Radchenko
ried to use STARTTLS with posteo.de:25 which is wrong I think. > Should be port 587 but don't know how to set this. Something is off in your email settings (in emacs or in system mailer). -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org

Re: Error with org-persist

2024-03-21 Thread Ihor Radchenko
/?id=ad0282533 The fix will be available in the next Org bugfix release (likely tomorrow). -- Ihor Radchenko // yantar92, Org mode contributor, 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: Error with org-persist

2024-03-20 Thread Ihor Radchenko
:/Users/aloom/My Drive/home/.emacs.d/") returns > "nil". > However, I was able to visit a new file and save it to that directory: > ... What about (file-writable-p "c:/Users/aloom/My Drive/home/.emacs.d/org-persist") ? -- Ihor Radchenko // yantar92, Org mode c

Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'

2024-03-20 Thread Ihor Radchenko
see use in it, and most importantly, it would provide same > compatible interface for 'org-checkbox' and 'org-columns-checkbox' I guess that it might be ok. I am just worried about empty properties that will be produced if one removes checkbox value. -- Ihor Radchenko // yantar92, Org mode contri

Re: Error with org-persist

2024-03-20 Thread Ihor Radchenko
in the PATH to my HOME > directory? Although, as I stated, I did not have this error until fairly > recently. The message you are seeing is displayed when Emacs has no write access to your .emacs.d. Check your FS write access settings along the path you see in the message. -- Ihor Radchenko

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-03-20 Thread Ihor Radchenko
come. We may even bind `help-quick' to something easier than C-q in `org-columns-map'. For example, it can be "?". -- Ihor Radchenko // yantar92, Org mode contributor, 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: [DISCUSSION] What should we do with undocumented x^(superscript inside /round/ braces) syntax?

2024-03-20 Thread Ihor Radchenko
Ihor Radchenko writes: > "Fraga, Eric" writes: > >> On Saturday, 17 Feb 2024 at 14:06, Ihor Radchenko wrote: >>> Inconsistent with LaTeX syntax, Org mode not only allows >>> x^{superscript}, but also x^(superscript) with round braces used for >

Re: Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-20 Thread Ihor Radchenko
use cases. May you elaborate what exactly is specially tailored? -- Ihor Radchenko // yantar92, Org mode contributor, 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: heading structure ramblie

2024-03-20 Thread Ihor Radchenko
l). With one or two prefix arguments depending on your needs. -- Ihor Radchenko // yantar92, Org mode contributor, 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-attach risks

2024-03-20 Thread Ihor Radchenko
org/worg/org-contribute.html -- Ihor Radchenko // yantar92, Org mode contributor, 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] Partially broken Org mode when remote setupfile is unavailable

2024-03-20 Thread Ihor Radchenko
the link is not fontified. > > --- 8< --- > #+setupfile: http://localhost:8000/setup-http-987.org > > * Heading > > [[https://orgmode.org/][Link]] > --- >8 --- > > I expect that inaccessible setupfiles are just ignored and Org should > work as without "

Re: [PATCH] `org-ctags-create-tags` creates empty TAGS file [9.6.15 (release_9.6.15 @ /home/martin/Projects/emacs/lisp/org/)]

2024-03-20 Thread Ihor Radchenko
Max Nikulin writes: > The committed change is anyway incomplete. > ... May you submit a patch? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support

Re: [PATCH] Allow external libraries (org-roam) to supply org-id locations

2024-03-20 Thread Ihor Radchenko
tch, may I know if you discussed this change with org-roam developers? If they do not want to use the proposed hook, there is no reason to add it to Org mode. -- Ihor Radchenko // yantar92, Org mode contributor, 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: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-20 Thread Ihor Radchenko
stderr or perform other actions like displaying some buffer. Or we may even hook some special action to clicking on status overlay. For example, clicking on "failure" status overlay may raise stderr log. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about O

Re: check.sh setup.sh, nohup.out

2024-03-19 Thread Ihor Radchenko
unsure if I'll be able to work on this tomorrow or Thursday. These files are harmless, so we are not really in rush. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or

<    1   2   3   4   5   6   7   8   9   10   >