[PATCH] manual: Fix publish stylesheet

2021-04-18 Thread Erik Hetzner
* doc/org-manual.org (Publishing sample configuration): * doc/org-guide.org (Publishing): Fix stylesheet setting in publish: :style is not a valid option; use :html-head instead. --- A small fix for the manual which I believe is necessary (:style does not appear to be a valid option any more). My

Re: [PATCH] manual: Fix publish stylesheet

2021-04-18 Thread Erik Hetzner
Oops, noticed a few additional problems. See attached patch. >From 14de709f224a45cb1beee5b1c1444b1454161891 Mon Sep 17 00:00:00 2001 From: Erik Hetzner Date: Sun, 18 Apr 2021 21:47:04 -0700 Subject: [PATCH] manual: Fix publish options * doc/org-manual.org (Publishing sample configuration): *

Re: Concerns about community contributor support

2021-04-18 Thread Tim Cross
Timothy writes: > Tim Cross writes: >> This is a common development path for a successful project. Kent Beck >> (extreme/agile development) has been focusing a bit on this with his 3x >> development model (eXplore, eXpand, eXtract). (see >>

[PATCH] org-table-import: Make it more smarter for interactive use

2021-04-18 Thread Utkarsh Singh
Hi, My previous patch proposed to add support for importing file with arbitrary name and building upon that this patch tries to make use of it by making org-table-import smarter by simply adding more separators (delimiters). Currently org-table-import 'smartly' guesses only COMMA, TAB and SPACE

Re: Concerns about community contributor support

2021-04-18 Thread Timothy
Tim Cross writes: >> Nicolas Goaziou [...] > > Totally agree. The work Nicolas has put in to consolidate, stabilise and > clarify the org code base has been critical to the long term viability > of the project. I very much appreciate the work he has contributed and > the many times he has

Re: Concerns about community contributor support

2021-04-18 Thread Thomas S. Dye
Timothy writes: Thomas S. Dye writes: Hmmm, what constitutes noise? Good question. I suppose like most words the meaning changes over time. Early on, posts along the lines of "Wouldn't it be cool if Org mode would do this?" were given more space than they seem to be today. Tim Cross

List of ob-* maintainers

2021-04-18 Thread Thomas S. Dye
Aloha all, Is there a list of current ob-* maintainers? Perhaps it would be useful to add and populate a Maintainer column to the language table on Worg (org-contrib/babel/languages/index.html)? All the best, Tom -- Thomas S. Dye https://tsdye.online/tsdye

Re: Concerns about community contributor support

2021-04-18 Thread Timothy
Thomas S. Dye writes: >> Follow up: What should be the response to "noise", because I don't think >> it should be a cold shoulder. >> > Agreed. I'm trying to put myself in the maintainers' shoes. They volunteer > lots of highly skilled time, which I admire greatly. I can imagine a >

Re: stability of toc links

2021-04-18 Thread Samuel Wales
i think this is the right type of solution. On 12/8/20, TEC wrote: > > Hi Sam, link stability is a concern I've had too. I currently have a fix > (or at the very least, an improvement) for this in my config where I > overwrite org-export-get-reference. (see: >

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

2021-04-18 Thread Juan Manuel Macías
Juan Manuel Macías writes: > It seems that what I was proposing as a patch at the beginning is not, > finally, a viable solution for all contexts... > > The problem is that, if the first space is removed, we get this > abnormal result: > > #+begin_src emacs-lisp > (org-sort-remove-invisible "- lo

[PATCH] ob-tangle.el: Speed up tangling

2021-04-18 Thread Sébastien Miquel
Hi, The attached patch modifies the ~org-babel-tangle~ function to avoid a quadratic behavior in the number of blocks tangled to a single file. Tangling an org buffer with 200 blocks to 5 different files yields a 25 % speedup. * lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Group

Re: Bug: org mode rendering linked heading wrongly [9.4.4 (9.4.4-4-g99eafe-elpaplus @ /Users/cvl/.config/emacs/elpa/28.0/develop/org-plus-contrib-20210104/)]

2021-04-18 Thread Ihor Radchenko
Nicolas Goaziou writes: >> [[**heading to be linked to*]] >> >> Expected rendered result: > > I had troubles understanding your report. What does "rendering" means > here? Is it about `org-insert-link', fontification, export? I think the report referred to fontification. When

Re: wip-cite status question and feedback

2021-04-18 Thread Bruce D'Arcus
On Sun, Apr 18, 2021 at 9:31 AM Ihor Radchenko wrote: > > Nicolas Goaziou writes: > > > In my mind, "opening" leads to the bibliography reference, not to the > > original document. IIUC, in this situation, the location does not matter > > much, does it? > > > > In any case, Org has no clue about

Re: stability of toc links

2021-04-18 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > when you link to a section using toc, you get a link like > > > https://thekafkapandemic.blogspot.com/2020/02/crimes-against-humanity_3.html#org080f0ab > > will these links break if somebody copies them and pastes them > elsewhere? what if you add a section?

Re: Bug: DOI links are broken in HTML exports

2021-04-18 Thread Nicolas Goaziou
Hello, yarnton--- via "General discussions about Org-mode." writes: > I encountered this bug for the first time a few months ago, when > I first used doi: links. AFAICT Org never implemented export for DOI links. It just provides a way to follow them, as you observed already. I added a rough

Re: wip-cite status question and feedback

2021-04-18 Thread Nicolas Goaziou
Hello, András Simonyi writes: > are short-form citations like @doe2018 or [@doe2018] also supported? No, I removed them in last year's iteration, because they are prone to false positives. I didn't want to repeat the footnote syntax mistake, when "[1]" was equivalent to "[fn:1]". I am also

Re: wip-cite status question and feedback

2021-04-18 Thread Ihor Radchenko
Nicolas Goaziou writes: > In my mind, "opening" leads to the bibliography reference, not to the > original document. IIUC, in this situation, the location does not matter > much, does it? > > In any case, Org has no clue about the "location" of the citation. It > can provide the suffix

Re: Bug: [PATCH] org-manual.org: Fix typo about org-latex-images-centered [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-18 Thread Nicolas Goaziou
Hllo, "Jorge P. de Morais Neto" writes: > Hi. This trivial patch simply makes the manual agree with the docstring > of org-latex-images-centered. Applied. Thank you. > Have I done anything wrong in the patch-submitting process? This is my > second ever patch to a free software project (not

Re: Bug: org mode rendering linked heading wrongly [9.4.4 (9.4.4-4-g99eafe-elpaplus @ /Users/cvl/.config/emacs/elpa/28.0/develop/org-plus-contrib-20210104/)]

2021-04-18 Thread Nicolas Goaziou
Hello, Tianrui Wei writes: > Here is a minimal reproducing example > > ** *heading to be linked to* > > [[**heading to be linked to*]] > > Expected rendered result: I had troubles understanding your report. What does "rendering" means here? Is it about `org-insert-link', fontification, export?

Re: Bug: Exporting internal link to special latex block [9.3.7 (9.3.7-14-gb2b587-elpa @ /home/lobo/.emacs.d/elpa/org-20200720/)]

2021-04-18 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Tuesday, 21 Jul 2020 at 15:52, Marco Falconi wrote: >> I am trying to export to html a labeled latex special block (a theorem >> environment, > > [...] > >> the link does not href to "#thm:mv" as expected, but to an auto-generated >> label: > > Confirmed with

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

2021-04-18 Thread Juan Manuel Macías
Hi Maxim, Maxim Nikulin writes: > On 10/04/2021 07:01, Juan Manuel Macías wrote: >> Nicolas Goaziou writes: >>> Could you apply the same fix to the `org-verbatim-re' match above, and >>> provide an appropriate commit message? >> Done! I've attached the corrected patch. Sorry for the flaws in me

Re: plantuml, png and caching

2021-04-18 Thread Nick Daly
CS Suehs wrote: > Should I expect the setting on the BEGIN_SRC line to work? On v9.1.14, this works for me as expected: #+name: helloworld2-works-fine-on-9-1-14 #+BEGIN_SRC plantuml :cache yes :file helloworld2.png @startuml Hello --> World @enduml #+END_SRC It

Re: Concerns about community contributor support

2021-04-18 Thread Thomas S. Dye
Timothy writes: , but Org mode development is in a new phase that *requires* technique and is quicker to identify and filter out noise. Hmmm, what constitutes noise? Good question. I suppose like most words the meaning changes over time. Early on, posts along the lines of "Wouldn't

Re: [PATCH] ob-tangle.el: Speed up tangling

2021-04-18 Thread Tom Gillespie
Hi Sébastien, Some comments while looking over this (will report back when I have tested it out as well). This is a section of the ob export functionality that I have been looking for on and off for quite a while because it is responsible for some bad and insecure behavior. I think that some of

Re: Concerns about community contributor support

2021-04-18 Thread Timothy
Thomas S. Dye writes: >> Hmmm, what constitutes noise? >> > Good question. I suppose like most words the meaning changes over time. > Early > on, posts along the lines of "Wouldn't it be cool if Org mode would do this?" > were given more space than they seem to be today. Tim Cross points

Re: wip-cite status question and feedback

2021-04-18 Thread Nicolas Goaziou
Hello, M. ‘quintus’ Gülker writes: > The citation object will provide access to all elements of the new > cite syntax I assume, including things like key, prefix and suffix? Indeed. Also global prefix and suffix. > Several styles I am normally confronted with require crossreferencing > in