Re: [O] [PATCH] Add support for Brave to org-mac-link

2018-11-25 Thread Nicolas Goaziou
Hello, Aaron Jensen writes: > Brave is a chromium-based browser, so the existing Chrome code works > with slight modifications. Applied. > By the way, I’ve signed FSF papers though > https://orgmode.org/worg/org-contribute.html currently has me listed > in the wrong place. Fixed. Thank you.

Re: [O] [PATCH] don't always restore previous window configuration?

2018-11-25 Thread Nicolas Goaziou
Hello, Matt Price writes: > Then I'm sorry for the noise (and also for this aside!). Magit, or git, or > some other tool was doing something quite strange and disturbing, and I am > now seeing these remotes in my repo: > dup /tmp/tmp-orgtest/org-annex-testoRSq4r/ (fetch) > dup

Re: [O] [Feature Request] Add an dispatcher command (keybinding) for inserting dynamic blocks

2018-11-25 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Org defines C-c C-x i as org-insert-columns-dblock. Instead, it could call > the org-insert-dblock dispatcher shown here. The original > org-insert-columns-dblock would be one among > other dblock inserters. > > Possible dblocks: > org-insert-columns-dblock >

[O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Emmanuel Charpentier
As of today, I note that the #+langiage export variable is no longer honored when exporting to LaTeX/PDF. See enclosed files : - #+language:fr should get me a table of contents entitled "Table des matières" ; - #+ the Latex file has "pdflang={Frenchb}}" in a \hypersetup call, but nothing

Re: [O] [PATCH] Add support for Brave to org-mac-link

2018-11-25 Thread Aaron Jensen
On November 25, 2018 at 1:08:35 AM, Nicolas Goaziou (m...@nicolasgoaziou.fr(mailto:m...@nicolasgoaziou.fr)) wrote: > Hello, > Applied. > Fixed. Thank you for the quick response! Aaron

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > As of today, I note that the #+langiage export variable is no longer > honored when exporting to LaTeX/PDF. See enclosed files : > > - #+language:fr should get me a table of contents entitled "Table des > matières" ; > > - #+ the Latex file has

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Emmanuel Charpentier
Yet another data point: I followed your suggestion : * desinstalled MELPA's org * cloned https://code.orgmode.org/bzg/org-mode.git * make autoloads * make * emacs -q * M-: (add-to-list 'load-path "/org-mode/lisp") C-c C-e l o still gets me the same result (i. e. a table of contents

Re: [O] [RFC] Link-type for attachments, more attach options

2018-11-25 Thread Gustav Wikström
Hi again, > -Original Message- > From: Nicolas Goaziou > Sent: den 20 november 2018 00:52 > To: Gustav Wikström > Cc: Org Mode List > Subject: Re: [RFC] Link-type for attachments, more attach options > > > Yeah - I liked "attached" because I prefer clear keywords. But sure, > > we can

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Emmanuel Charpentier
One more data point : I can reproduce the problem with no init file : * same org file * emacs started by "emacs -q" * M-x (require 'org) * C-x C-f TstLanguage.org * C-c C-e l p ==> Same result. HTH, -- Emmanuel Charpentier Le dimanche 25 novembre 2018 à 20:03 +0100, Nicolas Goaziou

Re: [O] suppress ++ markup in orgmode?

2018-11-25 Thread John Kitchin
hm. I would have interpreted it as an empty string with a strikethrough, followed by a plus. It makes sense to require 1 or more characters between them though. Why is +-+ not a - with a strikethrough? Because it is a table line? Or + + is not a space with a strikethrough. I guess there are word

Re: [O] Standard Format for Org Outlines?

2018-11-25 Thread David Masterson
Nicolas Goaziou writes: > Neil Jerram writes: >> On 23 November 2018 23:23:27 GMT, David Masterson >> wrote: >>>Probably a dumb question, but is there a standard format for Org >>>outlines. I'm particularly wondering about the use of blank lines. I >>>prefer to have blank lines before my

Re: [O] Standard Format for Org Outlines?

2018-11-25 Thread Nicolas Goaziou
Hello, David Masterson writes: > Why does org-insert-heading insert a heading with a blank line after it > inserts the heading while org-insert-heading-respect-context does not? It may be a bug. Do you have an ECM for it? > Am I missing a setting? Or have I (accidently) set a setting without

[O] CUSTOM_ID property does not support Chinese

2018-11-25 Thread stardiviner
Here is the example: #+begin_src org * headline :CUSTOM_ID: 测试 #+end_src I use org-store-link, and org-insert-link keybindings. But it reports error: Position saved to mark ring, go back with ‘M-,’. if: No match for custom ID:

Re: [O] [PATCH] don't always restore previous window configuration?

2018-11-25 Thread Matt Price
On Sun, Nov 25, 2018, 4:02 AM Nicolas Goaziou Hello, > > Matt Price writes: > > > Then I'm sorry for the noise (and also for this aside!). Magit, or git, > or > > some other tool was doing something quite strange and disturbing, and I > am > > now seeing these remotes in my repo: > > dup

Re: [O] [PATCH] don't always restore previous window configuration?

2018-11-25 Thread Nicolas Goaziou
Hello, Matt Price writes: > Personally I prefer your solution. Would you like me to make a new patch or > would you prefer to do this yourself? Please be my guest. ;) Thank you! Regards, -- Nicolas Goaziou

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Nicolas Goaziou
Emmanuel Charpentier writes: > Thanks for a prompt answer ! A couple questions : > > 1) What do you mean by "minimal configuration" ? A stripped > .emacs/d/init.el ? Indeed. > 2) How can I get the "development version" ? I'm following MELPA > already... You have to clone the repository and

Re: [O] Standard Format for Org Outlines?

2018-11-25 Thread David Masterson
Nicolas Goaziou writes: > David Masterson writes: >> Why does org-insert-heading insert a heading with a blank line after it >> inserts the heading while org-insert-heading-respect-context does not? > It may be a bug. Do you have an ECM for it? No. Thought it might be a mistake on my part.

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-25 Thread Emmanuel Charpentier
Thanks for a prompt answer ! A couple questions : 1) What do you mean by "minimal configuration" ? A stripped .emacs/d/init.el ? 2) How can I get the "development version" ? I'm following MELPA already... -- Emmanuel Charpentier Le dimanche 25 novembre 2018 à 20:03 +0100, Nicolas Goaziou a