Re: [O] HTML export hides URLs in table of contents

2017-10-14 Thread Nicolas Goaziou
ConcreteVitamin writes: > Thanks for your quick fix! When can I expect to see this in the next > release? If there is no description, the path is inserted, without link decoration. > (Alternatively, is there a way to patch in your commit for now? > I'm using spacemacs.) The patch lands Monday

Re: [O] HTML export hides URLs in table of contents

2017-10-14 Thread ConcreteVitamin
Thanks for your quick fix! When can I expect to see this in the next release? (Alternatively, is there a way to patch in your commit for now? I'm using spacemacs.) On Sat, Oct 14, 2017 at 3:33 AM Nicolas Goaziou wrote: > Hello, > > ConcreteVitamin writes: > > > I am exporting an org file to h

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
That did it. Thanks. On Sat, Oct 14, 2017 at 1:58 PM, Nicolas Goaziou wrote: > Lawrence Bottorff writes: > > > I don't get the image displayed -- without manually taking out the > > > > #+RESULTS: line. I'm saying > > > > #+begin_src gnuplot :exports code :file images/test1.png > > reset > > se

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Nicolas Goaziou
Lawrence Bottorff writes: > I don't get the image displayed -- without manually taking out the > > #+RESULTS: line. I'm saying > > #+begin_src gnuplot :exports code :file images/test1.png > reset > set title "Putting it All Together" > set xlabel "X" > set xrange [-8:8] > set xtics -8,2,8 > set y

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
I don't get the image displayed -- without manually taking out the #+RESULTS: line. I'm saying #+begin_src gnuplot :exports code :file images/test1.png reset set title "Putting it All Together" set xlabel "X" set xrange [-8:8] set xtics -8,2,8 set ylabel "Y" set yrange [-2:70] set ytics -20,10,70

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > I'm playing with the tutorial for babel-gnuplot > , > however I keep getting this upon C-c C-c: > > #+begin_src gnuplot :exports code :file images/test1.png > reset > > set title "Putting

[O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
I'm playing with the tutorial for babel-gnuplot , however I keep getting this upon C-c C-c: #+begin_src gnuplot :exports code :file images/test1.png reset set title "Putting it All Together" set xlabel "X" set xrange [-8:8

Re: [O] enhancement - cross-reference to another file?

2017-10-14 Thread Martin Alsinet
Hello Sharon: On Sat, Oct 14, 2017 at 7:45 AM Sharon Kimble wrote: > > Is it possible to cross reference to another org-mode file in a > different directory? > Yes, it is possible, you have to use the following syntax: [[file:/path/to/other/org/file.org:* heading][My other org file]] You can

Re: [O] Manual errata suggestions

2017-10-14 Thread Nicolas Goaziou
Hello, TonyMc writes: > I have read through the org mode manual (something I have meant to redo > for ages) and found some typos, or sentences that might be worded more > felicitously. I updated my org-mode from 9.1.1 to 9.1.2 part way > through this reading, so some of the items may already hav

[O] enhancement - cross-reference to another file?

2017-10-14 Thread Sharon Kimble
Is it possible to cross reference to another org-mode file in a different directory? Example - cooking 1 has an entry for Mayonnaise, so can file 2 have an entry for mayonnaise but cross-referenced to cooking 1? --8<---cut here---start->8--- id1=cooking1.org

[O] Manual errata suggestions

2017-10-14 Thread TonyMc
Hello, I have read through the org mode manual (something I have meant to redo for ages) and found some typos, or sentences that might be worded more felicitously. I updated my org-mode from 9.1.1 to 9.1.2 part way through this reading, so some of the items may already have been fixed. My suggest

Re: [O] function for inserting a block

2017-10-14 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > How does this look? Thank you! I have some questions and remarks. > * etc/ORG-NEWS: Mention in news. This doesn't need to be added to the commit message. > +Do not be put off by having to remember the source block syntax. Org mode > +offers two ways of speed

Re: [O] HTML export hides URLs in table of contents

2017-10-14 Thread Nicolas Goaziou
Hello, ConcreteVitamin writes: > I am exporting an org file to html with a table of contents. In the file, > some subheadings are/have URLs. There are not shown in the ToC in the > exported HTML page -- as if they are blank. Exporting to latex yields no > such issues. Fixed. Thank you. Rega

Re: [O] Bug: Wrong type argument: listp, "" [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/sane/.emacs.d/elpa/org-20171009/)]

2017-10-14 Thread Nicolas Goaziou
Hello, Michael Ziems writes: > i wanted to normally start the org-agenda, how i always do it and now it > just runs into the mentioned lisp error: Wrong type argument: listp, "" [...] >  org-agenda-time-grid '((daily today require-timed) "" >             (800 1000 1200 1400 1600 1800 2000)) `

Re: [O] tiny bug in ox-koma-letter.el

2017-10-14 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I'm exporting a letter without a to-address, and it generates a spurious > "mbox" in the letter. I found that if I change line 708 of > ox-koma-letter.el from "mbox{}" to "\\mbox{}" the problem goes away. > Is this a (known) bug? It looks like a typo. Fixed. Th

Re: [O] The error "Opening input file: No such file or directory" should show the source org file

2017-10-14 Thread Nicolas Goaziou
Hello, Joon Ro writes: > I often see the error message: "Opening input file: No such file or > directory" for one of the org files that has wrong file path for > a #+SETUPFILE. It usually happens when I change the path of the setup > file which is used by multiple org files. > > However, current

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-14 Thread David Maslen
I’m sorry I don’t know how to implement, or provide a patch, but I checked *messages* for a clue to what was going wrong. I now think this isn’t an org issue, but the epa functions worked, and the org-encrypt (which I read uses epg) failed silently, so I reported here. If the *messages* said som

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-14 Thread Nicolas Goaziou
Hello, David Maslen writes: > Problem was that in graphical mode I saw no password prompt. Failed without a > useful failure message. > Perhaps org-crypt could be improved to catch this situation? What would you suggest? Regards, -- Nicolas Goaziou