Re: [bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-06 Thread Juan Manuel Macías
Juan Manuel Macías writes: > To simplify what I mentioned in my previous message, the bug is simply > reproducible with any link, when running `org-toggle-link-display'. > > I'm not sure, but I would say it was introduced in the commit: > > 8bdcf51ac lisp/org.el: Update previews correctly when

Re: [BUG] LaTeX: verbatim cannot be used in caption

2021-06-06 Thread Nicolas Goaziou
Hello, Timothy writes: > In exactly the same vein as > https://orgmode.org/list/87mtujfj8k@tecosaur.com/, verbatim text in > captions is very problematic with LaTeX (breaks compilation). > > I'd like to be submitting a patch instead of a bug, but I'm not sure > what the best method of

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-06 Thread Bruce D'Arcus
+1 On Sun, Jun 6, 2021, 2:19 PM Timothy wrote: > Hi All, > > I've started doing some more cross-referencing in documents exported to > LaTeX, and a hardcoded use of \ref has begun to stand out to me as a > rather annoying thing. Hypperef provides \autoref for adding helpful > prefixes (section,

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-06 Thread Juan Manuel Macías
Hi Timothy, Timothy writes: > I've started doing some more cross-referencing in documents exported to > LaTeX, and a hardcoded use of \ref has begun to stand out to me as a > rather annoying thing. Hypperef provides \autoref for adding helpful > prefixes (section, figure, etc.), and there are

[BUG] LaTeX: verbatim cannot be used in caption

2021-06-06 Thread Timothy
Hi All, In exactly the same vein as https://orgmode.org/list/87mtujfj8k@tecosaur.com/, verbatim text in captions is very problematic with LaTeX (breaks compilation). I'd like to be submitting a patch instead of a bug, but I'm not sure what the best method of addressing this within

[PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-06 Thread Timothy
Hi All, I've started doing some more cross-referencing in documents exported to LaTeX, and a hardcoded use of \ref has begun to stand out to me as a rather annoying thing. Hypperef provides \autoref for adding helpful prefixes (section, figure, etc.), and there are other packages which one may

[PATCH] html export: remove W3C warning, improve accessibility

2021-06-06 Thread Timothy
Hi All, Following on from my comments /ages/ ago, I have done some more work to improve the HTML export. I intend to push it if I don't hear any complaints. Please let me know if anything looks dodgy, or if anything should also be improved with this patch :) This patch: - Resolves a W3C warning

[PATCH] Change default latex compiler to latexmk

2021-06-06 Thread Timothy
Hey all, >From the earlier discussion on this, I got feeling a consensus had reached that this is a good idea, as long as we check that latexmk is available first. As such, here is a patch changing the default LaTeX compiler to latexmk --- as long as it's available. For what it's worth I've been

Re: [org-cite] request for coding help on a capf to insert citation key

2021-06-06 Thread Bruce D'Arcus
One other idea, Nicolas: Is there room to include a org-cite somehow, so that one had a defcustom like: (setq org-cite-complete-key-candidates my-candidates) ;; here override default with results from my package (setq my-candidates (bibtex-actions--get-candidates)) ... and default could be some

Re: [org-cite, oc-basic] Citation disambiguation

2021-06-06 Thread András Simonyi
Thanks, this was the case, now the basic processor disambiguates the citations. On Sun, 6 Jun 2021 at 14:19, Bruce D'Arcus wrote: > > I believe he rebased it and modified the history? So same branch. > > On Sun, Jun 6, 2021, 7:36 AM András Simonyi wrote: >> >> Dear All, >> >> On Fri, 4 Jun 2021

Re: [org-cite, oc-basic] Citation disambiguation

2021-06-06 Thread Bruce D'Arcus
I believe he rebased it and modified the history? So same branch. On Sun, Jun 6, 2021, 7:36 AM András Simonyi wrote: > Dear All, > > On Fri, 4 Jun 2021 at 23:06, Nicolas Goaziou > wrote: > > > > I think some kind of disambiguation strategy should be implemented for > > > the basic citation

Re: [org-cite, oc-basic] Citation disambiguation

2021-06-06 Thread András Simonyi
Dear All, On Fri, 4 Jun 2021 at 23:06, Nicolas Goaziou wrote: > > I think some kind of disambiguation strategy should be implemented for > > the basic citation backend to be really usable with the author-year > > style. WDYT? > > Implemented in latest wip-cite-new branch. > > Regards, Thanks,