Re: [BUG] Setting org-map-continue from to avoid skipping headings while archiving no longer works [9.5.2 (9.5.2-gd01235 @ /home/john/.emacs.d/straight/build/org/)]

2021-12-31 Thread Ihor Radchenko
Ihor Radchenko writes: > I tried to make sure that org-map-continue-from is not broken, but your > scenario is apparently not covered by our tests. > > Let me investigate and fix this. It turned out to be more tricky than I thought. Fixed by 06f58e475 Let me know if you are still seeing the

Re: [BUG] ob-python :results value pp does not working

2021-12-31 Thread Jack Kamm
Hi Christopher, > This might need to mentioned in Org manual and in ob-python.el source > code with comment. WDYT? The main documentation for this is in the Worg page for ob-python, in particular see the section "Return values":

Re: org table problems with sorting of some column

2021-12-31 Thread Tim Cross
Uwe Brauer writes: > [[S/MIME Signed Part:Undecided]] "TC" == Tim Cross writes: > >> Uwe Brauer writes: > > >> For problem 1, I suspect you will need to either change the date format >> or tell org what the date format is. It won't work trying to sort >> numerically as those values are

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2021-12-31 Thread Thomas S. Dye
Aloha Matt, Matt writes: > Wow. Nice work! Thanks. I pushed things to Worg, if you haven't seen already (https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-shell.html). If you read it and find anything missing or unclear, please let me know. I'm still waiting on work to sign

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2021-12-31 Thread Matt
> Wow. Nice work! Thanks. I pushed things to Worg, if you haven't seen already (https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-shell.html). If you read it and find anything missing or unclear, please let me know. I'm still waiting on work to sign the FSF disclaimer in order to

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-31 Thread Berry, Charles
Max, > On Dec 31, 2021, at 4:05 AM, Max Nikulin wrote: > > > Should some function a macro be provided to facilitate declaring languages as > data format (config files, JSON, YAML, etc.) rather than executable source > code? I think we already have this in the form of export blocks, viz.

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2021-12-31 Thread Thomas S. Dye
Aloha Matt, Wow. Nice work! All the best, Tom Matt writes: > Contributions to Worg aren't similarly restricted. Feel free > to > push material there in the meantime. Looks like the email finally got sent to the right person at my company. Who knows how long it will take for them to

Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Eric S Fraga
On Friday, 31 Dec 2021 at 17:05, Uwe Brauer wrote: > Thanks the \{4\} surprise me. I tried > > (query-replace-regexp "\\(\\<[0-9]*\\)\\([\\.]\\)\\([0-9]*\\>\\)" "\\3\\2\\1") Not sure what this is trying to do. If it's going from <2021-12-31> to 31.12.2021, you shouldn't escape the < or >, you

Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Friday, 31 Dec 2021 at 14:21, Uwe Brauer wrote: >> ⚠️ Caution: External sender >> >> >> Hi >> >> Does anybody know about a function that would convert between >> date format like 31.12.2021 to <2020-12-31> and back? > This is Emacs, of course, so you

[PATCH] Re: [BUG] Underlined text in parentheses is not exported correctly

2021-12-31 Thread Ihor Radchenko
Juan Manuel Macías writes: >> The priority appears to be intentional. > > I see. But then the compatibility with the rest of the emphasis is > broken. I mean, the user would expect things like (_underline_) will be > exported as (\uline{underline}), in the same way that (/emphasis/) is >

Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Eric S Fraga
On Friday, 31 Dec 2021 at 14:21, Uwe Brauer wrote: > ⚠️ Caution: External sender > > > Hi > > Does anybody know about a function that would convert between > date format like 31.12.2021 to <2020-12-31> and back? This is Emacs, of course, so you could use query-replace-regexp (M-%) with, for

ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2021-12-31 Thread Uwe Brauer
Hi Does anybody know about a function that would convert between date format like 31.12.2021 to <2020-12-31> and back? Thanks Uwe Brauer

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-31 Thread Max Nikulin
On 30/12/2021 15:00, Rudolf Adamkovič wrote: #+property: header-args:bibtex+ :eval yes Why do you set ":eval yes" explicitly for bibtex if you believe that it should not be executed? I suppose, the following may be considered as a complete example suitable to compare behavior of

Re: [BUG] Underlined text in parentheses is not exported correctly

2021-12-31 Thread Juan Manuel Macías
Ihor Radchenko writes: > I am not sure if it is an actual issue. > > Note that (_u can be interpreted as a subscript. > Org prioritises subscript over underline. > > Looking at the code: > > (?_ (or (and (memq 'subscript restriction) > (org-element-subscript-parser)) > (and (memq

Re: [BUG] Underlined text in parentheses is not exported correctly

2021-12-31 Thread Ihor Radchenko
Juan Manuel Macías writes: > I don't know if this is a known issue... > > Consider the text: > > (_underline_) I am not sure if it is an actual issue. Note that (_u can be interpreted as a subscript. Org prioritises subscript over underline. Looking at the code: (?_ (or (and (memq

Re: [BUG] Underlined text in parentheses is not exported correctly

2021-12-31 Thread Juan Manuel Macías
Juan Manuel Macías writes: > If I do M-! (occur org-match-substring-regexp) > > I get: > > 10:(_underline_) > 22:(_underline_ text) Well, in my case the temporary workaround was to force super/subscripts with braces: #+begin_src emacs-lisp (defun

Re: bug#52771: 29.0.50; org-fill-paragraph does not work for several plain lists

2021-12-31 Thread Sébastien Miquel
Hi, Kyle Meyer writes: Rudolf Adamkovič writes: Reproduction steps: 1. start "emacs -Q" 2. type "C-x C-f" and "test.org" and RET 3. type the following: - one two - three four 4. mark all with "C-x h" 5. type "M-q" to fill Actual: - one two - three four Expected: - one two

[BUG] Underlined text in parentheses is not exported correctly

2021-12-31 Thread Juan Manuel Macías
Hi all, I don't know if this is a known issue... Consider the text: (_underline_) When exported to LaTeX we get: (\textsubscript{underline}\_) And to HTML: (underline_) The same result with: (_underline_ text) LaTeX: (\textsubscript{underline}\_ text) But this: (this word is

Re: org table problems with sorting of some column

2021-12-31 Thread Uwe Brauer
>>> "TC" == Tim Cross writes: > Uwe Brauer writes: > For problem 1, I suspect you will need to either change the date format > or tell org what the date format is. It won't work trying to sort > numerically as those values are not really numerical values. The date > format you currently have

Re: org table problems with sorting of some column

2021-12-31 Thread Uwe Brauer
>>> "TC" == Tim Cross writes: > Uwe Brauer writes: >> [[S/MIME Signed Part:Undecided]] >> >> >> * Problem 1 >> >> I imported this column from a CVS file, so the date format was already >> chosen. >> >> | Date | >> || >> | 05.05.2020 | >> | 07.01.2021 | >> | 07.01.2021 |