Re: [O] Links for getting email in Gmail (IMAP) with Gnus ?

2018-11-13 Thread Joseph Vidal-Rosset
Le mar. 13 nov. 2018 à 09:36:17 , Eric S Fraga a envoyé ce message: > On Saturday, 10 Nov 2018 at 22:09, Joseph Vidal-Rosset wrote: >> Hello, >> >> I know that it is possible to link emails in Todo list, but I meet >> difficulties with Gmail IMAP and Gnus when the mail is in the box "All >> ema

Re: [O] Bug: "file:" protocol link with "#anchor" bad HTML export [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/phil/.emacs.d/elpa/org-9.1.14/)]

2018-11-13 Thread Nicolas Goaziou
Hello, Philip Hudson writes: > I add into Worg file "worg-faq.org" a hyperlink using the "file:" > protocol, linking to a sub-heading in Worg file "worg-git.org". Exact > syntax quoted below, from an email thread with Bastien. > > Expected behavior: > > I expect the HTML exporter automatically u

Re: [O] Footnotes in the manual (hidden option?)

2018-11-13 Thread ST
On Wed, 2018-05-16 at 14:31 -0400, Kaushal Modi wrote: > Hello, > > On Wed, May 16, 2018 at 2:27 PM ST wrote: > > Hello, > > in the manual > > https://orgmode.org/manual/Footnotes.html#Footnotes > > it says that footnotes[fn:1] >

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

2018-11-13 Thread Alain . Cochard
Hello. 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 headline. Without it, or with "foo" (or even with ":foo:"

[O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-13 Thread boris martin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] #+attr_odt: not working

2018-11-13 Thread Will Pierce
Ah! I was confusing https://github.com/kjambunathan/org-mode-ox-odt with the main Org distribution. Sounds like those maintainers are hoping to get their ODT features into the official Org? I'd be happy to help with documentation if that's an issue there!

Re: [O] #+attr_odt: not working

2018-11-13 Thread Nicolas Goaziou
Hello, Will Pierce writes: > Ah! I was confusing https://github.com/kjambunathan/org-mode-ox-odt with > the main Org distribution. > > Sounds like those maintainers are hoping to get their ODT features into the > official Org? Quite the opposite, unfortunately. Regards, -- Nicolas Goaziou

Re: [O] Footnotes in the manual (hidden option?)

2018-11-13 Thread Nicolas Goaziou
Hello, ST writes: > (a) May I propose the [^1] as an alternative footnotes syntax as a new > feature? I sympathize with your concern, and [^1] may not have been a bad choice when footnotes were introduced, but that ship has sailed long ago. There is enough footnote syntax in Org nowadays. I'd

Re: [O] Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)]

2018-11-13 Thread Nicolas Goaziou
Hello, boris martin writes: > since i have updated org mode to this version if i open a org-mode file > it will not be fontify i will need to go to org->refresh/Reload->refresh > setup current buffer > > to have the buffer fontify. > > this happen with emacs -Q -l /path/to/minimal-org.el > as we

Re: [O] Footnotes in the manual (hidden option?)

2018-11-13 Thread ST
Hello, > > > (a) May I propose the [^1] as an alternative footnotes syntax as a new > > feature? > > I sympathize with your concern, and [^1] may not have been a bad choice > when footnotes were introduced, but that ship has sailed long ago. > > There is enough footnote syntax in Org nowadays.

Re: [O] Bug? Group tags not working properly with agenda searches

2018-11-13 Thread Omari Norman
I tried the Org mode from the Org mode ELPA (org-20181112.tar) but apparently the bug fix is not in there yet. But I also tried the one from the latest Git and it's fixed in there. Thanks very much. --Omari On Thu, Nov 8, 2018 at 12:24 PM Nicolas Goaziou wrote: > Hello, > > Omari Norman writ

[O] Babel SML oddity

2018-11-13 Thread Lawrence Bottorff
I'm following a Coursera course that uses ML. I have SML up and running on Emacs 26.1/orgmode 9.1.14. So in an orgmode buffer I have #+begin_src sml val u = 1; val v = 2; val w = u + v; #+end_src and C-c C-c produces #+RESULTS[8b5...]: : val v = 2 : int while the REPL (*sml*) produces - val u