[O] [PATCH] Latex Previewing process: imagemagick use pdflatex by default

2016-05-23 Thread Feng Shu
>From 2cce55f48773f05f1aaeed31be8a53e3f59af312 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 24 May 2016 12:06:41 +0800 Subject: [PATCH] Latex Previewing process: imagemagick use pdflatex by default * org.el (org-preview-latex-process-alist): --- lisp/org.el | 4 ++-- 1 file changed, 2 inse

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread Grant Rettke
On Sun, May 22, 2016 at 4:52 PM, Charles C. Berry wrote: > TL;DR: Org babel headers give excellent control over what gets run, > when it gets run, and how. Users should use them. Definitely! > Don't reset `org-export-babel-evaluate'. Why not? It can be nice to disable org-export-babel-evaluate

Re: [O] Displaying deadline datestamp in todo agenda list?

2016-05-23 Thread Karl Fogel
Sigh, sorry. I messed up one important background fact in my original post, by mistakenly presenting these as the example Org Mode entries I was working with: > * STARTED <2016-05-23> Org Mode scheduling test KIWI. > DEADLINE: <2016-05-23> > > * TODO <2016-05-25> Org Mode scheduling te

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-05-23 Thread Nicolas Goaziou
Hello, Rasmus writes: > With the attached patch ox-latex seems to behave in this way. Thank you. Some comments follow. > Though perhaps there’s a more efficient way to get the first > footnote-reference to a given definition than trawling through with > org-export--footnote-reference-map. Cou

Re: [O] [PATCH] Place `org-clock-heading' outside clock time.

2016-05-23 Thread Nicolas Goaziou
Hello, Trevor Murphy writes: > * org-clock.el (org-clock-get-clock-string): When `org-clock-effort' > is nil, arrange the format string components separately, similar to > how they are arranged when o-c-e is not-nil. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] lists in tables (latex export)

2016-05-23 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > As far as I know orgmode does not support really lists in tables nor > does it allows it to export them. > > Are there any plans for the future concerning such a feature? I don't think so. Supporting lists in tables equals to rewrite org-table.el from scratch. Regar

[O] lists in tables (latex export)

2016-05-23 Thread Uwe Brauer
Hello The following minimal example shows one possibility to have lists in a table using LaTeX \documentclass[11pt]{article} \usepackage{varwidth} \begin{document} \begin{center} \begin{tabular}{ll} \begin{varwidth}{\linewidth} \begin{itemize} \item this \item th

Re: [O] Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-05-23 Thread Nicolas Goaziou
Hello, Dominik Schrempf writes: > I try to export a fontified LaTeX source code listing with HTML export. > It boils down to an error that is thrown upon execution of the following > function during HTML export: > > (org-html-fontify-code "\\begin{tabular}{@{} l @{}}\n\\hline\nno leading > spac

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread Charles C. Berry
On Mon, 23 May 2016, Nick Dokos wrote: "Charles C. Berry" writes: TL;DR: Org babel headers give excellent control over what gets run, when it gets run, and how. Users should use them. Don't reset `org-export-babel-evaluate'. ... [snip] Frankly, I do not see why users would want to mess

[O] org-table bindings available outside org tables too?

2016-05-23 Thread Kaushal Modi
Hi, We have a lot of org-table specific functions bound in org-mode-map whether or not the point is actually in an org table. Reference[1]. Is there a specific reason to have those bindings available globally in an org mode buffer? To prevent that, I have come up with this[2]. The idea is to u

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread John Hendy
On Mon, May 23, 2016 at 1:27 PM, Nick Dokos wrote: > "Charles C. Berry" writes: [snip] > >> If there is a use case for a capability that is not well supported by >> existing headers it would be good to have an example. >> > > There's the use case that John describes: I've evaluated everything,

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread Nick Dokos
"Charles C. Berry" writes: > TL;DR: Org babel headers give excellent control over what gets run, > when it gets run, and how. Users should use them. Don't reset > `org-export-babel-evaluate'. > > ... > >> I think one of the main points of confusion in this thread still has >> to do with why o-e-b

[O] Displaying deadline datestamp in todo agenda list?

2016-05-23 Thread Karl Fogel
I'm using the DEADLINE keyword with TODO entries, and I'd like the DEADLINE date to be displayed as a datestamp next to each TODO item, when I list deadlined todo items. In other words, I don't want to have to duplicate the DEADLINE timestamp as a timestamp on the TODO line itself in my Org Mod

[O] Publishing and hosting Org sites with Gitlab Pages

2016-05-23 Thread Rasmus
Hi, Here's an example of how to publish a static sites via ox-html.el and ox-publish.el via the Gitlab CI and Gitlab Pages: https://gitlab.com/pank/org-mode-gitlab-pages The good thing about this approach is that you don’t have to build pages manually or locally. Neither do you need to keep

[O] Export of subtree via narrowing to subtree - setting name of exported document?

2016-05-23 Thread Rainer M Krug
Hi I have a document which consists of several subtrees (presentation, paper, and other data). I would now like to export each of the two subtrees (presentation and paper) into different PDF files. I know of the EXPORT_FILE_NAME property, but somehow I do not manage to export the subtree via this