Re: [DISCUSSION]: LaTeX - include the xcolor package in the packages list

2024-09-08 Thread Ihor Radchenko
package and doesn't produce clashes with other packages AFAICT. May you please link to the docs you are referring to? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>,

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-08 Thread Ihor Radchenko
t; > But the process sentinels will run independent of Org's callback queue. > The callbacks only place the resulting image (or other metadata) on the > overlays. The bottleneck here is not the display engine, so this > doesn't solve the problem. > > Can you give me som

Re: BUG (regression): clocktable with ~:link t~ looks visually inconsistent

2024-09-07 Thread Ihor Radchenko
, that > shows the inconsistency in my ~emacs -Q~ with orgmode 9.7.10 and > emacs-30 branch with commit 44c2614 Duplicate of https://list.orgmode.org/orgmode/08ce4397-6800-4b47-97a1-921194ac4...@cas.cat/ Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more abo

Re: [PATCH] [BUG] Support attr_html in source code and fixed-width blocks

2024-09-07 Thread Ihor Radchenko
html> don't yield any > results, though <https://tracker.orgmode.org/patches?search=attr_html> > does. Are patches not allowed to be bugs or requests as well? It is most likely a bug in tracker.orgmode.org. Sometimes, it does not track what it supposed to track. -- Ihor Radche

Re: [BUG] incorrect HTML export with italic link containing an exclamation mark (!) [9.7.10 (N/A @ /gnu/store/icgsji9268qh5fxlrw0xh8775nbark3v-emacs-org-9.7.10/share/emacs/site-lisp/org-9.7.10/)]

2024-09-07 Thread Ihor Radchenko
oo/ !bar][Link]]/ "fixing" this would require changes to syntax. If there is a bug, it is in the fontification, which inaccurately displays link where there is none. For fontification, see https://orgmode.org/list/87ee7c9quk.fsf@localhost For such edge cases in syntax, see https://org

Re: BUG (regression): clocktable with ~:link t~ looks visually inconsistent

2024-09-07 Thread Ihor Radchenko
etail.png, that > shows the inconsistency in my ~emacs -Q~ with orgmode 9.7.10 and > emacs-30 branch with commit 44c2614 I cannot reproduce. See the attached screenshot. Maybe something to do with your system fonts. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more abo

Re: Enhancing the HTML exporter: Create a new backend or contribute to the upstream

2024-09-07 Thread Ihor Radchenko
cts > > 1. I define a project that use "org-html-publish-to-html" to export > each Org-mode document to a web page > > 2. I define a second project that use "org-publish-attachment" on the > same folder, with all the used extension, only to publish

Re: strange behaviour with $PROP_r1 value in a table

2024-09-07 Thread Ihor Radchenko
ug) explicitly, without risking breaking other things. > I have two questions about it: > > - The function '$PROP_ bug, or is > the property name ' > - Should I add tests for this behaviour? Before discussing any further, may you please check if #+property: r1 0.96

Re: org-contrib: I suggest a new bugfix release

2024-09-07 Thread Ihor Radchenko
, > and what property made the propview execution fail [3] I see no reason not to. Done. https://git.sr.ht/~bzg/org-contrib/commit/0e65be83e4b41c17a5b9096c9055c1601b26a23d -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>

#11 [[bbb:OrgMeetup]] on Wed, Sep 11, 19:00 UTC+3

2024-09-07 Thread Ihor Radchenko
- Discuss "Org mode" section of Emacs news (https://sachachua.com/blog/) - Discuss anything else Org-related Everyone is free to join the discussion/chat or lurk around silently, listening. We will _not_ do any recording by default. -- Ihor Radchenko // yantar92, Org mode contributor,

Re: Should "org-element-parse-buffer" check whether the buffer's major mode is org mode?

2024-09-04 Thread Ihor Radchenko
- a number of people are confused enough by the warning from `org-element-at-point' (caused by packages abusing it in non-Org buffers); to the point that I am thinking to remove it as well. -- 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] org element warning [9.8 (9.8-??-39272e216 @ /home/fan/.emacs.d/.local/straight/build-29.3/org/)]

2024-09-04 Thread Ihor Radchenko
Ihor Radchenko writes: > ray writes: > >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't know how to make a good report? See >> >> ... > > Thanks for reporting, but may you please clarify wh

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-09-03 Thread Ihor Radchenko
Yaroslav Drachov writes: > Sorry for delay. > > 1. pdflatex > 2. processing page 1: output written to > ../../../../var/folders/3m/9xzpnkks773bfdwzqlvr421rgn/T/org-tex-BYOo4y-1.svg > 3. nil Karthik, any thoughts? -- Ihor Radchenko // yantar92, Org mode contr

Re: Org-agenda follow and narrow

2024-09-01 Thread Ihor Radchenko
`display-buffer-alist'. Here is an example entry I use for *Warnings* buffer: ("\\*Warnings\\*" display-buffer-at-bottom (window-height . 0.3)) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at

Re: Ideas to generate unique search context for id:links

2024-09-01 Thread Ihor Radchenko
ed search term. For example, [[fn:20]] link will not work. [fn:20] is special - it is a footnote reference, not link. -- 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] ox-texinfo: Support numeric values of `toc' in `#+OPTIONS'

2024-09-01 Thread Ihor Radchenko
c' value in export `#+OPTIONS'. > * testing/lisp/test-ox-texinfo.el > (test-ox-texinfo/headings-and-table-of-contents): Add a test. AFAIU, it is a bugfix. Right? If it is, the patch name is rather confusing. Also, what about `org-export-collect-headlines'. It also ignores numeric

Re: Request for addition to "structure editing" manual section

2024-09-01 Thread Ihor Radchenko
to have no contents. I see no reason to put it into "structure editing" section of the manual. Maybe somewhere else, but, as you see, the command does not do what you use it for (or rather do it just for your specific scenarios). So, I am not sure if we need to add this specific line mo

Re: Automatically update plain list checkboxes when removing nested list items?

2024-09-01 Thread Ihor Radchenko
move the cursor back up to Item 1 > and hit C-c C-c to force the checkbox to update. There is no such way readily available, AFAIK. You might be able to do with appropriate after-change function, but such things may cause performance degradation. Another way might be an advice for org-kill-line (if

Re: Adding a class to the auto-inserted elements

2024-09-01 Thread Ihor Radchenko
this easier and/or reduce the risk of accidentally > removing other elements, we can add a class name to those 's the way we > do to other elements. What would be the benefit of doing this beyond fixing your personal use case? For other Org users. Also, you can always use p > a CSS s

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

2024-09-01 Thread Ihor Radchenko
t we already have. So I was waiting for a response to > my other patch (linked below) adding that test before continuing with > this thread. I replied in that thread. We can come back to the patch herein after finalizing the other patch. -- Ihor Radchenko // yantar92, Org mode contributor

Re: org-cut-subtree should respect org-ctrl-k-protect-subtree

2024-09-01 Thread Ihor Radchenko
out a bit and look at the > entire family of the non-idiomatic `org-ctrl-*' variables. ... which are `org-ctrl-k-protect-subtree', `org-ctrl-c-ctrl-c-hook', and `org-ctrl-c-ctrl-c-final-hook'. What do you want to do with the latter two? -- 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: Enhancing the HTML exporter: Create a new backend or contribute to the upstream

2024-09-01 Thread Ihor Radchenko
index.org May you elaborate? > And the menu is made from an org-mode file where first level heading > become menu item and links are simple org-mode links. This kind of idea should be discussed in more details. I see it as a way to define special HTML markup from Org markup, but it is

Re: [PATCH] lisp/org.el: Fix removing timestamp overlays

2024-09-01 Thread Ihor Radchenko
me' to put a special text property to mark the overlayed timestamps. Then, searching for that property will give reliable info on what is and what is not a time overlay. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org dev

Re: Patch: hiding emphasis markers

2024-09-01 Thread Ihor Radchenko
nceled. -- 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: hiding org emphasis markers

2024-09-01 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> You may instead introduce a new allowed value for >> `org-hide-emphasis-markers' to hide markers for non-nil entries in >> `org-emphasis-alist'. Maybe even allow the value to be an explicit l

Re: [PATCH] Testing: Add tests for `org-tags-sort-function'

2024-09-01 Thread Ihor Radchenko
t;group_a\ngroupless\nlonely\ntag_a_1\ntag_a_2\ntag_b_1\ntag_b_2\n") > + ('org-string> > + > "tag_b_2\ntag_b_1\ntag_a_2\ntag_a_1\nlonely\ngroupless\ngroup_a\n" Nitpick: it would be more readable to use `string-join' here as well. -- 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 exports broken ID links

2024-09-01 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> That link is not broken - it points to a file containing the linked >> heading. It just happens to be the same Org file. > > I am struggling to understand. > > The link points to a heading that is not export

Re: [PATCH v2] Inline image display as part of a new org-link-preview system

2024-09-01 Thread Ihor Radchenko
ein. > + (let* ((width (org-display-inline-image--width link)) > + (align (org-image--align link)) > + (image (org--create-inline-image file width))) I am wondering why you left these functions in org.el. Why not moving them here? > +(when image

[SUMMARY] #10 [[bbb:OrgMeetup]] on Wed, Aug 14, 19:00 UTC+3

2024-09-01 Thread Ihor Radchenko
https://list.orgmode.org/87iloyyd1y.fsf@localhost/, including things like checks, but nothing is really reliable. For example, checks may have larger fees than even PayPal; and some countries (Australia) simply abolished checks - TL;DR: We find Liberapay most convenient for the

Re: How to auto-renumber chapters

2024-08-31 Thread Ihor Radchenko
}} will be automatically replaced with a counter, but only on export. See https://orgmode.org/manual/Macro-Replacement.html#index-n_002c-macro -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <

Re: Question regarding org-babel-eval and ob-erlang

2024-08-31 Thread Ihor Radchenko
am using guix > profile > instead of guix shell, in order to have a predictable bin directory, that I > can > add to `PATH'. One way could be specifying full path to "erl", but I am not familiar with ob-erlang and with Guix to suggest anything specific. --

Re: Org-agenda follow and narrow

2024-08-31 Thread Ihor Radchenko
Sébastien Gendre writes: > Is there a way for Follow mode to automatically narrow to task it show > (and its children headings/tasks) ? See `org-agenda-follow-indirect' -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/

Re: [PATCH v1] Inline image display as part of a new org-link-preview system

2024-08-31 Thread Ihor Radchenko
t will compute the filename, and then internally call `org-link-preview-file'. Then, attachment: link will have :preview set to `org-attach-preview-file'. This way, you will not need to require org-attach from ol and ol from org-attach simultaneously. (no cyclic dependencies, please) -- 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 mode version 9.8-pre (9.8-pre-n/a-g7a3fc3 @ /home/snake/.config/emacs/elpaca/builds/org/); Some kind of bug

2024-08-31 Thread Ihor Radchenko
edback -- 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 exports broken ID links

2024-08-31 Thread Ihor Radchenko
e Org file. The same mechanism is applied when you export a file with id: link that points to _another_ Org file - the link will be created to that Org file. Not a bug. Canceled. If you want a feature controlling whether to export fuzzy/id links to Org files, feel free to open a feature request

Re: 31.0.50; Org Persist file formatting

2024-08-31 Thread Ihor Radchenko
d persist file. I'm thinking I may add some > code to see if the elisp variable is corrupt or it's just happening on > output. My sense is this may be a core bug but I'll see what I can find. Maybe something is setting `print-level' per-buffer? -- Ihor Radchenko // yanta

Re: [PATCH] Fix the use of a deprecated function in the manual

2024-08-31 Thread Ihor Radchenko
Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?h=bugfix&id=3428b522fb83c793d0915d63a30601eb993e2b30 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://libe

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-31 Thread Ihor Radchenko
nfig, so that Org mode tries hard to catch any issues in the cache. If what you see is related to the cache, you should be able to see parser logs. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https:

Re: org_guide_Chinese

2024-08-31 Thread Ihor Radchenko
versions to GitHub pages or similar? It will be more convenient than pointing to the GitHub repository. -- 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 s

Re: [PATCH v1] Inline image display as part of a new org-link-preview system

2024-08-31 Thread Ihor Radchenko
+LINKTYPE is the Org link type used to preview PATH, either > +\"file\" or \"attachment\". > + > +Equip each image with the keymap `image-map'. > + > +This is intended to be used as the `:preview' link property of > +file links, see `org-link-parameters'."

Re: [PATCH v3] Improvements to Texinfo exporter (was: [PATCH] Re: Texinfo: Custom navigation and links in headings)

2024-08-31 Thread Ihor Radchenko
ately, > > one per thread, to > > make code review easier. Ok. Closing this thread. 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: [BUG] colview.el regexp - capture operator when title is empty

2024-08-31 Thread Ihor Radchenko
all comment explaining that we discard whitespace-only titles. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=07dd3bcae6 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.

Re: Sv: Sv: Modularizing Org as GSoC project (was: New Emacs features via Google Summer of Code (or other similar stipend schemes) (was: as for Calc and the math library))

2024-08-31 Thread Ihor Radchenko
de, > and > make org-mode use those features instead of having everything in a > monolithical > library. > ... To conclude, we may use these ideas for GSoC projects, but maybe separately. I doubt that "modularizing" in general would be a reasonable task to finish within sum

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

2024-08-28 Thread Ihor Radchenko
Ihor Radchenko writes: > ... may you please elaborate what kind of sorting > order does your function imply? ... It has been over a month. Have you had a chance to look into my questions? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://or

Re: [PATCH] Re: Summation of effort estimates in columnview dblock

2024-08-25 Thread Ihor Radchenko
ition. Otherwise, reading from top to button is still difficult. -- 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] colview.el regexp - capture operator when title is empty

2024-08-25 Thread Ihor Radchenko
Sławomir Grochowski writes: > Patch below: > <#part type="text/x-diff" > filename="~/.emacs.d/straight/repos/org/0001-lisp-org-colview.el-org-columns-compile-format-regex.patch" > disposition=inline> > <#/part> There is no patch attached. -- I

Re: Storing org-mode captures on shared server

2024-08-25 Thread Ihor Radchenko
nd there is https://github.com/dengste/org-caldav. -- 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: 31.0.50; Org Persist file formatting

2024-08-25 Thread Ihor Radchenko
he suggested change you may be testing is already included in Org 9.7.10 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?h=bugfix&id=f9351456e70ad08dea74525e4a7d4bd29f98176d -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/

Re: Beamer export full frame image

2024-08-22 Thread Ihor Radchenko
"Simon Brown" writes: > On Thu, 22 Aug 2024, at 3:07 PM, Ihor Radchenko wrote: >> "Simon Brown" writes: >> >>> Is there a way to have a slide that is just a full frame image with >>> caption? With BEAMER_ENV set to fullframe I still have p

Re: target link aligned

2024-08-22 Thread Ihor Radchenko
of text? > > I've bad explained (because the thing is really complicate to explain) > > you can ask me something about. Yeah, it is not at all clear what the problem is. An example Org file would help. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode

Re: [PATCH v4.0] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2024-08-22 Thread Ihor Radchenko
or should I spin out an > org-image-preview.el feature+library? Spin out will be easier when for my rebase :) -- 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: Beamer export full frame image

2024-08-22 Thread Ihor Radchenko
"Simon Brown" writes: > Is there a way to have a slide that is just a full frame image with caption? > With BEAMER_ENV set to fullframe I still have parts of the beamer theme > taking up space. I just want the image as big as possible. How would you do it in LaTeX?

Re: [FR] Automatically display images in resutls of evaluation

2024-08-22 Thread Ihor Radchenko
to, say, a drawer? I'd rather be a bit less selective and refresh the whole result element. Looking forward to your updated 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 my work at <https://liberapay.com/yantar92>

Re: [BUG] Recursive dependency when gnuplot added to org-babel-load-languages

2024-08-22 Thread Ihor Radchenko
> > and start org-mode. > > This fixes it for me: > ... Thanks! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8fd6cc9020 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Suppo

Re: multipage html output

2024-08-22 Thread Ihor Radchenko
ipage export into the existing APIs. May take some time. -- 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: Sv: Modularizing Org as GSoC project (was: New Emacs features via Google Summer of Code (or other similar stipend schemes) (was: as for Calc and the math library))

2024-08-22 Thread Ihor Radchenko
of org mode. I can create table with org-table-create > and I can align table with org-table-align, but by default I don't have this > functionality bound in some keymap if I am not in org-mode. Perhaps I am just > not familiar with it. But this could be a minor mode also. See orgtbl-

Re: [BUG] Org-element--cache: unregistered buffer [9.8 (9.8-??-39272e216 @ /Users/nino/.emacs.d/.local/straight/build-29.1/org/)]

2024-08-21 Thread Ihor Radchenko
Ihor Radchenko writes: > Fernando NIÑO (IRD) writes: > >> Not personally, but I use doom-emacs, nothing special besides that. > > Did you check doom-emacs github? If there are no reports like yours, it > is something about your config. I recommend trying doom emacs with t

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-08-21 Thread Ihor Radchenko
Ihor Radchenko writes: > Punit Arya writes: > >> Yes, I've installed org-9.7.7 from ELPA and the issue persists.  I get >> this error text now when running the shell command: > > Please try to provide a detailed reproducer using Org git repository, > starti

Re: [FR] stable literal hrefs in HTML export of direct links and usage of link description instead of numbered links in case of shortend link syntax

2024-08-21 Thread Ihor Radchenko
of the previous threads like https://list.orgmode.org/orgmode/87wnrhl7z7....@catern.com/ https://list.orgmode.org/orgmode/cajcao8txvw39h18fuxltwodynkqsfhqcp+ydiywflee29b1...@mail.gmail.com/ -- 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: [FR] stable literal hrefs in HTML export of direct links and usage of link description instead of numbered links in case of shortend link syntax

2024-08-20 Thread Ihor Radchenko
Gregor Zattler writes: > The second effect does not show up, if > [[link][link]] is used instead of > [[link]] but this is tedious to type > and IMHO unneccesary. See https://list.orgmode.org/orgmode/m2il81n2e6@me.com/ We can discuss this part of your proposal there. -- Ih

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-20 Thread Ihor Radchenko
Milan Zamazal writes: >>>>>> "IR" == Ihor Radchenko writes: > > IR> Note that we also have diary style timestamps with arbitrary > IR> logic of date selection. > > The primary problem with those timestamps is that they cannot be marked &

Re: [BUG] Incorrect cursor on using undo inside a source block [9.7.10 (release_9.7.10 @ /home/wurfkreuz/.source/emacs/lisp/org/)]

2024-08-20 Thread Ihor Radchenko
0VkYyDrbEWE-0PEQg8iiyB7NatUtvPEQe6SQyJaTE5vW0CwoUKzqs=@proton.me/ -- 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] colview.el regexp - capture operator when title is empty

2024-08-20 Thread Ihor Radchenko
Sławomir Grochowski writes: > I have found a bug in regexp. > Test that need to pass to fix it is below. Thanks! May you also fix the regexp in `org-columns-compile-format'? I recommend using `rx' to make the regexp more readable and less prone to mistakes. -- Ihor Radchenko

Re: [PATCH v4.0] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2024-08-20 Thread Ihor Radchenko
rk on making it async later. This sounds like a reasonable addition, yes. Maybe even hook into link parameters. -- 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>

Modularizing Org as GSoC project (was: New Emacs features via Google Summer of Code (or other similar stipend schemes) (was: as for Calc and the math library))

2024-08-20 Thread Ihor Radchenko
r what am I missing? For tables, dates, and other markup, it is not clear what you want to achieve. Do you want Org markup to be displayed in non-Org buffers? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org developm

Re: [BUG] bulk todo state changing only adds state change log to the last entry [9.6.15 (release_9.6.15 @ /opt/homebrew/Cellar/emacs-plus@29/29.4/share/emacs/29.4/lisp/org/)]

2024-08-20 Thread Ihor Radchenko
t;TODO" from [2024-08-20 Tue 12:09] See https://list.orgmode.org/orgmode/87a5ui6gkj@gmail.com/ Same basic problem. Confirmed. -- 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: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Ihor Radchenko
while ago. You can do <%%(diary-float t 6 3) 19:00> See https://orgmode.org/Changes.html#orge783fbe -- 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 suppo

Re: Some org keybindings very hard to disable or overwrite

2024-08-19 Thread Ihor Radchenko
the_wurfkreuz writes: > I trying to overwrite or at least disable org-metadown and org-metaup > that take 'M-k' and 'M-j'... Org mode does not bind M-k and M-j. It is something in your config. -- Ihor Radchenko // yantar92, Org mode contributor, Learn mor

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-19 Thread Ihor Radchenko
eeded, what should be the available features. So far, you listed: 1. Specific day of week, nth from the beginning of month 2. "add 1 month then the next 17th of the month" - I do not understand. How is it different from <2024-08-17 ++1m>? -- Ihor Radchenko // yantar92, Org mode contr

Re: [BUG] Org parser error: invalid search bound (wrong side of point) [9.7.7 (9.7.7-1ee080 @ /home/talmage/.emacs.d/elpa/org-9.7.7/)]

2024-08-18 Thread Ihor Radchenko
David Talmage writes: >> David, may I know if you keep seeing the problem? > > Thank you for asking, Ihor. The problem went away. I don't know why. Then, I am closing the bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <

Re: [RFC] latex preview and pdflatex-only packages

2024-08-18 Thread Ihor Radchenko
see a difference in produced output. test.tex Description: TeX document -- 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: [RFC] latex preview and pdflatex-only packages

2024-08-18 Thread Ihor Radchenko
latex will also work with pdflatex. -- 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-mode element API: How to extract link description

2024-08-18 Thread Ihor Radchenko
on the documentation. Link description is considered to be link contents. But do note that simple `org-element-at-point' does not compute contents. It is only available in the full parse tree. From `org-element-at-point', a practical way to retrieve description text is using substring between :co

Re: How to set alarm in appointment set

2024-08-18 Thread Ihor Radchenko
lpa.gnu.org/packages/org-notify.html provide extended functionality. -- 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 fully control parsing of Org mode links during export

2024-08-18 Thread Ihor Radchenko
g/manual/Advanced-Export-Configuration.html#Summary-of-the-export-process-1 -- 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-latex-preview, pNiceArray (running latex twice)

2024-08-18 Thread Ihor Radchenko
er uses latex command, which pNiceArray is not compatible with. -- 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: [RFC] latex preview and pdflatex-only packages (was: org-latex-preview, pNiceArray (running latex twice))

2024-08-18 Thread Ihor Radchenko
handle org-latex-compiler + LaTeX package > incompatibilities. Maybe. But in a view of this new information, we might consider different defaults: (a) latexmk; (b) avoiding eps -> svg/png path in favor of pdf -> svg/png. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about O

Re: Examples of online documentation written with Org-mode

2024-08-18 Thread Ihor Radchenko
is not obvious how to use it from a quick glance. I think that I also need to clarify the scope of my reply. I am commenting assuming that you want your project to be added to org-tools page. Is it the case or did I misunderstand you? -- Ihor Radchenko // yantar92, Org mode contributor, Learn m

Re: Summation of effort estimates in columnview dblock

2024-08-18 Thread Ihor Radchenko
Alexander Adolf writes: > Ihor Radchenko writes: > >> [...] >> I agree that the manual can be improved. It would be nice if someone >> actively using column views contributed such an improvement ;) >> [...] > > Ok, I've given it a try. Thanks! &g

Re: Summation of effort estimates in columnview dblock

2024-08-18 Thread Ihor Radchenko
mary. I'd call it a bug. Although, I am not a big fan of this idea with modifying the headings by side effect. -- 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: [RFC] latex preview and pdflatex-only packages

2024-08-18 Thread Ihor Radchenko
configure a different > engine. That might be true, yes. -- 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: Link between org-publish project options and org-export-options-alist

2024-08-18 Thread Ihor Radchenko
ns defined in > `org-export-options-alist` ? Publish plist is transferred to INFO plist, taking priority. However, parsing the in-file keywords and export options should be configured via export backend (or globally, all backends, as you did by modifying `org-export-options-alist') - you can

Re: [orgmode] Better recurrence for SCHEDULED and DEADLINE

2024-08-18 Thread Ihor Radchenko
Moakt Temporary Email <097073ee6...@drmail.in> writes: > I want to suggest that SCHEDULED and DEADLINE support things like "first > Monday of the month" like cron. That would indeed be nice. But may you provide more details on how you envision such support to be implemente

[FR] Automatically display images in resutls of evaluation (was: [PATCH v4.0] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer)

2024-08-18 Thread Ihor Radchenko
ages' would do (with REFRESH argument). I suggest to put this (1) under a new custom option; (2) only when Emacs can actually display images. -- 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 v4.0] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2024-08-18 Thread Ihor Radchenko
stardiviner writes: > I agree with your patch solution. I have tested fine. Thanks for your > re-write. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d51dc4aa29 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: org-element--cache: Added org-data parent to non-headline element

2024-08-18 Thread Ihor Radchenko
martyhi...@riseup.net writes: > On 8/17/24 08:12, Ihor Radchenko wrote: >> Ihor Radchenko writes: >> >>>> i had another go: >>>> >>>> - i made a purely lorem ipsum org file (can share if needed) >>>> - loaded a minimal emacs con

Re: [FR] org-colview.el, add annotation for functions summary-types

2024-08-18 Thread Ihor Radchenko
his piece: > > (if doc > (format " -- %s" doc) > "") > > It should not be in docstring-first-line. > What do you think? Into `org-columns--summary-types-completion-function'. Or, if you want, you can create a separate "affixation function&

Re: [BUG] Org parser error: invalid search bound (wrong side of point) [9.7.7 (9.7.7-1ee080 @ /home/talmage/.emacs.d/elpa/org-9.7.7/)]

2024-08-18 Thread Ihor Radchenko
believe that this is one of my Linux Surface Pro > tablet's many quirks. It has been a month since the last message in this thread. David, may I know if you keep seeing the problem? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

Re: [BUG] org-publish: org-element--cache: Got empty parent while parsing [9.6.18 ( @ /home/arne/.emacs.d/elpa/org-9.6.18/)]

2024-08-18 Thread Ihor Radchenko
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >> - Requirements: mercurial, make, Emacs (naturally :)) >> >> hg clone https://hg.sr.ht/~arnebab/draketo >> cd draketo >> autoreconf -i >> ./configure >>

Re: multipage html output

2024-08-17 Thread Ihor Radchenko
get rid of that if you > prefer. Let me know how to proceed. With my idea above, we handle the actual page rendering to a custom backend, which can reuse the normal TOC machinery, possibly encapsulated into sub-backend parameters. We can provide any additional info that is necessary within such sub-ba

Re: org-element--cache: Added org-data parent to non-headline element

2024-08-16 Thread Ihor Radchenko
Ihor Radchenko writes: >> i had another go: >> >> - i made a purely lorem ipsum org file (can share if needed) >> - loaded a minimal emacs config (the one i use for testing/debugging >> mastodon.el, can share) >> - loaded a really minimal org config (can

Re: Proposal: Change publication timestamps (was: Publishing cache)

2024-08-15 Thread Ihor Radchenko
easonable. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=38d1bc67b2 Ideally, it would be nice to have tests as well. -- 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?: org-preview-latex-default-process: imagemagick: cannot use latexmk -f pdf

2024-08-15 Thread Ihor Radchenko
I cannot reproduce. Things work on my side. > Debugger entered--Lisp error: (error "File \"/tmp/orgtexX2KSUz.pdf\" wasn’t > produced. Please adjust ‘imagemagick’ part of > ‘org-preview-latex-process-alist’.") You may examine *Org Preview LaTeX Output* buffer to see more d

Re: [FR] org-colview.el, add annotation for functions summary-types

2024-08-15 Thread Ihor Radchenko
Sławomir Grochowski writes: > Ihor Radchenko writes: > >> Why not applying faces? > > Because in case of 'annotation-function': > https://www.gnu.org/software/emacs/manual/html_node/elisp/Programmed-Completion.html > "...Unless this function puts own face

[RFC] latex preview and pdflatex-only packages (was: org-latex-preview, pNiceArray (running latex twice))

2024-08-15 Thread Ihor Radchenko
age that is not compatible with >> latex. > > Well, there are a couple of packages that explicitly state that they > only work with pdflatex, nicematrix, todonotes and ocgx for example This is a surprise. Are there packages that are an opposite - do not work with pdflatex, but work wit

Re: [FR] org-colview.el, add annotation for functions summary-types

2024-08-15 Thread Ihor Radchenko
(cdr (assoc c > org-columns-summary-types-default)) Looks reasonable. Although, I'd prefer to avoid lambda here and simply make it into a proper function. Just like `org-tags-completion-function'. -- 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: Adding text/org MIME type to jshttp/mime-db

2024-08-14 Thread Ihor Radchenko
Ihor Radchenko writes: > Joseph Turner writes: > >> Thanks! I completed the FSF copyright assignment paperwork in May 2023. I updated our records. https://git.sr.ht/~bzg/worg/commit/29c58d61 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mo

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Ihor Radchenko
) dvipng previews expect .dvi files, not .pdf. You must use ("latexmk -f -latex -output-directory=%o %f") Except that latex does not produce the desired result, which indicates that you are using some very strange package that is not compatible with latex. I can only suggest using

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread Ihor Radchenko
me as pdflatex/xelatex I just tried latexmk -f -pdf text.tex And it worked. -- 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: C-c C-v C-d does not preserve capitalization

2024-08-14 Thread Ihor Radchenko
the past, about a year or >two ago. As for #2, I am not sure if that is a feature or a bug. It is a feature - we retain the tailing blank lines in the blocks. See https://list.orgmode.org/7e41f9b6e9026a404e256f33371e9...@posteo.net/ -- Ihor Radchenko // yantar92, Org mode contributor,

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