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
#
> There are some things I don't quite understand: Would you like to export to
> LaTeX, or would you simply like to have a <> 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 expor
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.
Hi Andreas,
On 17 July 2013 23:09, Andreas Leha 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 | mean | sd | se
The following:
\texttt{PING}s ~PONG~s, \textbf{Foo}s *Foo*s, \emph{Bar}s /Bar/s.
When exported to latex produces:
\texttt{PING}s \textasciitilde{}PONG\textasciitilde{}s, \textbf{Foo}s
*Foo*s, \emph{Bar}s /Bar/s.
What I'd really like to be able to do in my org mode file is to have
bold, verbatim,
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
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 a
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-mode mailing list.
-
On 28 November 2013 10:49, Nicolas Goaziou 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 (release_8.2.1-190-g22
fs.el: (defun org-latex-export-as-latex
ox.el: \(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 2
,
pdfcreator={Emacs 24.3.1 (Org mode 8.2.1)}}
\begin{document}
\maketitle
\tableofcontents
\section{Introduction}
\label{sec-1}
Hello.
% Emacs 24.3.1 (Org mode 8.2.1)
\end{document}
%
On 29 November 2013 13:52, Rob Stewart wrote:
> Just to be clear, what is the command I am s
On 29 November 2013 17:44, Nicolas Goaziou 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 ago, on the ML.
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: fullf
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 wrote:
> Rob Stewart writes:
>
>> Hi,
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.
http://orgmode.org/w/?p=org-mode.git;a=blob_pl
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:
[4]
However,
\cite{DBLP:conf/appt/StewartTL11}
Becomes:
[DBLP
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:
http://emacsclub.github.io/html/or
quot;
(org-re "\\(fn:[-_[:word:]]+\\)")
"\\)"))
(setq org-footnote-definition-re
(org-re "^\\[\\(fn:[-_[:word:]]+\\)\\]"))
>From http://stackoverflow.com/a/25342297/1526266 .
--
Rob
-- Forwarded message --
From: Rob Stew
-last-sexp)
? Thanks,
--
Rob
On 23 April 2015 at 20:40, Nicolas Goaziou wrote:
> Hello,
>
> Rob Stewart 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
On 23 April 2015 at 20:53, Nicolas Goaziou wrote:
> (add-to-list 'org-export-filter-parse-tree-functions
> #'my-ignore-false-footnotes)
Perfect, that works. Thanks Nicolas,
--
Rob
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 expo
Hi Loris,
On 24 April 2015 at 06:48, Loris Bennett 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 here---start->8---
#+B
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
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 \\
sting 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
'
will either replace the placeholder \"[PACKAGES]\" in this
header, or they will be appended.")
(setq org-format-latex-header "\\documentclass[fleqn]{article} ..
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
--8<
he temporary tex 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
Date: 19 April 2014 14:02
Subject: Re: [O] Fwd: Is `org-preview-la
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 Gannt
28 matches
Mail list logo