Re: [O] Bug: file+olp capture target path relative to default-dir [9.0 (9.0-elpa @ /home/mir/.emacs.d/elpa/org-20161102/)]

2016-11-06 Thread Nicolas Goaziou
Hello, Allen Li writes: > The file+olp target for `org-capture-templates', when a relative path is > used, the path is resolved relative to `default-dir’, as opposed to > relative to `org-directory’ like file+headline. Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] Bug: Lexical scoping in org-clock.el seems to break `org-clock-load' [9.0 (9.0-elpaplus @ /home/exot/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Daniel Borchmann
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: [O] latex exporting to different directory with v9.0

2016-11-06 Thread Alex Fenton
Hello, On 05/11/16 23:54, Nicolas Goaziou wrote: Honestly, I'm surprised it worked. I'm also surprised it could be related to `default-directory' set-up, since links are created during Org -> LaTeX conversion, whereas `org-compile-file' handles LaTeX -> PDF. What is that "simple publishing set-u

Re: [O] Bug: Lexical scoping in org-clock.el seems to break `org-clock-load' [9.0 (9.0-elpaplus @ /home/exot/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Nicolas Goaziou
Hello, Daniel Borchmann writes: > Loading a persistent clock does not work anymore: the hooks installed by > ‘org-clock-persistence-insinuate’ call ‘org-clock-load’ as usual, but > the latter does not resume the clock: it prints "Restoring clock data", > but nothing else happens. Fixed. Thank y

[O] Bug: second batch of small documentation problems [9.0 (9.0-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Jorge Morais Neto
Finally the second batch I promised. Sorry for having taken this long. - org-table-convert-region docstring is less complete than the manual\\ The docstring contains the line: #+BEGIN_QUOTE integer When a number, use that many spaces as field separator #+END_QUOTE [[info:org#Built-in

[O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
Hi all I have my dot files in orgmode format and have been using it for a year or so with great success. today i noticed that code block (conf blocks) that i used to tangle recursively have stopped working and i get this error org-babel-execute-src-block: No org-babel-execute function for conf!

[O] ox-latex: Export ignores org-latex-classes from 4th level on

2016-11-06 Thread Christian Heinrich
Hello, the ox-latex file uses org-latex-classes to help, among other things, with exporting headlines to the right commands, such as \section, \subsection etc. Unfortunately, not all headlines get exported correctly; the default "article" class, as defined in ox-latex.el (see org-latex-classes th

Re: [O] ox-latex: Export ignores org-latex-classes from 4th level on

2016-11-06 Thread Nicolas Goaziou
Hello, Christian Heinrich writes: > the ox-latex file uses org-latex-classes to help, among other things, > with exporting headlines to the right commands, such as \section, > \subsection etc. > > Unfortunately, not all headlines get exported correctly; the default > "article" class, as defined

[O] Bug: Org-hide-emphasis-morkers messes with table.el tables [9.0 (9.0-elpaplus @ /Users/diego/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Diego A. Mundo
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

[O] Feature request: export vertical/horizontal table lines in math mode [9.0 (release_9.0-16-g8826f2 @ /Users/stefanos/org-mode/lisp/)]

2016-11-06 Thread Stefanos Carlström
In a previous version of Org [Emacs 24.4.90.2 (Org mode 8.2.10) according to an old PDF I have], I could export an Org table as a matrix in math mode and divide the matrix into sub-blocks with the alignment string and \hline's. The former is no longer possible in the HEAD version of Org. This works

[O] Bug: No 'make uninstall' [9.0 (release_9.0 @ /home/xcy/src/org-mode/lisp/)]

2016-11-06 Thread Chunyang Xu
I just install Org into /usr/local/share via 'make && sudo make install', then I realize that I don't need this and want to uninstall, but there is no uninstall rule. I am going to delete these files and update infodir manually, which is not very easy. Is it possible to provide a uninstall rule?

[O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread John Kitchin
Hi all, I noticed there seems to have been a change in html export with labels. In the past, I feel like a table like this: #+CAPTION: Hello World #+NAME: tab:hello | Hello | World | |---+---| | 1 | 2 | would be exported with an id of tab:hello that you could use in a link to ju

Re: [O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I noticed there seems to have been a change in html export with labels. > > In the past, I feel like a table like this: > > #+CAPTION: Hello World > #+NAME: tab:hello > > | Hello | World | > |---+---| > | 1 | 2 | > > would be exported with an id of t

Re: [O] Bug: No 'make uninstall' [9.0 (release_9.0 @ /home/xcy/src/org-mode/lisp/)]

2016-11-06 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > I just install Org into /usr/local/share via > 'make && sudo make install', then I realize that I don't > need this and want to uninstall, but there is no uninstall rule. I am > going to delete these files and update infodir manually, which is not > very easy. > > Is

Re: [O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou writes: > <> creates a link to the table above. [[tab:hello]] does.

Re: [O] Feature request: export vertical/horizontal table lines in math mode [9.0 (release_9.0-16-g8826f2 @ /Users/stefanos/org-mode/lisp/)]

2016-11-06 Thread Nicolas Goaziou
Hello, Stefanos Carlström writes: > In a previous version of Org [Emacs 24.4.90.2 (Org mode 8.2.10) > according to an old PDF I have], I could export an Org table as a matrix > in math mode and divide the matrix into sub-blocks with the alignment > string and \hline's. The former is no longer pos

Re: [O] Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)]

2016-11-06 Thread Klarre N
Thanks! Did not find it in this ML but seems to be a common problem when updating, wonder what causes it: https://github.com/yjwen/org-reveal/issues/132 https://github.com/yjwen/org-reveal/issues/135 https://github.com/yjwen/org-reveal/issues/146 https://github.com/yjwen/org-reveal/issues/148 Anyw

Re: [O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread John Kitchin
Thanks for confirming it (and the subsequent correction). I will keep it in mind for a between semester project. I am still org-9ifying org-ref ;) For now I have an advice function that seems to solve the issue I had (org-ref ref links were not working). Thanks for the quick reply. Nicolas Goazi

Re: [O] Bug: second batch of small documentation problems [9.0 (9.0-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Nicolas Goaziou
Hello, Jorge Morais Neto writes: > Finally the second batch I promised. Thank you. > - org-table-convert-region docstring is less complete than the manual\\ > The docstring contains the line: > > #+BEGIN_QUOTE > integer When a number, use that many spaces as field separator > #+END_QU

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > I have my dot files in orgmode format and have been using it for a year or > so with great success. today i noticed that code block (conf blocks) that i > used to tangle recursively have stopped working and i get this error > > org-babel-execute-src-block: No org-bab

Re: [O] html-email in org-mode

2016-11-06 Thread John Kitchin
I can not reproduce your error. I feel like when I saw that error it was from calling a send command while in org-mode, and not in message-mode. Matt Price writes: > John, I'm moving this over to this thread because I think my issues with > htmlize-and-send might not be because of any errors in

Re: [O] Bug: Unable to nest headings within export blocks [9.0 (9.0-elpa @ c:/Data/Documents/emacs.d/elpa/org-20161102/)]

2016-11-06 Thread Lixin Chin
Hi, Thanks, yes that almost works. Unfortunately the heading line is just reproduced verbatim in the output, whereas ideally it should be parsed as a normal heading. I.e., currently: #+BEGIN_EXPORT html ,* HTML only heading Text which should appear in HTML exports, but not \LaTeX{}. #+END_EXPOR

Re: [O] Bug: No 'make uninstall' [9.0 (release_9.0 @ /home/xcy/src/org-mode/lisp/)]

2016-11-06 Thread Chunyang Xu
"make clean-install" does what I want. Thanks. On Mon, Nov 7, 2016 at 6:09 AM, Nicolas Goaziou wrote: > Hello, > > Chunyang Xu writes: > >> I just install Org into /usr/local/share via >> 'make && sudo make install', then I realize that I don't >> need this and want to uninstall, but there is n

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
thx Nicolas for the answer. im still having issues getting this to work here is my modified example main i3 conf :PROPERTIES: :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 :header-args: :tangle ~/.i3/config :END: mod is win key and mod1 is alt key in below config ***

[O] org-mode team on gratipay

2016-11-06 Thread Bastien Guerry
Hi all, I created a team for org-mode on gratipay.com: https://gratipay.com/org-mode/ If you are contributing to org-mode, either in core, "contrib/" or by publishing code related to Org, don't hesitate to join the team to receive donations. Thanks! -- Bastien

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > thx Nicolas for the answer. > > im still having issues getting this to work > > here is my modified example > > main i3 conf > :PROPERTIES: > :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 > :header-args: :tangle ~/.i3/config > :END: > mod

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
Hi and thx again Sorry for not being clearer. im trying to tangle not the whole file (which i think is what org-babel-tangle does) but a specific header with all sub headers associated with it (they all create one file). after reading the org documentation at the time i created this function (defu