Re: [PATCH] Link handling for qutebrowser org-mac-link.el

2021-05-17 Thread Aimé Bertrand Ntumwa-Nziza
Bonjour Bastien, as per your wish and hint (thanx). See attached. Salut Aimé >From 5356ee77c368541113618a391b8480709c5eeb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aim=C3=A9=20Bertrand?= Date: Tue, 18 May 2021 01:23:51 +0200 Subject: [PATCH] org-mac-link.el: Add support for qutebrowser *

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-17 Thread Christian Moe
Maxim Nikulin writes: > On 17/05/2021 02:21, Christian Moe wrote: >> Maxim Nikulin writes: >>> On 03/05/2021 04:08, Christian Moe wrote: >> [snip] >>> #+MACRO: allargshack (eval (format "- /%s/ :: %s" $1 (mapconcat >>> #'identity _ ","))) >>> >>> {{{allargshack(one, two, three)}}} >>> >>> I do

Re: Manual on web site is not the latest version

2021-05-17 Thread Nick Dokos
William Denton writes: > On 28 April 2021, Bastien wrote: > >> Do you still see differences between the doc/org-manual.org and the >> one published on https://orgmode.org/manual/ ? >> >> If so, please point at one or two differences. Thanks! > > Here's a late follow-up. Thanks for checking. >

Re: Multilingual support (proposals and state of the question)

2021-05-17 Thread Juan Manuel Macías
Hi Denis, Denis Maier writes: > Why not add a :lang property to other blocks as well? > > #+begin_quote :lang en > this is english. > #+end_quote > > WDYT? > > Denis It's an interesting possibility. However, I think that the advantage of Org src blocks is that you can include anything you want,

Re: prettify-symbols-mode in org agenda?

2021-05-17 Thread William Xu
Ihor Radchenko writes: > I can reproduce with ONGOING as well... In fact, I can reproduce the > issue with any TODO keyword of >4 chars length while using > prettify-symbols-mode (but not pretty-symbols-mode). Moreover, the > 'composition property is _not_ removed in agenda. Emacs... just does

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-17 Thread Maxim Nikulin
On 17/05/2021 02:21, Christian Moe wrote: Maxim Nikulin writes: On 03/05/2021 04:08, Christian Moe wrote: [snip] #+MACRO: allargshack (eval (format "- /%s/ :: %s" $1 (mapconcat #'identity _ ","))) {{{allargshack(one, two, three)}}} I do not know if Eric can swap order of arguments of his

Re: Moving some lisp/ob-*.el files to org-contrib - your advice?

2021-05-17 Thread Greg Minshall
Bastien, > > lisp/ob-julia.el: Add a Homepage header > > that Homepage seems to point at > https://git.savannah.gnu.org/cgit/emacs/org-mode.git which appears to be > a (the?) full-on org-mode git repo, and which doesn't appear to have > ob-julia.el. apologies, i hadn't taken the time to look at

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-05-17 Thread Utkarsh Singh
On 2021-05-17, 07:29 +0200, Bastien wrote: > Hi Utkarsh, > > Utkarsh Singh writes: > >> For now can you review the patches I proposed earlier in this >> thread? > > Not until both you and Maxim are confident this is useful, complete > and predictable. Ok. > Also, if you resend the patch for

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-05-17 Thread Utkarsh Singh
On 2021-05-16, 23:24 +0700, Maxim Nikulin wrote: > On 14/05/2021 21:54, Utkarsh Singh wrote: >> On 2021-05-13, 00:08 +0700, Maxim Nikulin wrote: >> >>> Comma is decimal separator for es_ES, de_DE, ru_RU, etc. The point is >>> that order in which separator candidates are tried should depend on

Re: Multilingual support (proposals and state of the question)

2021-05-17 Thread Denis Maier
Am 17.05.2021 um 17:41 schrieb Juan Manuel Macías: Hi all, I would like to start a thread on this question, leaving some basic ideas and sketches of my own, in case someone else wanted to join the discussion. I think it would be nice if Org Mode offered consistent support (out of the box) for

Multilingual support (proposals and state of the question)

2021-05-17 Thread Juan Manuel Macías
Hi all, I would like to start a thread on this question, leaving some basic ideas and sketches of my own, in case someone else wanted to join the discussion. I think it would be nice if Org Mode offered consistent support (out of the box) for multilingual documents. That is, those documents

Re: Invalid duration format error with active timestamp

2021-05-17 Thread Nicolas Goaziou
Hello, Garjola Dindi writes: > I am using the most recent elpa version of org > 9.4.5 (9.4.5-93-gbc857b-elpa @ > /home/garjola/.emacs.d/elpa/org-20210510/) with emacs master branch. > > Since updating org yesterday, when I use a timestamp like > > , > | <2021-05-17 Mon 10:00-11:00> > `

Re: prettify-symbols-mode in org agenda?

2021-05-17 Thread Ihor Radchenko
William Xu writes: > I can't reproduce it using your steps and config. I compared the org > config differences. I'm using a different org keyword ONGOING, instead of > NEXT. > > In fact, if I replace NEXT with ONGOING in 1.el, then I can reproduce > the issue. This is very strange.. I can

Re: [Question] Custom parse tree filter

2021-05-17 Thread Juan Manuel Macías
Hi Nicolas, Thank you very much for your excelent explanation, which has helped me to learn new and valuable things. I chose `headline' instead of `section' because in the scenario where I want to apply those LaTeX groups I was looking for something like this: {level 1 - group 1 {level 2

Invalid duration format error with active timestamp

2021-05-17 Thread Garjola Dindi
Hi, I am using the most recent elpa version of org 9.4.5 (9.4.5-93-gbc857b-elpa @ /home/garjola/.emacs.d/elpa/org-20210510/) with emacs master branch. Since updating org yesterday, when I use a timestamp like , | <2021-05-17 Mon 10:00-11:00> ` building the agenda fails with this

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-17 Thread Sébastien Miquel
Hi Bastien, The commit `bfda3cc7df31fa79222efb4c190618c3c85a3d04` breaks automatic (electric) indentation  in src blocks for all configurations. Here's what happens with the original issue. When you press `RET` after the first ~hello hi~, the result is that the first line is indented by two

Re: [wip-cite-new] Adjust punctuation around citations

2021-05-17 Thread Denis Maier
Am 17.05.2021 um 00:24 schrieb Bruce D'Arcus: On Sun, May 16, 2021 at 6:03 PM Denis Maier wrote: Am 16.05.2021 um 23:38 schrieb Bruce D'Arcus: Can you clarify the rule/situation that would use that approach? Chicago Manual of Style 15.26: "When the source of a block quotation is