I noticed there was also a newer thread (around a year old) on this
topic. It seems that what Nicolas Goaziou proposed earlier (about
using #+attr_latex to modify whether a latex block is a header block
or not) has not yet been implemented. This would be an alternative,
though I find it more cryp
Hi Everyone,
It is possible in org-mode to do either
#+LaTeX: \somecommand
or
#+BEGIN_LaTeX
\somecommand
#+END_LaTeX
I typically use the latter (the block form) because I often have
multiple lines of LaTeX I would like to include at certain locations
of a document.
Similar to
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> In the following example I can't toggle whether the contents of the
>> inlinetask is displayed via TAB. In both Org 8.2 and 8.3.
>>
>> * Pre
>> #+BEGIN_SRC emacs-lisp
>> (require 'org-inlinetask)
>> (org-indent-mode)
>> #+END_SRC
>> * Is
Hello,
Bjarte Johansen writes:
> I had loosely based it on my own ob-sparql and ob-awk, I saw that
> there was a remnant of ob-sparql left in there. Here is an updated
> version.
Thank you. Some comments follow.
> ;;; ob-sed.el --- org-babel functions for sed scripts
>
> ;; Copyright (C) 2015
Hello,
Rasmus writes:
> In the following example I can't toggle whether the contents of the
> inlinetask is displayed via TAB. In both Org 8.2 and 8.3.
>
> * Pre
> #+BEGIN_SRC emacs-lisp
> (require 'org-inlinetask)
> (org-indent-mode)
> #+END_SRC
> * Issue
> *** TODO baz
> [[foo:ba
Hi,
I found that ob-shell’s org-babel-variable-assignments:bash function does not
respect the interface for org-babel. It takes multiple arguments when it should
only take 1. This is a problem when f.ex. org-babel-sha1-hash tries to expand
the body of a bash source block and tries to call that
Hi,
On Wed, 27 May 2015 15:02:02 +0200
Stefan Otte wrote:
> Hey,
>
> I'm using orgmode with lots of LaTeX for equations. A typical document
> start with
>
> #+TITLE: Some Title
> #+LaTeX_HEADER: \include{commands}
>
> commands.tex contains commands like:
> \newcommand{\RRR}{{\mathbb{R}}
Hey,
I'm using orgmode with lots of LaTeX for equations. A typical document
start with
#+TITLE: Some Title
#+LaTeX_HEADER: \include{commands}
commands.tex contains commands like:
\newcommand{\RRR}{{\mathbb{R}}}
The pdf export works flawlessly, however `org-preview-latex-fragment`
seems to
Hi,
In the following example I can't toggle whether the contents of the
inlinetask is displayed via TAB. In both Org 8.2 and 8.3.
* Pre
#+BEGIN_SRC emacs-lisp
(require 'org-inlinetask)
(org-indent-mode)
#+END_SRC
* Issue
*** TODO baz
[[foo:bar]]
*** END
Thanks,
Rasmus
Hello,
Andreas Leha writes:
> some more spurious warnings I get:
>
>
> 1. Captions with short version:
>
> ,
> | 1105 low Possible missing colon in keyword "#+caption[Data"
> `
>
> 2. header arguments from ob-latex:
>
> ,
> |451 high Unknown header argument "packages"
> |4
Hi Nicolas,
some more spurious warnings I get:
1. Captions with short version:
,
| 1105 low Possible missing colon in keyword "#+caption[Data"
`
2. header arguments from ob-latex:
,
|451 high Unknown header argument "packages"
|451 high Unknown header argument "imoutop
I had loosely based it on my own ob-sparql and ob-awk, I saw that there was a
remnant of ob-sparql left in there. Here is an updated version.
ob-sed.el
Description: Binary data
Hi,
I originally wrote this for Eric Schulte’s sed-mode, but he thought I should
post it here instead. I have been using it for little over a week and it has
been working perfectly for me. If there is anything that you think should be
added or removed before it is accepted into org-mode please
13 matches
Mail list logo