Re: multipage html output

2024-07-23 Thread Ihor Radchenko
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: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
he backtrace. -- 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: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
/png) The error is originating from Emacs itself, not from Org mode. May you try newer version of Emacs? If you still see the error, please report it as Emacs bug. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Or

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
uld there be test functions for the code added and are there >recommendations how to do that? Yes, ideally. See testing/README, testing/lisp/test-ox.el, and testing/lisp/text-ox-html.el files in the Org repo. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more abou

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
ror (M-x toggle-debug-on-error) and share the full backtrace displayed when you trigger the error? -- 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: [ANN] lisp/ob-tangle-sync.el

2024-07-23 Thread Ihor Radchenko
w. It solves the major > gripe I had with your original org-tangle-sync.el package, which is the > ability to sync blocks that aren't whole files. It has been a while since the last message in this thread. João, may I know if you are still interested to work on this patch? -- Ihor Radchenko //

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
y default, pressing in the minibuffer when you do not enter anything will send empty input. But third-party completion packages sometimes change it. You need to know the completion package you are using. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https:/

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > What do you mean ? When a prompt is displayed in Emacs, you enter something in the minibuffer. You can type some text there (with completion) or you can type nothing. If you type nothing, your input is empty. -- Ihor Radchenko // yantar92, Org mode contribu

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > You mean that the mini-buffer is empty ? I mean that what you type in the minibuffer is empty. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > What does "empty input exists" mean ? Empty minibuffer input. -- 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

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
> every possible shortcut. But at least telling how the command > "org-cite-insert" behave. And the general idea of how user can stop the > reference selection. The minibuffer prompt in `org-cite-insert' says: "empty input exits" IMHO, it is more than enough. In fact

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

2024-07-22 Thread Ihor Radchenko
e and priorities. This particular bug/feature request will not be high in the priority list. Unless we get more users jumping to this thread and asking for #+ATTR_HTML support. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org developm

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

2024-07-22 Thread Ihor Radchenko
l still be a welcome improvement (I was just hoping to push you to contribute a bit more ;)) Now, back to your original patch. May you please factor out adding attributes into a separate function, so that we avoid duplicating the code? And please announce the change in the news - people aware of t

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

2024-07-22 Thread Ihor Radchenko
ecifics above regd. :textarea, I believe support for > #+ATTR_HTML ought to be added for most blocks to allow for CSS class > and/or inline style to be specified when exporting to HTML. +1 > Additionally, I consider the absence of such support to be a bug. Since we do not promise it anyw

Re: [BUG] Org table alighment distorted with dates in links to headlines [9.7.7 (9.7.7-1ee080 @ /home/exot/Desktop/emacs-test/elpa/org-9.7.7/)]

2024-07-22 Thread Ihor Radchenko
t. So, it is not exactly a bug, but I improved the width calculation to use rounding instead of ceiling. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=190f47222 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https:

Re: How to fully control parsing of Org mode links during export

2024-07-22 Thread Ihor Radchenko
f the async export option but it still runs async and I can't >step through the exporter functions. Async is disabled by default. So, something in your config enables it. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. S

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

2024-07-22 Thread Ihor Radchenko
ably affected as well). >> >> Sounds reasonable. >> Timothy, may you have a look? > > Any updates on this? No comments from TEC. Please address my concern about :textarea attribute. I do not see why we should ignore it here. -- Ihor Radchenko // yantar92, Org mode contributor, Lear

Re: Documentation request

2024-07-22 Thread Ihor Radchenko
c context, the function runs org-metadown-final-hook using the same logic. -- 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] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-07-22 Thread Ihor Radchenko
k.html#Feedback -- 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] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-07-22 Thread Ihor Radchenko
Punit Arya writes: > Alright, I'll check it out when I upgrade to the latest version 9.7 from > the ELPA repo. It has been over a month. Have you had a chance to try the latest Org mode? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://or

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

2024-07-22 Thread Ihor Radchenko
... 7. M-11 argument :: ... in the whole buffer ... 8. Any other argument :: treat as INCLUDE-LINKED = t And please document all the new arguments in the manual and etc/ORG-NEWS file. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

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

2024-07-20 Thread Ihor Radchenko
or example, I can, in the future, implement a clone of hl-line-mode that will reveal markup on the current line. It will be an easy an effective solution to edit hidden markup like convoluted links, emphasis, and ANSI markup. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Or

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-20 Thread Ihor Radchenko
t); this makes the minibuffer disappear, and I see „Back to top > level“, and the whole contents of the section being encrypted are > lost. I tried to reproduce with the latest version of the branch. Seems to work fine. May you test? -- Ihor Radchenko // yantar92, Org mode contributor, Lear

Re: Pending contents in org documents

2024-07-19 Thread Ihor Radchenko
ding-reglock-region reglock)) >(start (car reg)) >(end (cdr reg)) >(buf (marker-buffer start))) > (when (buffer-live-p buf) > (with-current-buffer buf > (save-excursion > (if (> (- end start) 1) What if the buffer is na

Re: Experimental public branch for inline special blocks

2024-07-19 Thread Ihor Radchenko
g markup. On my side, it is not on the very top of the priorities, so I am happy that Juan is working on it. If anyone else wants to help, it will be very welcome as well. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Suppor

Re: [O] Generate and fill PDF-forms by org-mode?!

2024-07-18 Thread Ihor Radchenko
erlying PDF, but I am not sure if Org is the most suitable program to achieve such alignment. Something like M-x artist-mode might probably be more flexible. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <

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-07-18 Thread Ihor Radchenko
red: Emacs complained of a parsing error. Thanks for reporting! Are you seeing this problem frequently? -- 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: Testing issues for Ada/SPARK support in Babel

2024-07-18 Thread Ihor Radchenko
Ihor Radchenko writes: >> If you don't mind, I attach here the patch in its current state for >> reviewing purposes. > > Sure. See my comments inline. > ... It has been two months since the last message in this thread. Francesc, did you have a chance to look into m

Re: Experimental public branch for inline special blocks

2024-07-18 Thread Ihor Radchenko
ave a GitLab account, if > I'm not mistaken). It has been quite a while since the last activity in this thread. Juan, may I know if you had a chance to work on the branch? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org

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

2024-07-17 Thread Ihor Radchenko
ys, i think other breakages happen also, with my original file other > breakages happened). A full reproducer I can follow from emacs -Q (or make repro) would be very nice. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support

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

2024-07-17 Thread Ihor Radchenko
main window then can cause the > error in the secondary/cloned one. This is useful information. Also, since you are able to reproduce quickly with a constructed file, any chance that you can also create a reproducer starting from clean Emacs config? -- Ihor Radchenko // yantar92, Org m

Re: Built a list of Org-mode files with Org-ql

2024-07-17 Thread Ihor Radchenko
ode for TITLE, DATE, and KEYWORDS. You can do it using `org-collect-keywords'. -- 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: HTML export: Force links that end in .jpg or .png to be exported as a tags

2024-07-17 Thread Ihor Radchenko
Rodrigo Morales writes: > My question is: How to force a link that end in =.jpg= or =.png= to be > exported as a =a= tag instead of an =img= tag? `org-html-inline-images'. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

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

2024-07-17 Thread Ihor Radchenko
comes out: (setq org-element--cache-self-verify 'backtrace) -- 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: [SUMMARY] #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-17 Thread Ihor Radchenko
Suhail Singh writes: > Ihor Radchenko writes: > >> - Aside, built-in ox-odt has quite a history >> - Its original author is... (to say) no longer interested to deal >> with FSF copyright assignment (it was quite a drama at some point) > > Out of curio

Re: Possible bug getting bounds of URL at point?

2024-07-17 Thread Ihor Radchenko
s description, brackets, and whitespace after. There is no reason to make plain links special in this regard, so we don't. -- 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-persist.el: xdg.el is unavailable in emacs-25.2

2024-07-17 Thread Ihor Radchenko
Ihor Radchenko writes: >> org.el in the main branch still declares >> >>> ;; Package-Requires: ((emacs "25.1")) This is no longer relevant. We only support Emacs 26+. Canceled. We will be dropping Emacs 26 as well once we start seeing breakage (Emacs 29 is the

Re: [BUG] Emphasized text in *HEADLINE link target leaks through invisible text [9.8-pre (release_9.7.6-107-gf21415 @ /home/jschmidt/work/org-mode/lisp/)]

2024-07-17 Thread Ihor Radchenko
- snip - > > That is, the =bar= part leaks through from the otherwise hidden link > target. Confirmed. Yet another bug with fontification. Postponing until https://orgmode.org/list/87ee7c9quk.fsf@localhost -- Ihor Radchenko // yantar92, Org mode contributor, Learn more

Re: [BUG] org-indent-line edge case in empty Org mode buffer [9.8-pre (release_9.7.6-107-gf21415 @ /home/jschmidt/work/org-mode/lisp/)]

2024-07-17 Thread Ihor Radchenko
nu.org/cgit/emacs/org-mode.git/commit/?id=e269942a3 -- 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 parser error [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.4/lisp/org/)]

2024-07-17 Thread Ihor Radchenko
you seeing this frequently? If yes, you may consider upgrading Org mode to 9.7 version. We fixed a number of parser errors there. -- 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: Possible bug getting bounds of URL at point?

2024-07-16 Thread Ihor Radchenko
; > (22205 . 4) > > Is (22205 . 7) correct, and I'm just misunderstanding how URL > boundaries are supposed to work in Org Mode? This is correct. Trailing whitespace belongs to the preceding node in Org syntax. This is not a bug. Moreover, if you have something like [[https//orgmo

Re: [PATCH v3] Re: Org Babel related popup buffer names not unified

2024-07-16 Thread Ihor Radchenko
nto main, with amendments to the commit message. I updated it according to the latest iteration of the patch and added missing changelog entries. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f2141541b -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mod

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

2024-07-16 Thread Ihor Radchenko
es like vundo to get the tree-like interface. I am not sure if it would be something we need in Org mode though. Maybe ELPA package or something. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <h

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

2024-07-16 Thread Ihor Radchenko
quot;>tutorial videos.To join the audio bridge click the phone button. Use a headset to avoid causing background noise for others.This server is running https://docs.bigbluebutton.org/; target="_blank">BigBlueButton. [18:16] William Denton : Hello! [18:17] Dave Marquardt : Hi [18:17

Re: Org v9.7.7 org-assert-version problem?

2024-07-16 Thread Ihor Radchenko
> (main one seemed to be pdflatex [I think] giving an error about ox-latex > not producing a good tex file). If you see problems, feel free to report them. But with more details. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org

Re: Effort by category in agenda view

2024-07-15 Thread Ihor Radchenko
Patrick Nicodemus writes: > Yes, I am referring to the agenda column view, using the "Effort" property; Column view in agenda does not support updating summaries when applying filters. As usual, patches welcome, of course. -- Ihor Radchenko // yantar92, Org mode contributor, Lea

Re: [BUG] org-appear error after uninstalled [9.8-pre (release_N/A-N/A-c426f4)

2024-07-15 Thread Ihor Radchenko
This is expected. `org-appear--post-cmd' is not designed to be used outside Org mode. But you forced it to. Hence getting errors. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <h

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

2024-07-15 Thread Ihor Radchenko
ext related to the same comment X} @note{[cn:Y]}{} ... ... ... [cn:Y] Long comment, maybe even a discussion - (by John) Involving different parties - (by Mark) with replies, etc. The idea is to use, say [cn:X] (comment note), instead of [fn:X]. -- Ihor Radchenko // yantar92,

Re: Effort by category in agenda view

2024-07-15 Thread Ihor Radchenko
Patrick Nicodemus writes: > Currently the agenda gives an overview of the total effort scheduled in > hours. Filtering items from the agenda does not affect the effort estimate > for the day. May you please elaborate where exactly you are seeing the estimate? Is it agenda column view?

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

2024-07-15 Thread Ihor Radchenko
RET then > dispatcher l returns to point, even if > point was not on a link. The bindings > are modeled on l and r in info or help. > > Dispatcher n and p change at branching > points, cycling you to the different > places r might go and back. This part about branching is not very clea

Re: Latex preview + symbolic link + relatvie path bug

2024-07-15 Thread Ihor Radchenko
Emil Vatai writes: > Yepp, that helped. Thanks for checking (my bad for not checking). Thanks for confirming! Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.

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

2024-07-15 Thread Ihor Radchenko
orthogonal to this) I was talking about that too :) If we have native markup for comments in Org, may as well allow the rest of Org markup there. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <http

Re: Latex preview + symbolic link + relatvie path bug

2024-07-15 Thread Ihor Radchenko
. Kill emacs.* >> >>* 6. Run `emacs -Q ~/a_dir/org/example.org <http://example.org>'.* >> >>* 7. Insert into the file "$2+2=4$, press `C-c C-x C-l', and see LaTeX* >>* preview.* I am unable to reproducing using the latest version of Org mode. May you please

Re: [FR] org-babel-n-tangle

2024-07-15 Thread Ihor Radchenko
note and a patch as a current > status of the function for later. No problem. We have no deadlines here. -- 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] Warning (org-element): org-element--cache: Warning(2.org): Org parser error in 2.org::5951. Resetting. [9.8-pre (release_9.7.6-101-g4f6aab @ /home/grfz/src/org-mode/lisp/)]

2024-07-15 Thread Ihor Radchenko
ed this in the latest major release. So much for that hope. Other that noticing this fact, the report is not actionable without debug info or reproducer. So, canceling after taking a note that this issue is still with us. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Lear

Re: dotime property on non-dated item

2024-07-14 Thread Ihor Radchenko
-day property. > * TODO timed item > <2024-07-14 So> > * TODO undated item These two will not, because they do not specify time. >  using the procedure described above. Also, try M-x describe-text-properties -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: Q: Attachments and IDs?

2024-07-14 Thread Ihor Radchenko
g" and it is used all over the place. I do not think that we need an appendix - most of the terms are simply introduced one by one while reading the manual. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development

Re: dotime property on non-dated item

2024-07-14 Thread Ihor Radchenko
time grid, when using the time-grid property, see that discussion > https://github.com/alphapapa/org-super-agenda/issues/264 > > What is the definition of the dotime property? > Is there maybe another property or way to determine if entries should > appear on the time time grid?

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

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

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

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

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

2024-07-13 Thread Ihor Radchenko
d "M-b") 'evil-backward-word-begin) > (define-key evil-insert-state-map (kbd "M-W") 'evil-forward-WORD-begin) > (define-key evil-insert-state-map (kbd "M-B") 'evil-backward-WORD-begin) > > (define-key evil-normal-state-map (kbd "gq") '

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

2024-07-13 Thread Ihor Radchenko
sing Org markup? Or is it something more ad-hoc? -- 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 Babel related popup buffer names not unified

2024-07-13 Thread Ihor Radchenko
ose buffer names. > > Ihor, WDYT? I agree that the inconsistency is annoying, but by changing the names we risk breaking user configs. And there is no clear significant benefit in being more consistent (other than aesthetics). So, I see no reason to change the status quo. -- Ihor Radc

Re: Q: Attachments and IDs?

2024-07-13 Thread Ihor Radchenko
gt; achieved with this more complicated folder structure instead of just one > attachment directory where all attachments are dumped. You can attach files to multiple headings. Using the heading ID to construct the attachment location makes sure that we do not dump all the attachments together. Isn'

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

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

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

2024-07-13 Thread Ihor Radchenko
rtial commenting on the > next line like this: I am unable to reproduce. May you try your recipe using "make repro" as described in https://orgmode.org/manual/Feedback.html#Feedback If you do it in freshly cloned Org code directory, it will use the latest Org version I used on my side

Re: multipage html output

2024-07-13 Thread Ihor Radchenko
ore in-line with the existing design to set :export-options. See `org-export--get-export-attributes'. > I will go ahead and implement a proposal. Let me know if something > sounds bad/unreasonable. As you see, nothing major. We can work out the details after you get a prototype to work wi

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2024-07-12 Thread Ihor Radchenko
Ihor Radchenko writes: >> I just tested with GNU Emacs 29.4 with --no-init-file and the minimal >> example still doesn't produce a correct table. > > May you please elaborate what exactly is not correct in the table? > I am not seeing any problem - no extra empty lines are

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2024-07-12 Thread Ihor Radchenko
GNU Emacs 29.4 with --no-init-file and the minimal > example still doesn't produce a correct table. May you please elaborate what exactly is not correct in the table? I am not seeing any problem - no extra empty lines are added by the second and subsequent calls. -- Ihor Radchenko // yantar92,

Re: Capture from Firefox to Org-mode

2024-07-12 Thread Ihor Radchenko
Sébastien Gendre writes: > Ihor Radchenko writes: >> I wrote https://github.com/yantar92/org-capture-ref to do exactly >> this. > > Is it meant to be used with org-ref ? No. It has nothing to do with org-ref. > I didn't plan to build a bibliography with bibtex (at

Re: [FR] org-babel-n-tangle

2024-07-12 Thread Ihor Radchenko
en, we can modify `org-babel-effective-tangled-filename' to account for :tangle directory and modify `org-babel-tangle' (as you did) to write to multiple targets. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org deve

Re: in 28, massive slowness in capture, folding, and org-show-context

2024-07-12 Thread Ihor Radchenko
sible) If that does not help, try settqing `org-fold-core-style' to 'overlays. -- 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 babel R command session

2024-07-12 Thread Ihor Radchenko
Ihor Radchenko writes: > Or we can just document that ESS defaults are used for sessions and ask > users to customize inferior-ess-R-program if they need something > non-standard for sessions. > > The problem with `inferior-ess-R-program' is that it must be executable >

Re: [BUG] List: org-shiftright brake list by indentation. Patch. [9.6.28 ( @ /home/u/.emacs.d/elpa/org-9.6.28/)]

2024-07-11 Thread Ihor Radchenko
my fix is not sufficient. See https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f7ef4071b -- 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: [ANN] tchanges.el: Collaborate with word processor (docx) users using 'track changes'

2024-07-11 Thread Ihor Radchenko
James Thomas writes: > The import part in my package is merely a frill. > >> but with an added feature to automatically display diffs. What about comments? Are they stored into Org mode file or separately? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more ab

Re: Capture from Firefox to Org-mode

2024-07-11 Thread Ihor Radchenko
protocol.html > > At the end of the first phrase, it miss a space between the "a" and > "capture". Instead of "a capture", we have "acapture". This has been already fixed in de775a36d, but thanks for the heads-up anyway. -- Ihor Radchenko // yantar92,

Re: Capture, template expansion and keyword for link type

2024-07-11 Thread Ihor Radchenko
ored link is used > Also, if a capture template is selected after an org-protocol call, the > documentation say that only 3 keywords are available: %:link’, > ‘%:description’ and ‘%:annotation’. > > Is it possible to passe more keyword through an org-protocol call ? Not direct

Re: Q: Attachments and IDs?

2024-07-11 Thread Ihor Radchenko
t the folder structure in any other way. All functions in this list will be tried when resolving existing ID's into paths, to maintain backward compatibility with existing folders in your system. For IDs, we use `org-attach-id-uuid-folder-format' by default - it puts attachments und

Re: [BUG] List: org-shiftright brake list by indentation. Patch. [9.6.28 ( @ /home/u/.emacs.d/elpa/org-9.6.28/)]

2024-07-11 Thread Ihor Radchenko
os)) > + (+ ind-old (length bul-old) > (end-pos (org-list-get-item-end pos old-struct))) > (push (cons pos ind-shift) itm-shift) > (unless (assq end-pos old-struct) -- Ihor Radchenko // yantar92, Org mode contributor, Lea

Re: multipage html output

2024-07-11 Thread Ihor Radchenko
gt; prefer and I will provide a suggestion, ok? I try to find time on the > weekend, otherwise I'll have time after the end of next week. I am ok with what you propose. So, please go ahead. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>.

Re: [BUG] org--plot/sensible-tick-num when range is a power of 10

2024-07-11 Thread Ihor Radchenko
rmined. CCing the author. Timothy, I feel that the logic is pretty much off for ranges with powers of 10 and for single value column. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://li

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-11 Thread Ihor Radchenko
nder a :crypt: header (I see „BEGIN PGP“ and hex codes), I > save, and saving *UNencrypts* the header before saving, without > asking. It should never decrypt when saving, but it does. This happens > with the same small example I posted above (but using the :crypt: > tag). The other problem yo

Re: figures not exported properly by ox-latex

2024-07-11 Thread Ihor Radchenko
work but may not be as practical for other ox > backends like html i think? perhaps im wrong. It looks like your original problem is not reproducible, and you are talking about a _different_ problem now. May you please provide an example of what kind of behavior you are talking about? -- Ihor Radche

Re: [BUG] unexpected behaviour on sub-list

2024-07-11 Thread Ihor Radchenko
+end_src > > file:~/.emacs.d/repos/org/lisp/org-list.el::1982 > #+begin_src patch > - (forward-line))) > + (setq-local lines-left-to-move (forward-line) > #+end_src Thanks for looking into the causes! I will look closer into this later. -- Ihor

Re: Treat habits as ordinary tasks

2024-07-10 Thread Ihor Radchenko
te 'habit-up (delete 'habit-down old-strategy))) (org-agenda-redo) (message "Habit grouping OFF") -- 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: multipage html output

2024-07-10 Thread Ihor Radchenko
ew? For context, the vanilla exported HTML body is (see `org-html-template', `org-html-inner-template', `org-html-toc') {LINK UP} {PREAMBLE} {TITLE} {TOC} {exported CONTENTS} {Footnotes} {POSTAMBLE} {JS scripts} I see no major problem customizing TOC position in the HTML template. In f

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread Ihor Radchenko
William Denton writes: > On Wednesday, June 26th, 2024 at 11:48, Ihor Radchenko > wrote: > >> Another OrgMeetup will be scheduled on the second Wednesday of July, >> in two weeks. >> >> URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led >> Time & Da

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-10 Thread Ihor Radchenko
h...@heagren.com writes: > On 2024-07-08 19:17, Ihor Radchenko wrote: >> (org-element-parse-secondary-string value (org-element-restriction >> 'keyword)) > > Thanks for the guidance. There's a new patch attached, which allows > org markup in the subtitle string, and a

Re: Org Babel "swallows" table column groups

2024-07-10 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> May you try the attached tentative patch set? > > With the two patches applied, the bug is gone. Yay! Fixed, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=90d4ae92e https://git.savannah.gnu.

Re: [BUG] List: org-shiftright brake list by indentation. Patch. [9.6.28 ( @ /home/u/.emacs.d/elpa/org-9.6.28/)]

2024-07-10 Thread Ihor Radchenko
7ef4071b Although I am wondering how fill-prefix has anything to do with your report. -- 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: Possible to set block switches "globally"?

2024-07-10 Thread Ihor Radchenko
Ihor Radchenko writes: >> I tried searching for where switches are parsed in the code, but >> couldn't find much. Could you provide me with some pointers and files I >> should be looking at? > > `org-element-src-block-parser' and `org-element-example-block-parser'. Hi J

Re: [BUG] Org element cache error in indirect buffer [9.6.15 (release_9.6.15 @ c:/Users/User/Downloads/emacs-master-x86_64-full/share/emacs/30.0.50/lisp/org/)]

2024-07-09 Thread Ihor Radchenko
org-headings, and problems where rearranging them leaves sub-headings > behind, which may be related Please upgrade to Org 9.7 and let us know if you stop seeing problems with indirect buffers. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmo

Re: Incorrect cursor placement after using 'undo'

2024-07-09 Thread Ihor Radchenko
cs/org-mode.git/commit/?id=2d9e70b80 -- 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: multipage html output

2024-07-09 Thread Ihor Radchenko
at did > you have in mind? What I have in mind is that `org-export-as' will return a list of strings + INFO. INFO will contain data about which files to use for saving the strings. Then, the caller does the saving and whatever is necessary. If we write to files from `org-export-as' it will be a

Re: multipage html output

2024-07-09 Thread Ihor Radchenko
ur alternative layout is simply a >> question of custom #+HTML_HEADER? Or is there something more to it? > > In my layout the main difference is that the nav left and nav right > elements are part of the page-main-body rather than part of > . I'm not positive this is elegantly manageable with css, > when the navigation is outside the page-main-body. Sorry, but I am lost. What do you mean by "content" and what do you mean by "page-main-body"? -- 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] Incorrect source block indentation [9.8-pre (release_9.7.6-86-g571f1c)]

2024-07-09 Thread Ihor Radchenko
incorrectly placed. > > Steps to reproduce: > ... Thanks for reporting! This was a subtle one. Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=022bb471c -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://or

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

2024-07-09 Thread Ihor Radchenko
eviously mentioned > it on help-gnu-emacs, but its primary use is along with org-mode. > > Would love to get some feedback! Looks similar to https://github.com/tecosaur/org-pandoc-import, but with an added feature to automatically display diffs. -- Ihor Radchenko // yantar92, Org mode contributor

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-08 Thread Ihor Radchenko
t-parse-secondary-string value (org-element-restriction 'keyword)) -- 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-07-08 Thread Ihor Radchenko
ist--index-age (file-attribute-modification-time (file-attributes index-file))) index-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] Org-publish-find-date ignores #+DATE keyword [9.7.5 (9.7.5-eafa47 @ /usr/share/emacs/29.3/lisp/org/)]

2024-07-08 Thread Ihor Radchenko
so have > updated to the version of org in elpa, and get the same issue. Thanks for reporting! May you please provide more detailed steps how to reproduce the problem starting from emacs -Q? See https://orgmode.org/manual/Feedback.html#Feedback -- Ihor Radchenko // yantar92, Org mode contribu

  1   2   3   4   5   6   7   8   9   10   >