Re: [PATCH] ox-latex.el: `org-latex-language-alist' improved

2022-08-06 Thread Juan Manuel Macías
Ihor Radchenko writes: > FYI, there is display-fill-column-indicator-mode, which is useful to > guide the docstring in Elisp. Just need to set fill-column to 80. > > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e47bcb02133608e37bc4c532aec4d4723f8eeca8 Thanks a lot for the

Bug: Folding problem with markdown source block

2022-08-06 Thread Jack Kamm
Hello, I found that Org entries containing markdown source blocks don't get properly folded on the main development branch, when markdown-mode is also loaded. To reproduce: 1. Download markdown-mode from MELPA or Github. [1] 2. Fix the paths in the attached init.el. 3. emacs -Q -l init.el

how obtain automatic row numbers in a table starting after the second hline?

2022-08-06 Thread Uwe Brauer
Hi I would like to obtain #+begin_src | Nr | |-| | | |-| | 574 | | 575 | | .. | | 680 | #+end_src I tried #+begin_src | Nr | || | 1 | || | 1 | | 2 | #+TBLFM: $1=vlen(@II$1..0);EN #+end_src or #+begin_src | Nr | |-| | 573 | |-| | 574 | | 575 | #+TBLFM:

org-latex preview on Windows

2022-08-06 Thread Jeremie Juste
Hello everyone, I have had difficulties using org-latex-preview to run properly on Windows. The main issue seems to be that the user name on windows gets abbreviated with ~. As far as I understand this generate problems as the temporary folder cannot be found. see for instance these posts

Re: [PATCH v3] lisp/ob-plantuml.el: Insert results in buffer

2022-08-06 Thread Joseph Turner
You're very welcome! Thank you for your guidance. I learned quite a lot of Elisp during this process. On August 6, 2022 1:24:46 AM PDT, Ihor Radchenko wrote: >Joseph Turner writes: > >> When :results header arg is set to a value that doesn't include >> "file", insert txt output in buffer below

Re: [PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-08-06 Thread Ihor Radchenko
Joseph Turner writes: > Document the new functionality of ob-plantuml to insert ASCII diagrams > directly in the buffer. Thanks! > -=PlantUML= requires a working [[https://www.java.com/en/download/][Java]] > installation and access to the > -=plantuml.jar= component. A working

Suggestion with footnotes when toggling headlines into plain lists

2022-08-06 Thread Ypo
When turning headlines into plain lists ~(org-ctrl-c-minus)~, I think footnotes should be moved to the bottom of the main headline. Example; Original headlines: * Main headline ** Headline 1 [fn:1] [fn:1] * Headline 2 ~C-c -~ turns that into a list where footnotes

Re: [PATCH v3] lisp/ob-plantuml.el: Insert results in buffer

2022-08-06 Thread Ihor Radchenko
Joseph Turner writes: > When :results header arg is set to a value that doesn't include > "file", insert txt output in buffer below src block. > > TINYCHANGE > --- > etc/ORG-NEWS| 7 +++ > lisp/ob-plantuml.el | 12 +--- > 2 files changed, 16 insertions(+), 3 deletions(-)

Re: [PATCH v2] lisp/ob-plantuml.el: Insert results in buffer

2022-08-06 Thread Ihor Radchenko
Joseph Turner writes: > Ihor Radchenko writes: > >> Let's take this opportunity and fix another omission in ob-plantuml. >> :results may generally contain Elisp sexps to be evaluated and the whole >> split-string busyness is not accurate. Please use :result-params list >> instead of :results. >

Re: [External] : Re: missing a character / font in agenda?

2022-08-06 Thread Ihor Radchenko
Max Nikulin writes: > Another approach would be assuming reasonable set of modern fonts and > providing some defcustom to switch to legacy compatibility mode. This whole thread is about a single defcustom already. I do not see much point providing yet another defcustom on top.

Re: Odd characters in the fast tags selection interface

2022-08-06 Thread Ihor Radchenko
Hanno writes: >>> - after "a..z" runs out, '{', '|' and '}' are being used which seems >>> reasonable -- but after that, I get '\200' and similar before reaching >>> '©'... >> >>This is indeed true, but what can we do? There are only that many >>characters in the keyboard. We may instead

Re: [PATCH] ox-latex.el: `org-latex-language-alist' improved

2022-08-06 Thread Ihor Radchenko
Juan Manuel Macías writes: > I am attaching a new fixed version of the patch. If everything is ok, I > get down to work with the Manual and NEWS. I think it would be nice to > add a few usage examples, and some links to the Babel and Polyglossia > documentation. Applied onto main via e47bcb021

Re: [PATCH] ol-info: Enable :insert-description feature

2022-08-06 Thread Ihor Radchenko
Max Nikulin writes: > To get impression of the new feature in action, I modified ol-info.el. > First patch does not depend on :insert-description and might be useful > per se. Second one just enables the feature. Thanks! The patches look useful. You should also add an entry to ORG-NEWS.

Re: [PATCH v9] ol.el: add description format parameter to org-link-parameters

2022-08-06 Thread Ihor Radchenko
Hugo Heagren writes: > Hugo > From 039c2131462f5454f2804e809e085a055b5bf552 Mon Sep 17 00:00:00 2001 > From: Hugo Heagren > Date: Mon, 28 Mar 2022 23:18:45 +0100 > Subject: [PATCH 1/2] ol.el: add description format parameter to > org-link-parameters > ... > From