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
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
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
"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
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,
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
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
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
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
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
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
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
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
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
>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
15 matches
Mail list logo