[O] Exporting big org file with contents split in other org files

2016-10-07 Thread Giacomo M
Dear all, I know org-mode has an #+INCLUDE directive for header and initialization code. I was wondering whether this works also for creating contents below headlines. E.g. #+BEGIN_SRC org-mode * Chapter 1 #+INCLUDE: chapter-1-with-two-stars-headlines.org * Chapter 2 #+INCLUDE:

Re: [O] [BUG] TRAMP error in PDF export

2016-10-07 Thread Aaron Ecay
Hi Phil, Org isn’t currently set up to handle compiling Latex documents on a remote machine. I suppose the relevant function should detect such an attempt, and immediately error out. Over the longer term, remote compilation support could be added. -- Aaron Ecay

Re: [O] PDF font

2016-10-07 Thread Nick Dokos
Philip Hudson writes: > Question: How do I specify how an Org element appears in the > corresponding exported PDF? Specifically the typeface (font). > E.g. #+LATEX_HEADER: \usepackage{palatino} > Meta-question: Where might this question be answered that I haven't >

Re: [O] Bug: org-mode interprets * as a headline in text between #+BEGIN_.. and #+END_...

2016-10-07 Thread Nicolas Goaziou
Hello, David Talmage writes: > What does the parser do with a drawer? How is that different from a > block? It seems that one can put text that looks like a headline in a > drawer and it won't be interpreted as a headline. Why couldn't blocks be > parsed the

Re: [O] [BUG] TRAMP error in PDF export

2016-10-07 Thread Philip Hudson
On 7 October 2016 at 14:31, Aaron Ecay wrote: > Org isn’t currently set up to handle compiling Latex documents on a > remote machine. I suppose the relevant function should detect such an > attempt, and immediately error out. Over the longer term, remote > compilation

Re: [O] Bug: org-mode interprets * as a headline in text between #+BEGIN_.. and #+END_...

2016-10-07 Thread David Talmage
On Fri, Oct 7, 2016 at 2:09 AM, Nicolas Goaziou wrote: > Hello, > > Nick Dokos writes: > > > Is the "* on column 0 is a headline" convention a consequence of the > > dependence on outline.el? Or is it just historical baggage? I cannot > > remember the

[O] Bug?: Performance problem when loading file

2016-10-07 Thread Stefan-W. Hahn
Hello, I'm using Org-mode version 8.3.4 (release_8.3.4-1034-gadcaf9 @ /home/hs/.emacs.d/git/org-mode/lisp/) on emacs 25.1/25.2. With this version (also newer versions) I have a problem with loading files. I normally switch all files with extensions ".org" and also ".txt" to org-mode, even if

Re: [O] Bug: org-mode interprets * as a headline in text between #+BEGIN_.. and #+END_...

2016-10-07 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Is the "* on column 0 is a headline" convention a consequence of the >> dependence on outline.el? Or is it just historical baggage? I cannot >> remember the grammar rules, but I'm wondering if

Re: [O] PDF font

2016-10-07 Thread Philip Hudson
On 7 October 2016 at 23:14, Nick Dokos wrote: > Philip Hudson writes: > >> Question: How do I specify how an Org element appears in the >> corresponding exported PDF? Specifically the typeface (font). >> > > E.g. > > #+LATEX_HEADER: \usepackage{palatino}

Re: [O] mass conversion?

2016-10-07 Thread Adam Porter
Sharon Kimble writes: > In an org-mode document which is then converted I'm using the latex > glossary package, which shows my glossary items as '\gls{foo}'. I'm now > getting to the stage of having a paper copy of the latexed PDF but am > finding that the glossary

Re: [O] PDF font

2016-10-07 Thread Nick Dokos
Philip Hudson writes: > On 7 October 2016 at 23:14, Nick Dokos wrote: >> Philip Hudson writes: >> >>> Question: How do I specify how an Org element appears in the >>> corresponding exported PDF? Specifically the typeface (font).

Re: [O] [RFC] Change visibility for bracket links

2016-10-07 Thread Adam Porter
Nicolas Goaziou writes: > I'd like to make the following change to bracket links display (i.e., > when `org-highlight-links' contains `bracket', which is the default). > > Basically, I want to leave a visible pair of brackets around the link, Hi Nicolas, I understand

[O] Multi-line macros (again)

2016-10-07 Thread Jarmo Hurri
Greetings. I think I have discussed multiline Org macros here before. But I bumped into the issue again. One of the most useful properties of LaTeX is \newcommand, which allows you to reuse document structures. I really, _really_ miss this feature in Org. Org has #+MACRO, but it is limited to a

Re: [O] [RFC] Change visibility for bracket links

2016-10-07 Thread Nicolas Goaziou
Hello, Clément Pit--Claudel writes: > What about having our cake and eating it too? :) We could do just the > same as what prettify-symbols-mode does with its > prettify-symbols-unprettify-at-point variable. Namely, we could show > the brackets when point is at the edge

Re: [O] Bug: org-mode interprets * as a headline in text between #+BEGIN_.. and #+END_...

2016-10-07 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Is the "* on column 0 is a headline" convention a consequence of the > dependence on outline.el? Or is it just historical baggage? I cannot > remember the grammar rules, but I'm wondering if the parser could be > made to say "not a headline" in this

Re: [O] Best diagram, image software?

2016-10-07 Thread Robert Klein
Hi, I'm using the following header, which lets me export to PDF and HTML, both (basically from here: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html). #+header: :exports results :file fsa.png #+header: :imagemagick yes :iminoptions -density 600 :imoutoptions -geometry

[O] PDF font

2016-10-07 Thread Philip Hudson
Question: How do I specify how an Org element appears in the corresponding exported PDF? Specifically the typeface (font). Meta-question: Where might this question be answered that I haven't looked? I haven't managed to find it in the manual or on Worg using a fairly exhaustive variety of search

Re: [O] [RFC] Change visibility for bracket links

2016-10-07 Thread Clément Pit--Claudel
On 2016-10-07 22:38, Adam Porter wrote: > I understand the motivation for making this change, but I respectfully > request that this be made configurable. I much prefer the "clean" links > without visible brackets, and adding them would seem like a regression > to me. I'm guessing that many

Re: [O] [RFC] Change visibility for bracket links

2016-10-07 Thread Adam Porter
Clément Pit--Claudel writes: Hi Clément, > Adam, what do you think of my earlier suggestion (displaying the > brackets when the pointer is on them, hiding them otherwise? (In the > style of prettify-symbols-mode with unprettify-symbol-at-point) Sorry, I missed that in