Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread tomas
On Thu, Jul 28, 2022 at 09:17:32PM +0800, Ihor Radchenko wrote: > Ihor Radchenko writes: > > > I am attaching a tentative patch that will make Org export remove > > zero-width spaces when those spaces actually separate the object > > boundaries. > > > > Any objections? > > Given the raised

the comment environment does not work for checkboxes

2022-07-28 Thread Uwe Brauer
Hi Please consider #+begin_src * Everything [3/4] :PROPERTIES: :COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2 :COOKIE_DATA: aggregate :TODO: [ ] :COMP1:[1/2] :COMP2:[1/2] :END: # *** DONE Books # :PROPERTIES: # :Nr: 1 # :Comp1:[X] #

[PATCH] ob-tangle.el: fix ‘:comments noweb’ double linking

2022-07-28 Thread Hraban Luyat
* lisp/ob-tangle.el: Refactor the double implementation to a single helper function. This avoids the double link wrapping. * testing/lisp/test-ob-tangle.el: Add unit tests. Babel tangle allows inserting comments at the tangled site which link back to the source in the org file. This linking was

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Max Nikulin
On 29/07/2022 08:43, Ihor Radchenko wrote: Max Nikulin writes: The good point in your patch is that \- is still work as shy hyphen (that, by the way, may be used in some cases instead of zero width space: *intra*\-word). On the other hand I have managed to find a case when your approach is not

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

2022-07-28 Thread Ihor Radchenko
Hugo Heagren writes: > On 18/07/2022 17:55, Max Nikulin wrote: > >> I am sorry if I am wrong, but I do not see you among known Org, >> contributors. You patch is likely greater than it is allowed for >> TINYCHANGE, so before you patch can be committed, copyright assignment >> should be signed,

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Ihor Radchenko
Max Nikulin writes: > The good point in your patch is that \- is still work as shy hyphen > (that, by the way, may be used in some cases instead of zero width > space: *intra*\-word). On the other hand I have managed to find a case > when your approach is not ideal: > > *\--scratch\--* > > >

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-28 Thread Ihor Radchenko
András Simonyi writes: > I've attached a new version of the patch with > - "Bibliography printing" as the subsection title, > - an added "the" in the subsubsection title "Bibliography options in > the "biblatex" and "csl" export processors", > - an improved example. Thanks! LGTM in general. >>

Re: Something has happened such that I can't export to latex

2022-07-28 Thread Ihor Radchenko
Sharon Kimble writes: > But, I'm unable to 'make autoloads' in the git version because its > trying to connect to /usr/share/emacs and looking for something > there which isn't there and just ends up deleting org-loaddefs, and the > only way that > I can get round it is by restoring

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Juan Manuel Macías
Hi, Ihor, Ihor Radchenko writes: > Given the raised objections, zero-width space does not appear to be a > useful escape symbol because it has its valid uses as a standalone space > symbol. > > The raised objections can be solved using some kind of intricate > heuristics, but I do not feel like

Re: Org links and Flatpak firefox

2022-07-28 Thread Ken Mankoff
Hi Max, Sorry for the delayed reply. On 2022-07-05 at 08:16 -07, Max Nikulin wrote: > On 03/07/2022 20:25, Ken Mankoff wrote: >> I had "browse-url-generic-program" set to a script that used xdotool >> to find if there was a firefox on this desktop, and then sent the URL >> there. xdotool

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Tim Cross
Ihor Radchenko writes: > Ihor Radchenko writes: > >> I am attaching a tentative patch that will make Org export remove >> zero-width spaces when those spaces actually separate the object >> boundaries. >> >> Any objections? > > Given the raised objections, zero-width space does not appear to

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-28 Thread András Simonyi
Dear All, On Tue, 26 Jul 2022 at 07:37, Ihor Radchenko wrote: > I am also a non-native speaker, so lets obey the Bruce's judgment. ... > > yes :title is not supported by the "csl" processor. Should we perhaps > > replace the example with another one using a multi-word keyword, like I've

Re: [PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Max Nikulin
On 28/07/2022 20:17, Ihor Radchenko wrote: Therefore, I am proposing a different approach for shielding fontification: introducing a special entity. The new entity is \--, which is a valid boundary between emphasis markup. It will be removed during export (replaced by ""). I like your idea

[PATCH v2] org-test: Run all ol tests on make test

2022-07-28 Thread Max Nikulin
On 28/07/2022 21:31, Ihor Radchenko wrote: Max Nikulin writes: On 27/07/2022 10:49, Ihor Radchenko wrote: You missed the (org-test-selector (if org-test-selector org-test-selector "\\(org\\|ob\\)")) I have notices that cases in test-oc.el are named test-org-cite/... So I

Re: [BUG] org-mode 9.5.4 with evil-leader leads to endless loop in table [9.5.4 (9.5.4-g6013cb1 @ /Users/cgrabenstein/.emacs.d/straight/build/org/)]

2022-07-28 Thread Ihor Radchenko
Christoph Grabenstein writes: > org-table-insert-row hangs if evil-leader is installed. > > Steps to reproduce: > > 1. Install org-mode 9.5.4, evil and evil-leader, and enable evil-mode > and global-evil-leader-mode. > 2. Open or create an org file that has a table like that: > ``` > | header |

Re: [PATCH] org-test: Run all ol tests on make test

2022-07-28 Thread Ihor Radchenko
Max Nikulin writes: > On 27/07/2022 10:49, Ihor Radchenko wrote: >> >> You missed the >> >> (org-test-selector >> (if org-test-selector org-test-selector "\\(org\\|ob\\)")) > > I have notices that cases in test-oc.el are named test-org-cite/... So I > am considering renaming tests

Re: The fate of ob-asymptote.el

2022-07-28 Thread Ihor Radchenko
Jarmo Hurri writes: > Ihor Radchenko writes: > >> Jarmo Hurri writes: >>> As a result, changes in Org are much more likely to affect >>> ob-asymptote.el than changes in Asymptote. I think basic software >>> development rules of thumb suggest that ob-asymptote.el should then >>> be bundled with

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

2022-07-28 Thread Ihor Radchenko
Joseph Turner writes: > Ihor Radchenko writes: >> You can examine :result-params property inside params plist. If that >> property does not explicitly mention different results Type (see 16.6 >> Results of Evaluation), ob-plantuml may set the type to "file" with >> plist-put. > > Perhaps I'm

Re: [BUG] inserting notes at end

2022-07-28 Thread Ihor Radchenko
Tor Kringeland writes: > Ihor Radchenko writes: > >> I get note after empty lines below the headline in both the cases. >> This behavior is intentional according to org-log-beginning. > > I see. Maybe this could be noted in the docstring for org-add-note? If > org-log-into-drawer is non-nil,

Re: Something has happened such that I can't export to latex

2022-07-28 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >> After several rebuilds of emacs I'm now getting this line showing for >> org-version - >> >> Org mode version 9.5.4 (release_9.5.4-17-g6e991f @ mixed installation! >>

[PATCH] Add new entity \-- serving as markup separator/escape symbol

2022-07-28 Thread Ihor Radchenko
Ihor Radchenko writes: > I am attaching a tentative patch that will make Org export remove > zero-width spaces when those spaces actually separate the object > boundaries. > > Any objections? Given the raised objections, zero-width space does not appear to be a useful escape symbol because it

Re: BUG Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-28 Thread Ihor Radchenko
Juan Manuel Macías writes: > A thousand apologies for my horrible carelessness with the parentheses. > I should have checked the code. Here goes the patch again corrected. I > hope it's alright now. Thanks! Applied onto main via d37c0ee5f after adding full stop after sentences in the commit

bizarre: checkbox in properties, counting does not work with subheadings

2022-07-28 Thread Uwe Brauer
Hi Please consider #+begin_src * Everything [3/4] :PROPERTIES: :COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2 :COMP1:[3/4] :COMP2:[3/4] :TODO: [ ] :END: ** DONE Books :PROPERTIES: :Nr: 1 :Comp1: [X] :Comp2: [X] :END: ** DONE Car

Re: @string abbreviation in bib file not honored in (basic) org-cite

2022-07-28 Thread Ihor Radchenko
Joost Kremers writes: > On Tue, Jul 19 2022, Bruce D'Arcus wrote: >>> So does this mean there is no longer any reason to add parsebib to (Non-)GNU >>> ELPA? >> >> No, since parsebib is an important dependency for citeproc-el, and >> Ihor was suggesting Andras try to get that in ELPA. > > Ok,

Re: Something has happened such that I can't export to latex

2022-07-28 Thread Ihor Radchenko
Sharon Kimble writes: > After several rebuilds of emacs I'm now getting this line showing for > org-version - > > Org mode version 9.5.4 (release_9.5.4-17-g6e991f @ mixed installation! > /home/boudiccas/git/emacs/lisp/org/ and > /home/boudiccas/git/org-mode/lisp/) > > I want to stay

Re: Something has happened such that I can't export to latex

2022-07-28 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >> Despite git pulling, etc, and restarting emacs, the problem still >> remains. >> >> This is on org-mode 'Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ >>

[BUG] org-mode 9.5.4 with evil-leader leads to endless loop in table [9.5.4 (9.5.4-g6013cb1 @ /Users/cgrabenstein/.emacs.d/straight/build/org/)]

2022-07-28 Thread Christoph Grabenstein
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.