Re: Bug: org-tangle writes region for every single block [9.4.4 (9.4.4-elpa @ /home/miha/.config/emacs/elpa/org-20201222/)]

2021-11-25 Thread Ihor Radchenko
writes: >> I am not sure if the bulk of tangling time is spent actually writing to >> disk. Can you try your problematic file on latest main? There are some >> improvements that should improve tangling speed significantly. > > Indeed, bug is fixed with org-mote commit from Sat May 1 22:30:42

Re: Bug: org-tangle writes region for every single block [9.4.4 (9.4.4-elpa @ /home/miha/.config/emacs/elpa/org-20201222/)]

2021-11-25 Thread jakanakaevangeli
Ihor Radchenko writes: > jakanakaevang...@chiru.no writes: > >> Tangling a file with a lot of src blocks can get quite slow because >> write-region is called for each individual src block. >> >> On my machine it takes 8 seconds to tangle a file with 160 blocks of the >> same language. Tangling

Re: noweb and shell heredocs

2021-11-25 Thread Immanuel Litzroth
You can set the delimiters used for noweb code. org-babel-noweb-wrap-end and org-babel-noweb-wrap-end. I think I set them to @@ in shell code. Immanuel On Thu, Nov 25, 2021 at 7:41 PM Łukasz Stelmach wrote: > > Hi, > > Is there anything I may try to stop shell syntax hihgliting in code > blocks

noweb and shell heredocs

2021-11-25 Thread Łukasz Stelmach
Hi, Is there anything I may try to stop shell syntax hihgliting in code blocks being fooled by noweb refs? -- Kind regards, Łukasz Stelmach signature.asc Description: PGP signature

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-11-25 Thread Max Nikulin
On 25/11/2021 19:11, Ihor Radchenko wrote: Maxim Nikulin writes: I think, new variant should be committed even it does not fix Juan's case. He have not confirmed the fix yet. The patch does apply onto main, but I have a comment. + ;; Emphasis of second word. + ;; Locales with

Re: [PATCH] Fix regex for determining image width from attribute

2021-11-25 Thread Max Nikulin
On 25/11/2021 00:00, Max Nikulin wrote: On 24/11/2021 22:59, Matt Huszagh wrote: I am sorry that I confused you by my note concerning space before :width. I am afraid, current variant means repeated ":" +  (concat "^[ \t]*#\\+attr_" +  backend

Re: A mobile clocking solution?

2021-11-25 Thread Marcin Borkowski
On 2021-11-24, at 15:30, Daniel Baker wrote: > Oops. I'm sorry, I forgot to include the link. That would be for orgzly. > > https://github.com/orgzly/orgzly-android/pull/691 Thanks! Although, after some thinking, I'm a bit afraid of using this, for the simple reason: I don't consider data

Re: Bibliographies on export with ox-context and ox-epub

2021-11-25 Thread juh
Am Thu, Nov 25, 2021 at 01:49:01PM +0100 schrieb András Simonyi: > if that's the entire content then it is not a well-formed bib(la)tex > bibliography file: the value of the pages field and the entry's > closing bracket are missing. Thanks a lot. I fixed this, updated to the newest org but

Re: [oc-basic] fontification weirdness

2021-11-25 Thread Bruce D'Arcus
On Wed, Nov 24, 2021 at 4:57 PM Nicolas Goaziou wrote: > > Hello, > > "Bruce D'Arcus" writes: > > > I can't fully pin this down, but I and a couple of others I've > > discussed this with are seeing the following behavior. > > > > With this example: > > > > a citation [cite:@couper2014] and

Re: Bibliographies on export with ox-context and ox-epub

2021-11-25 Thread András Simonyi
On Thu, 25 Nov 2021 at 12:21, juh wrote: > After I fixed my installation I now use org-mode 9.5.1 but still > citations are not rendered in no export format neither with basic nor > with csl. > test.bib in same directory: > > > @article{doe, > author={org, mode and Syntax, Citation and

Re: [PATCH] Fix ob-plantuml over TRAMP

2021-11-25 Thread Ihor Radchenko
guilla...@gbuisson.com writes: > It seems to me that there is a redundant check which uses `file-exists-p` > even if using TRAMP, the plantuml jar is located on the remote server, so > it fails with an error even though the command to actually render the > diagrams works fine. I disagree that

Re: [HELP] Request for patches to improve Org test coverage

2021-11-25 Thread Ihor Radchenko
Daniele Pizzolli writes: > I submitted my small test patch for a bug in babel/shell early this year > (unfortunately I was not able to fix the bug). I still think that the > test is valuable for inclusion. If not, please give feedback. > > See the original mail at:

Re: [HELP] Request for patches to improve Org test coverage

2021-11-25 Thread Ihor Radchenko
Max Nikulin writes: > On 24/11/2021 20:11, Ihor Radchenko wrote: >> >> - Generally, more and better tests would be welcome. > > There are some tests (test-org/org-sort-remove-invisible) lost in a > lengthy thread > https://list.orgmode.org/orgmode/s5p88r$go9$1...@ciao.gmane.io/ > There is even

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-11-25 Thread Ihor Radchenko
Maxim Nikulin writes: > I think, new variant should be committed even it does not fix Juan's > case. He have not confirmed the fix yet. The patch does apply onto main, but I have a comment. > + ;; Emphasis of second word. > + ;; Locales with significant spaces (C, es_ES, pl_PL) I

Re: Bibliographies on export with ox-context and ox-epub

2021-11-25 Thread juh
Am Wed, Nov 24, 2021 at 08:29:46PM +0100 schrieb András Simonyi: > > The error disappears but the bibliography still is not rendered. > > > > I get the plain code: > > > > [@doe 45] > > > > [cite/t:@doe 45] > > > > juh > is the rendering OK when you export using the built-in, standard > backends,

Re: org-roam broken for me

2021-11-25 Thread Jan Ulrich Hasecke
Am Wed, Nov 24, 2021 at 07:06:51PM +0100 schrieb Noboru: > > > Symbol's function definition is void: org-collect-keywords, skipping > > You might need to update your Org. I guess you are on 9.3? This function is > introduced with 9.4 if I remember correctly; it is prerequisite for Org-roam >

[PATCH] Fix ob-plantuml over TRAMP

2021-11-25 Thread Guillaume Buisson (gbuisson)
Hi All, My Emacs Workflow involves connecting to a dev server over SSH so I can use my machines as thin clients and avoid synchronizing files, for that I do pretty much everything over TRAMP as I don’t want to lose the benefits of GUI Emacs. While everything mostly works impressively fine, I

CDATA auto aggregation

2021-11-25 Thread Diego Rodriguez
Hello, I am customizing my org-mode installation but there is something that I don't understand. When I execute the following statement: ``` (setq org-html-mathjax-template " MathJax.Hub.Config({ displayAlign: \"%ALIGN\", displayIndent: \"%INDENT\", \"HTML-CSS\": {

Re: Stable 9.5: invalid function (date date)

2021-11-25 Thread Ihor Radchenko
Tim Loderhose writes: > Hi, > > I am also getting this error. It's fixable only by re-installing org from a > emacs -q, I assumed because files on the agenda file list are visited > before org is fully installed? > Unfortunately, this also occurs with a fresh install of Emacs > (re-installing

Re: Stable 9.5: invalid function (date date)

2021-11-25 Thread Tim Loderhose
Hi, I am also getting this error. It's fixable only by re-installing org from a emacs -q, I assumed because files on the agenda file list are visited before org is fully installed? Unfortunately, this also occurs with a fresh install of Emacs (re-installing all packages), but I'm not sure why.