Re: org-babel-execute-src-block filters characters from :session *shell* output

2024-07-09 Thread Phil
* [2024-07-06 13:36] Max Nikulin: On 18/06/2024 00:57, Ihor Radchenko wrote: Max Nikulin writes: Some shells support "semantic shell" that allows terminal applications e.g. to copy whole command output. It is based on escape sequences. https://gitlab.freedesktop.org/Per_Bothner/specificatio

Capture from Firefox to Org-mode

2024-07-09 Thread Sébastien Gendre
Hello everyone, How to capture data from a web page to Org-mode ? * What I need I want to be able to capture different kind of information : - Article, to read later - Book, with all its metadata (title, author, subject, etc) - Magazin, to buy later (title, editor, price, etc) - IRL event,

[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 Matthew Clarke
When using an indirect buffer I get the warning Warning (org-element-cache): org-element--cache: Org parser error in PIBBSS.org<2>::488418. Resetting. The error was: (error "Invalid search bound (wrong side of point)") Backtrace: " backtrace-to-string(nil) org-element-at-point(488418) org-e

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

2024-07-09 Thread Ihor Radchenko
James Thomas writes: > I'd like to let you know of a package I made, mainly for personal use: > > https://codeberg.org/quotuva/tchanges > > It lets Emacs users collaborate with others who use Office software like > Libreoffice, using the 'track changes' feature. I'd previously mentioned > it on h

Re: Capture from Firefox to Org-mode

2024-07-09 Thread Chris Keschnat
Sébastien Gendre writes: Hi, I'm not actively using this but I had it configured and just tested that it works. It might not answer you're questions directly, but I hope it helps. > How to capture data from a web page to Org-mode ? > > * What I need > I want to be able to capture different kind

Re: [BUG] Incorrect source block indentation [9.8-pre (release_9.7.6-86-g571f1c)]

2024-07-09 Thread Ihor Radchenko
the_wurfkreuz writes: > When I create a source block, pressing ENTER (RET) at the end of the > first line indents the cursor visually about 10 characters to the > right. If I press RET again to create a new line, it re-indents the > previously displaced line, but the new line is also incorrectly

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

2024-07-09 Thread Brice Waegenire
Hello, I've found a bug in =org--plot/sensible-tick-num=, when a plot has a range of a power of 10 (1, 10, 100, ...). To reproduce, run =org-plot/gnuplot= on the following plot: #+plot: type:radar min:0 max:10 | Metric | Value | |-+---| | alpha | 2 | | beta| 4 | | gamm

Re: Capture from Firefox to Org-mode

2024-07-09 Thread Morgan Willcock
Chris Keschnat writes: >> I have found 2 extensions for capturing to Org-mode from Firefox: >> >> - Org Capture (by Kosta): >> https://addons.mozilla.org/fr/firefox/addon/org-capture/ >> >> - org-protocol (by Wojciech Siewierski): >> https://addons.mozilla.org/fr/firefox/addon/org-protocol/ >

Re: multipage html output

2024-07-09 Thread Ihor Radchenko
Orm Finnendahl writes: >> Is there any situation when you need to export the full document >> vs. multipage to different places? > > Actually that is what I'm currently doing (and what I need for my > publishing chain): The single-page document is not in the html folder > used for the multipage d

Re: multipage html output

2024-07-09 Thread Ihor Radchenko
Orm Finnendahl writes: >> Or we can make `org-export-as' retain INFO channel when returning the >> output. Then, we can make `org-export-to-file' make use of the INFO >> channel to decide the file name. This way, there will be no need to >> decide the file name before running the parsing. > > Are

Re: Incorrect cursor placement after using 'undo'

2024-07-09 Thread Ihor Radchenko
the_wurfkreuz writes: > When i comment something inside a source block but then decide to undo > the commenting, the cursor ends up on the very first line of the block. > > Steps to reproduce: > ... Thanks for reporting! Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit

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
Matthew Clarke writes: > When using an indirect buffer I get the warning > ... > Warning (org-element-cache): org-element--cache: Org parser error in > PIBBSS.org<2>::488418. Resetting. > ... > I am also experiencing, in indirect buffers, the inability to unfold > org-headings, and problems where

Re: figures not exported properly by ox-latex

2024-07-09 Thread Karthik Chikmagalur
> im on tecosaur's dev branch (version 9.7-pre) > i have the following in an org file: > ```org > #+name: fig-switching-circuit-1 > #+caption: implementation of \(p\) > [[attachment:circuit.svg]] > ``` > it gets turned into this > ``` > \includesvg[width=.9\linewidth]{/home/mahmooz/brain/notes/data

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

2024-07-09 Thread James Thomas
Ihor Radchenko wrote: > James Thomas writes: > >> I'd like to let you know of a package I made, mainly for personal use: >> >> https://codeberg.org/quotuva/tchanges >> >> It lets Emacs users collaborate with others who use Office software like >> Libreoffice, using the 'track changes' feature. I'

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

2024-07-09 Thread vitalij
Hello. I use fill-paragraph function with (setq fill-prefix " ") variable. If I have list: 1) text text text texttext texttext texvttext texttext texttext texttext texttext texttext texttext texttext text 2) text text text texttext texttext texttext texttext texttext texttext texttext texttext te