Re: [O] Tag completion for ":a_tag:" fails if string "a_tag:" is in headline

2018-11-24 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > Specifically, I have the simple org file: > > * a header :foo: > * blah foo: blah :f > > If, after typing the last 'f' above, I type 'M-x pcomplete', I get the > message "No completions of f". > > Clearly, the problem is in the "foo:" of the 2nd

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

2018-11-24 Thread Matt Price
On Sat, Nov 24, 2018 at 5:55 AM Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > OH man, that was a little harder than I thought it would be. Does `make > > test` randomly checkout a new branch or something? > > No, it doesn't. > Then I'm sorry for the noise (and also for this

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

2018-11-24 Thread Gustav Wikström
Hi, > -Original Message- > From: Ihor Radchenko > Sent: den 20 november 2018 15:01 > To: Gustav Wikström > Cc: emacs-orgmode > Subject: RE: [O] FW: [RFC] Link-type for attachments, more attach options > > Hi, > > >Generalize org-agenda by allowing us to have multiple ones, and

Re: [O] Bug: Link given to gnuplot-mode is out of date [9.1.9 (release_9.1.9-65-g5e4542 @ /nix/store/x7b40y4pxp69h343akhaj4fb9fspacdq-emacs-26.1.50/share/emacs/26.1.50/lisp/org/)]

2018-11-24 Thread Colin Baxter
Dear Nicolas > Nicolas Goaziou writes: > Hello, Colin Baxter writes: >> Hi, >>> Gemini Lasswell writes: >> >> > In the "Requirements" section of ob-gnuplot.el's header >> comment, > the link given for gnuplot-mode no longer works. The >> same broken >

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

2018-11-24 Thread Aaron Jensen
Hi all, Brave is a chromium-based browser, so the existing Chrome code works with slight modifications. By the way, I’ve signed FSF papers though https://orgmode.org/worg/org-contribute.html currently has me listed in the wrong place. Best, Aaron 0001-org-mac-link-Add-support-for-Brave.patch

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

2018-11-24 Thread Nicolas Goaziou
Hello, Matt Price writes: > OH man, that was a little harder than I thought it would be. Does `make > test` randomly checkout a new branch or something? No, it doesn't. > This patch adds a new long-winded variable `org-src-restore-window-config`, > t by default, which if set to `nil` will

Re: [O] Bug: Link given to gnuplot-mode is out of date [9.1.9 (release_9.1.9-65-g5e4542 @ /nix/store/x7b40y4pxp69h343akhaj4fb9fspacdq-emacs-26.1.50/share/emacs/26.1.50/lisp/org/)]

2018-11-24 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > Hi, >> Gemini Lasswell writes: > > > In the "Requirements" section of ob-gnuplot.el's header comment, > > the link given for gnuplot-mode no longer works. The same broken > > link is also present in org-manual.org. > > > Since gnuplot-mode is

Re: [O] Request on modification of org-element.el

2018-11-24 Thread Nicolas Goaziou
Hello, Qiang Fang writes: > Hello Nicolas, > The complete diff is: > > $ ~/src$ git clone https://code.orgmode.org/bzg/org-mode.git > $ cd org-mode > $ git merge origin/wip-cite > > Auto-merging testing/lisp/test-org-element.el > Auto-merging lisp/org-element.el > CONFLICT (content): Merge

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-24 Thread Nicolas Goaziou
Hello, "Ulrich G. Wortmann" writes: > the following problem occurs reproducibly with GNU Emacs 26.1 (see below > for details), even when starting emacs with -Q > > If I use a table in my org file and convert that table to table.el the > caption is not exported into either the HTML or Latex

Re: [O] Standard Format for Org Outlines?

2018-11-24 Thread Nicolas Goaziou
Hello, 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 headings for readability,

Re: [O] Standard Format for Org Outlines?

2018-11-24 Thread Neil Jerram
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 headings for readability, but I >think a lot of other people

Re: [O] Bug: Link given to gnuplot-mode is out of date [9.1.9 (release_9.1.9-65-g5e4542 @ /nix/store/x7b40y4pxp69h343akhaj4fb9fspacdq-emacs-26.1.50/share/emacs/26.1.50/lisp/org/)]

2018-11-24 Thread Colin Baxter
Hi, > Gemini Lasswell writes: > In the "Requirements" section of ob-gnuplot.el's header comment, > the link given for gnuplot-mode no longer works. The same broken > link is also present in org-manual.org. > Since gnuplot-mode is available on MELPA, I think the most helpful