Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-05-08 Thread David Asabina
> Thank you. However on linux there is another degree of freedom: various > desktop environments can be different in respect to treatment of URLs before > passing them to protocol handlers. I have tried KDE and a kind of > minimalistic setup inside container (xdg-utils) so far. Anyway it is good

[PATCH] org-agenda: Skip formatting if format string is ""

2021-05-08 Thread Samim Pezeshki
Hi! This is my first patch. The patch skips formatting TODO item in org-agenda when the format string is "". When the format string was "" the extra space would still be inserted which was not needed when there is no TODO keyword. Thanks, Samim From dc3ba301219622bc7d324901a5f277024f8b55cc Mon

Re: CSL-JSON support for =parsebib=

2021-05-08 Thread Joost Kremers
On Sat, May 08 2021, András Simonyi wrote: > this is just to +1 this on my part as well. Although unadvertised, > citeproc-org basically already supports CSL-JSON bibliographies, and > it would be fantastic if other components of the Emacs > citation/bibliography infrastructure also did. BTW,

Re: [wip-cite-new] New natbib processor

2021-05-08 Thread Bruce D'Arcus
On Fri, May 7, 2021 at 7:37 AM Bruce D'Arcus wrote: > Maybe it's fine to drop them (sub-styles_. ... > Also not sure if additional are needed for the other styles; a "caps" default? I can't figure this bit out though. '[cite:/Text@doe]' is obvious and elegant enough, but how do you do the

Re: CSL-JSON support for =parsebib=

2021-05-08 Thread Denis Maier
Hi,well, this is what I asked Joost in the first place. Adjusting parsebib is part of the efforts to make that possible.Denis

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-08 Thread Nicholas Savage
I have applied it now as commit 5d2ccdae7f in master. Thank you, Boruch! On Sat, May 8, 2021, at 03:44, Bastien wrote: > Hi Nick, > > Nick Savage writes: > > > I haven't opened up the code yet to take a look, but I likely will > > take a crack at some of these items in the future as

Re: [PATCH] Use cache in org-up-heading-safe

2021-05-08 Thread Maxim Nikulin
On 07/05/2021 09:08, Ihor Radchenko wrote: Maxim Nikulin writes: Did you just replace gethash by avl-tree? Yes Likely my idea is based on a wrong assumption. I hoped that having positions of headers it is possible to avoid jumps (goto-char ...) preceded or followed by regexp matching almost

Re:Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu
>I think (setq org-use-fast-tag-selection nil) do not work well with ivy, >selectrum or vertico. > >I like the below idea, but seem to no progress. > https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html If this patch is hard to merge, I think my patch is a conside way, for it

Re: CSL-JSON support for =parsebib=

2021-05-08 Thread András Simonyi
Dear All, this is just to +1 this on my part as well. Although unadvertised, citeproc-org basically already supports CSL-JSON bibliographies, and it would be fantastic if other components of the Emacs citation/bibliography infrastructure also did. BTW, would CSL-JSON support in =parsebib= mean

Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu
At 2021-05-01 23:20:24, "Bastien" wrote: >Hi tumashu, > >tumashu writes: > >> This is v2 patch, use completing-read-multipul. > >Thanks for the patch. You can already do this: > >(setq org-use-fast-tag-selection nil) > >Then you'll be able to select tags the way you

Re: Table alignment problem

2021-05-08 Thread Ihor Radchenko
Fr Ml writes: > Hello, > > thanks for the answer. I'm not familiar with github. > Do you mean this program branch?: > https://github.com/yantar92/org/tree/feature/org-fold%2Bpatches Not really. I mean the main branch in the repo (which is feature/org-fold-universal-core). The installation

Re: Table alignment problem

2021-05-08 Thread Fr Ml
Hello, thanks for the answer. I'm not familiar with github. Do you mean this program branch?: https://github.com/yantar92/org/tree/feature/org-fold%2Bpatches Kind regards, Frank On 5/7/21 4:50 PM, Ihor Radchenko wrote:

Re: Fold/Hide inline footnotes

2021-05-08 Thread Bastien
Hi Denis, Denis Maier writes: > auctex has a nice feature to hide certain elements, > e.g. footnotes. Would it be possible to include something similar in > org-mode? There is no plan to include such feature, no. Probably you or someone else can hack something ad hoc, though. Best, --

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-08 Thread Bastien
Hi Nick, Nick Savage writes: > I haven't opened up the code yet to take a look, but I likely will > take a crack at some of these items in the future as low-hanging fruit > refactoring project. Please feel free to go ahead and enhance ol-w3m.el in Org's repo with the patches that Boruch kindly

Re: Table alignment problem

2021-05-08 Thread Fr Ml
Hello, thank you very much. This solves my problem. Kind Regards, Frank On 5/8/21 8:37 AM, Jeremie Juste wrote: Hello, You can have some success using [1] valign-mode. https://github.com/casouri/valign HTH, Jeremie

Re: Please help by becoming a maintainer for an Org Babel file

2021-05-08 Thread Bastien
Hi Tyler, Tyler Smith writes: > I can volunteer to maintain ob-awk.el. I've signed my assignment form > with FSF, and returned it to them this evening. I'll let you know when > I'm official. Thanks! I've added you as the maintainer on ob-awk.el. Please don't commit significant changes before

Re: Bug: Missing end parenthesis in JavaScript regarding HTML exports [9.4.5 (9.4.5-73-g4c7696-elpaplus @ /home/sebbe/.emacs.d/elpa/develop/org-plus-contrib-20210503/)]

2021-05-08 Thread Bastien
Hi Sebastien, Sebastian Berntsson writes: > In lisp/ox-html.el in the function org-html-scripts, there's a missing > parenthesis in the JavaScript code which causes a syntax error. thanks for reporting this and sorry for this code typo, this is fixed in maint and master now. -- Bastien

Re: [PATCH] Make org-load-hook obsolete

2021-05-08 Thread Bastien
Hi Stefan, Stefan Kangas writes: > In Emacs, we have made all the `foo-load-hook' variables obsolete in > favor of `with-eval-after-load'. The attached patch does the same for > org-mode. Applied in master, thank you. -- Bastien

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-05-08 Thread Juan Manuel Macías
Hi all, Here I am attaching a new version of the patch that includes a commit message. I put here an example for those who want to try it, a fragment of a poem by W.H. Auden. Best regards, Juan Manuel #+begin_src org ,#+LaTeX_Header: \usepackage{verse} ,#+ATTR_LATEX: :center t

Re: Table alignment problem

2021-05-08 Thread Jeremie Juste
Hello, You can have some success using [1] valign-mode. https://github.com/casouri/valign HTH, Jeremie