Re: [possible patch] Remove the '\\[0pt]' string from the last line of a verse block in LaTeX export

2024-01-14 Thread Juan Manuel Macías
Ihor Radchenko writes: > Juan Manuel Macías writes: > >> If I'm not mistaken, in TeX '\\' can only be used in horizontal mode: >> that is, within a paragraph. At the end of an environment like verse >> (\end{verse}) you are forced to enter vertical mode, and a new paragraph >> starts. > > Is it

Re: [BUG] Clock report produces malformed table when contributed headings contain "|" in their title [9.7-pre (release_9.6.16-1060-g1aa455 @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-01-14 Thread Mark Barton
> On Jan 14, 2024, at 5:56 AM, Ihor Radchenko wrote: > > The first heading is relatively easy to fix - we may replace "|" in > title with \vert entity. > > Not so easy for src block and other verbatim text - there is simply no > way to escape "|" in tables. I have encountered this a couple

AW: Tableofcontents

2024-01-14 Thread Horst Leps
Hallo, Pedro, danke, auf Deutsch ist vielleicht doch einfacher) Momentaner Stand: Ich habe immer diese Einträge in der .emacs gehabt: (require 'org) (require 'ox-latex) (setq org-latex-pdf-process '("latexmk -pdflatex='pdflatex -interaction nonstopmode' -pdf -bibtex -f %f")) Hat bis vor

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-01-14 Thread gerard . vermeulen
On 14.01.2024 13:16, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: [...] I tried make test and the tests are still failing with this new patch: 1 unexpected results: FAILED test-ob/demarcate-block ((should (string= region-text (org-trim (nth 1 info :form (string= "mark

Re: Basic citations: should default citation style have a name and style code?

2024-01-14 Thread William Denton
On Sunday, January 14th, 2024 at 03:26, András Simonyi wrote: > I'm not an active Ivy user (although I was in the past) but now I > tried it out with the basic cite-insert processor and "C-u C-j" seems > to be working as "empty input". Phew, what a morning. I removed Ivy, Swiper and Counsel

Re: [PATCH] Set Python shell in Org edit buffer

2024-01-14 Thread Jack Kamm
Ihor Radchenko writes: >> It's annoying there's no way to tell ESS to start new session instead of >> evaluating in existing one. Here are a few alternatives we could >> consider to deal with this: >> >> 1. Change the worg/ORG-NEWS, to suggest users make sure the session >> exists (either by

Re: Basic citations: should default citation style have a name and style code?

2024-01-14 Thread Joost Kremers
On Sun, Jan 14 2024, William Denton wrote: > On Sunday, January 14th, 2024 at 00:08, William Denton > wrote: > >> While we're talking about citations, I'm stuck on something else. If I run >> "C-c C-x @" to insert a citation into a file, I'm shown a list of >> bibliography >> entries and I can

[WORG] Status of "Annotated Bibliography Template" page

2024-01-14 Thread Ihor Radchenko
The page https://orgmode.org/worg/exporters/anno-bib-template-worg.html dates back before Org mode had built-in citation support. Thomas, are you still using the described approach or did you update it to use Org mode's citations? -- Ihor Radchenko // yantar92, Org mode contributor, Learn

[BUG] Clock report produces malformed table when contributed headings contain "|" in their title [9.7-pre (release_9.6.16-1060-g1aa455 @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-01-14 Thread Ihor Radchenko
Consider the following Org file: #+BEGIN: clocktable :scope file :maxlevel 2 #+END: * Heading with vertical bar | in its name :LOGBOOK: CLOCK: [2018-02-28 Wed 20:28]--[2018-02-28 Wed 22:29] => 2:01 :END: * Heading without vertical bar \vert in its name :LOGBOOK: CLOCK: [2018-02-28 Wed

Re: [possible patch] Remove the '\\[0pt]' string from the last line of a verse block in LaTeX export

2024-01-14 Thread Ihor Radchenko
Juan Manuel Macías writes: > If I'm not mistaken, in TeX '\\' can only be used in horizontal mode: > that is, within a paragraph. At the end of an environment like verse > (\end{verse}) you are forced to enter vertical mode, and a new paragraph > starts. Is it true for any environment? Or just

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-01-14 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > New patch attached. I tried make test and the tests are still failing with this new patch: 1 unexpected results: FAILED test-ob/demarcate-block ((should (string= region-text (org-trim (nth 1 info :form (string= "mark this line as region" "")

Re: [PATCH] org-babel-demarcate-block: split using element API

2024-01-14 Thread gerard . vermeulen
On 13.01.2024 21:16, gerard.vermeu...@posteo.net wrote: On 13.01.2024 16:17, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: Attached you'll find a new patch addressing all you issues. Thanks! I tried to run make test, and I am getting FAILED test-ob/demarcate-block

org-table add hlines when import from csv, and regionwise

2024-01-14 Thread General discussions about Org-mode.
Hi Does anybody know about the following enhancements: 1. When importing from CSV all rows in the org table get a hline 2. Marking a some rows in a table, should then allow to insert htlines to each row in the marked region. Thanks Uwe Brauer -- I strongly condemn Hamas

Re: Basic citations: should default citation style have a name and style code?

2024-01-14 Thread András Simonyi
Dear All, On Sun, 14 Jan 2024 at 06:39, William Denton wrote: > > While we're talking about citations, I'm stuck on something else. If I run > > "C-c C-x @" to insert a citation into a file, I'm shown a list of > > bibliography entries and I can go up and down and hit RET on any I chose. > >