Re: org-html-table ignores :html-table-attributes with HTML5

2025-06-12 Thread Christian Moe
Nikolaos Chatzikonstantinou writes: > When I set `org-html-table-default-attributes' it will not use those > attributes on my tables for HTML5 (it's documented). Is there a good > reason for this? Hi, Nikolaos, Looks like this went unanswered. As you've probably found out in the meantime, table

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-12 Thread Pedro Andres Aranda Gutierrez
Hey Jacob thanks a ton! Answers inline... On Fri, 13 Jun 2025 at 06:14, Jacob S. Gordon wrote: > Hey Pedro, > > I just completed some testing on the feature branch, mostly on the > `fontconfig' side (still asking around for some polyglot documents). > It went very well; here’s what I did and fo

[BUG] Variable in python org-babel sessions cannot be named =f= [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-06-12 Thread martinoidar
Hi, Any reuse of the variable named =f= in python session causes an error. Minimal example: #+begin_src python :session *PY* :results output f = 2 print(f) #+end_src #+RESULTS: : 2 #+begin_src python :session *PY* :results output print(f) #+end_src #+RESULTS: : <_io.TextIOWrapper name='/tmp/b

Re: [remember] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Christian Moe
Charles Choi writes: > Hi Folks - > > Been preoccupied with WWDC this week; will have time early next week to fold > in this thread’s feedback into a new patch which re-writes the > org-protocol.org page. Great, looking forward to it! Yours, Christian

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-12 Thread Jacob S. Gordon
Hey Pedro, I just completed some testing on the feature branch, mostly on the `fontconfig' side (still asking around for some polyglot documents). It went very well; here’s what I did and found. + Compiled each of the [MWE] files you provided from the meetup (`babel' and `polyglossia') under `l

Re: [remember] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Charles Choi
Hi Folks - Been preoccupied with WWDC this week; will have time early next week to fold in this thread’s feedback into a new patch which re-writes the org-protocol.org page. All my best - Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com

Re: [screencast] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Bastien Guerry
Christian Moe writes: > Nice! But I think we should link to it from a history section, not from > a part of the current documentation, since the setup shown is partly > obsolete and would differ confusingly from the rewritten instructions. Indeed! I just wanted to share the archive, it may not b

Re: [screencast] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Christian Moe
Bastien Guerry writes: > Max Nikulin writes: > >> Bastien, have you removed this screencast completely or just have you >> moved to another video hosting site? My guess it was announced in >> >> Bastien. [Orgmode] New screencast about

Re: [screencast] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Bastien Guerry
Max Nikulin writes: > Bastien, have you removed this screencast completely or just have you > moved to another video hosting site? My guess it was announced in > > Bastien. [Orgmode] New screencast about org-protocol.el. Sun, 19 Jul >

Re: New screencast about org-protocol.el

2025-06-12 Thread Bastien Guerry
> I have created a five-minutes screencast about basic usage of > org-protocol.el (also featuring ubiquity commands): > > http://vimeo.com/5662410 The above link does not work anymore, the video is now archived here: https://bzg.fr/uploads/store-links-in-emacs-org-using-org-protocol.webm -- B

Re: [screencast] WORG Patch 2/2 for Org Protocol Page

2025-06-12 Thread Max Nikulin
On 09/06/2025 21:13, Christian Moe wrote: Charles Choi writes: -* Screencast: small introduction to org-protocol.el - - #+begin_export html - http://vimeo.com/moogaloop.swf?clip_id=5662410&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=FF7700&fullscreen=1"; - /> Delete be

[BUG] org-element--list-struct: Tab width in Org files must be 8, not 4 [9.7.11 (release_9.7.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2025-06-12 Thread YE
When I hit RET or C-j or M-RET at an end of a list item, intending to insert a new list item, then the following error is shown: "Tab width in Org files must be 8, not 4. Please adjust your ‘tab-width’ settings for Org mode". I rather expect a new list item to be inserted. I do have the followi