[O] Editing the taskreport plan width value in taskjuggler taskreport output

2017-02-16 Thread Rob Stewart
Hi, The contents of the exported TaskJuggler .tjp file includes: # A traditional Gantt chart with a project overview. taskreport plan "" { headline "Project Plan" columns bsi, name, start, end, effort, chart loadunit shortauto hideresource 1 } This renders HTML with a fairly narrow

Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Rob Stewart
Hi Rasmus, Thanks for the tip. In the absence of an org mode solution to this, adding the following to the top of my org file is a solution: #+LATEX_HEADER: \setbeamertemplate{frametitle}{} -- Rob On 3 April 2016 at 12:36, Rasmus <ras...@gmx.us> wrote: > Rob Stewart <robstewar.

[O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Rob Stewart
Hi, I like presentation zen, where less is more. I would like to export my org-mode files as beamer slides, but have the heading title ignored so as not to position a title at the top left of the each slide. I can do it on a per-slide basis with: ** My slide title :PROPERTIES: :BEAMER_ENV:

Re: [O] Avoiding recompilation of ditaa ASCII if unmodified between exports

2015-04-24 Thread Rob Stewart
Hi Loris, On 24 April 2015 at 06:48, Loris Bennett loris.benn...@fu-berlin.de wrote: I think you want to look at caching: http://orgmode.org/manual/cache.html Thanks for the tip. Interestingly, caching doesn't seem to work for ditaa blocks. E.g. --8---cut

Re: [O] Avoiding recompilation of ditaa ASCII if unmodified between exports

2015-04-24 Thread Rob Stewart
Hi Loris, Caching with ditaa works for me with Emacs 24.4.1 and Org 8.2.10-37-gc000e8-elpaplus. What versions of Org/Emacs are you using? Org-mode version 8.3beta release_8.3beta-1028-g0865cb GNU Emacs 24.4.1 -- Rob

[O] Don't treat [n] as a footnote, and export [n]

2015-04-23 Thread Rob Stewart
Hi, I have the following in an org mode file (that do not want as inline verbatim inside =foo=) : int[2] a; When I try exporting to HTML, I get the error: org-export-get-footnote-definition: Definition not found for footnote 2 I've seen two solutions online:

[O] Fwd: Don't treat [n] as a footnote, and export [n]

2015-04-23 Thread Rob Stewart
:]]+\\)) \\))) (setq org-footnote-definition-re (org-re ^\\[\\(fn:[-_[:word:]]+\\)\\])) From http://stackoverflow.com/a/25342297/1526266 . -- Rob -- Forwarded message -- From: Rob Stewart robstewar...@gmail.com Date: 23 April 2015 at 20:10 Subject: Don't treat [n

Re: [O] Fwd: Don't treat [n] as a footnote, and export [n]

2015-04-23 Thread Rob Stewart
) ? Thanks, -- Rob On 23 April 2015 at 20:40, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Rob Stewart robstewar...@gmail.com writes: And just as soon as I send this email, I find the answer: [num] syntax for footnotes is indeed a pain. However, the solution below is really a kludge

Re: [O] Fwd: Don't treat [n] as a footnote, and export [n]

2015-04-23 Thread Rob Stewart
On 23 April 2015 at 20:53, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: (add-to-list 'org-export-filter-parse-tree-functions #'my-ignore-false-footnotes) Perfect, that works. Thanks Nicolas, -- Rob

[O] Avoiding recompilation of ditaa ASCII if unmodified between exports

2015-04-23 Thread Rob Stewart
Hi, I really appreciate the integration with ditaa and org mode. http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ditaa.html I have an Org mode document with 5 ditaa diagrams, and exporting my Org file is taking quite a long time, about 10 seconds to compile 5 ditaa diagrams + HTML

[O] Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bibtex.el

2015-04-11 Thread Rob Stewart
Hi, When the bibtex key contains a `/` character, the export with ox-bibtex.el emits an incorrect string (I think) for citing the reference at the point it is referenced. For example: \cite{StewartTL11} Which in the HTML becomes: [a href=#StewartTL114/a] However,

[O] Putting biblography table at bottom of HTML export with ox-bibtex.el

2015-04-11 Thread Rob Stewart
Hi, Hi folks, I'm using ox-bibtex to export to HTML. After bibtex2html has been used, the HTML file I get puts the references at the top, and I'd like it to be at the bottom of the HTML page. Is this possible? I'm using the current ox-bibtex.el, i.e.

Re: [O] Fwd: Is `org-preview-latex-fragment` sensitive to alignment specified by document class options?

2014-04-19 Thread Rob Stewart
\\documentclass[fleqn]{article} .. eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) --8---cut here---end---8--- Thanks Nick! -- Rob On 9 April 2014 18:22, Nick Dokos ndo...@gmail.com wrote: Rob Stewart robstewar

[O] Fwd: Fwd: Is `org-preview-latex-fragment` sensitive to alignment specified by document class options?

2014-04-19 Thread Rob Stewart
file that gets generated with this call. But when `org-preview-latex-fragment is called without errors, I cannot locate the temporary file? -- Rob -- Forwarded message -- From: Rob Stewart robstewar...@gmail.com Date: 19 April 2014 14:02 Subject: Re: [O] Fwd: Is `org-preview-latex

[O] Fwd: Is `org-preview-latex-fragment` sensitive to alignment specified by document class options?

2014-04-09 Thread Rob Stewart
to other people :-) Git blame tells me that the last commit relating to the definition of `org-preview-latex-fragment` in lisp/org.el is fe939ec by Carsten on 22-03-2008. Who might I be able to poke directly with my question below. Thanks, -- Rob -- Forwarded message -- From: Rob

[O] Is `org-preview-latex-fragment` sensitive to alignment specified by document class options?

2014-04-06 Thread Rob Stewart
Hi, Is there a way to make `org-preview-latex-fragment` sensitive to LaTeX class options? I have a simple example to demonstrate where it does not: %%% #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [fleqn] #+LATEX_HEADER: \usepackage{amsmath} \begin{gather} b := (a \oplus s_1) \oplus s_2 \\

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
: \(defun org-latex-export-as-latex Binary file ox.elc matches ox-latex.el: ((?L As LaTeX buffer org-latex-export-as-latex) ox-latex.el:(defun org-latex-export-as-latex Which command *should* I expect to be using? -- Rob On 28 November 2013 11:38, Rob Stewart robstewar...@gmail.com wrote

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
{sec-1} Hello. % Emacs 24.3.1 (Org mode 8.2.1) \end{document} % On 29 November 2013 13:52, Rob Stewart robstewar...@gmail.com wrote: Just to be clear, what is the command I am supposed to be using to export to latex? I.e., which command is called with combination `C-c C-e l l` ? I

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
On 29 November 2013 17:44, Nicolas Goaziou n.goaz...@gmail.com wrote: Now I remember. This is a feature. When headlines are selectively exported, i.e. when you use :export: tag or equivalent, text before the first headline is ignored. This was a request from François Pinard, a few months

[O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-28 Thread Rob Stewart
contents width) contents) org-from-is-user-regexp \\Rob Stewart\\ org-html-format-drawer-function '(lambda (name contents) contents) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-28 Thread Rob Stewart
On 28 November 2013 10:49, Nicolas Goaziou n.goaz...@gmail.com wrote: Unfortunately, I'm unable to reproduce the problem. Anyway, it sounds like you're using somehow the old export framework. I'm not entirely sure how I do this. But here's a shot at it: org-version Org-mode version 8.2.1

[O] #+LATEX before first heading getting ignored LaTeX output

2013-11-27 Thread Rob Stewart
I am experiencing a problem in org-mode whereby a #+LATEX block before the first heading is being ignored in the generated LaTeX. Below is a simple example, first without export the Introduction header with :noexport: , and then with. I realise I could use #+BEGIN_abstract , but this is not about

[O] exporting to beamer error: org-beamer--normalize-argument: Wrong type argument: stringp, nil

2013-10-02 Thread Rob Stewart
Hi, I have followed this tutorial to export from org to beamer frames. http://orgmode.org/worg/exporters/beamer/ox-beamer.html . Unfortunately, the frames are not created for 2nd level headings. Instead, subsections are used. I am using org-mode from the git repository, pulled today using commit

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Rob Stewart
Hi Andreas, On 17 July 2013 23:09, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Definitely there is: --8---cut here---start-8--- #+begin_src R :results table :colnames yes read.csv('test.csv') #+end_src #+results: | X | Variant | Xaxis | N

[O] import R data frame into org-mode table

2013-07-16 Thread Rob Stewart
I have an R script that generates a data frame, that I export to a CSV file. The data looks something like this: ,Variant,Xaxis,N,mean,sd,se 1,line1,10,5,111.11,9.33,3.11 1,line1,20,5,112.11,9.13,3.14 1,line1,30,5,113.11,9.43,3.10 1,line2,10,5,101.11,8.33,2.11

Re: [O] latex export of org-mode: verbatim block in a figure

2013-03-15 Thread Rob Stewart
There are some things I don't quite understand: Would you like to export to LaTeX, or would you simply like to have a target to refer to in an orgmode file? I'd like. in my orgmode file, to be able to say, see Figure \ref{fig:my-api}. When I export to LaTeX, I'd like it to then correctly

[O] latex export of org-mode: verbatim block in a figure

2013-03-14 Thread Rob Stewart
What I would like to do is simple: wrap a verbatim code block within a Figure, so that I can refer to it elsewhere in my org-mode file. How is this achieved? A naive solution, which does not work, looks like: #+CAPTION:My caption #+LABEL: fig:my-api #+ATTR_LaTeX: width=130mm,height=30mm