I was wondering if there was an easy way to execute some shell
commands contained in a src block as root. Alternatively, is there a
quick way to export _just_ that one source block to a temp file so
that I could run it as root manually?
Michael Hannon wrote:
> Greetings. I've got another export question. If I put two small images into
> an Org-mode table and export the containing document to HTML, I see the two
> images displayed side-by-side in an area of the page that is at least roughly
> the actual size of the concatenated
James Harkins writes:
> Given this:
>
> * Category 1
> ** TODO First todo in file <2012-03-30 Fri> :Tag:
> ** TODO Second todo in file <2012-03-29 Thu> :Tag:
> * Category 2
> ** TODO Third todo in file <2012-03-28 Wed> :
Given this:
* Category 1
** TODO First todo in file <2012-03-30 Fri> :Tag:
** TODO Second todo in file <2012-03-29 Thu>:Tag:
* Category 2
** TODO Third todo in file <2012-03-28 Wed> :Tag:
** TODO Fourth todo in fil
On Sat, Mar 3, 2012 at 00:44, Michael Hannon wrote:
>> I think the only way to get a TOC is to set num:t. You can probably
>> rewrite a chunk of latex code so that unnumbered sections etc end up in
>> the .toc file, but I think it would be a fairly major undertaking.
>
> Thanks, Nick. I think I'l
Greetings. I've got another export question. If I put two small images into
an Org-mode table and export the containing document to HTML, I see the two
images displayed side-by-side in an area of the page that is at least roughly
the actual size of the concatenated images.
If I export the same d
> From: Nick Dokos
>> Greetings. I'm exporting a document to both HTML and PDF. In the
>> HTML version, I get a table of contents. In the PDF version, I do NOT
>> get a table of contents. The appended text illustrates the problem.
>> I'd like to get the TOC in both.
>>
> num:nil causes unnum
Nick Dokos wrote:
> Michael Hannon wrote:
>
> > Greetings. I'm exporting a document to both HTML and PDF. In the
> > HTML version, I get a table of contents. In the PDF version, I do NOT
> > get a table of contents. The appended text illustrates the problem.
> > I'd like to get the TOC in
Michael Hannon wrote:
> Greetings. I'm exporting a document to both HTML and PDF. In the
> HTML version, I get a table of contents. In the PDF version, I do NOT
> get a table of contents. The appended text illustrates the problem.
> I'd like to get the TOC in both.
>
num:nil causes unnumbe
Hey Skip and Suvayu,
this is so cool. Thank you!
says Martin
cbe...@tajo.ucsd.edu wrote:
>
> I've been bitten by the 'no C-c C-c' after changing a #+property line so
> many times, you would think I'd learn. :-(
>
Yup - I don't know why, but for some reason I can see it more easily
when others do it than when I do it: I sometimes spend *minutes*
bewildere
Greetings. I'm exporting a document to both HTML and PDF. In the HTML
version, I get a table of contents. In the PDF version, I do NOT get a table
of contents. The appended text illustrates the problem. I'd like to get the
TOC in both.
I'm running:
Org-mode version 7.8.03 (release_7.
Dear Nick,
that is even more than enough ;-)
Thanks a lot! That solves quite a bit of preoblems for me.
I tried to put the anchor in the line of the headline itself and it
worked in orgmode but was not exported as I expected.
Best,
Markus
Am 02.03.2012 21:23, schrieb Nick Dokos:
Markus Gr
Hello,
Samuel Wales writes:
> Export of inline footnotes breaks if you do (setf org-footnote-section
> nil). The footnote section goes in a single place but not at the end.
>
> *** test
> a
> * b
> b[fn::one]
> * c
> c[fn::two]
> * d
> d
> * e
> e
>
> The docstring says "before
Nick Dokos writes:
> cbe...@tajo.ucsd.edu wrote:
>
>> cbe...@tajo.ucsd.edu writes:
>>
>> inline correction below.
>>
>> > Eric Schulte writes:
>> >
>> >> Matthew Landis writes:
>> >>
>> >>> tajo.ucsd.edu> writes:
>> >>>
>>
>> Eric Schulte gmx.com> writes:
>>
>> >>> Do
cbe...@tajo.ucsd.edu wrote:
> cbe...@tajo.ucsd.edu writes:
>
> inline correction below.
>
> > Eric Schulte writes:
> >
> >> Matthew Landis writes:
> >>
> >>> tajo.ucsd.edu> writes:
> >>>
>
> Eric Schulte gmx.com> writes:
>
> >>> Does this do what you want?
> >>>
>
>
> Eric,
>
> your response is threaded as a reply to Matthew, but here you have
> replied to my comment about buffer wide PROPERTY setting of :cache.
>
> Here is an example of the difficulty I face:
>
> ,
> | #+property: :cache yes
> |
> |
> | #+name: Ablock
> | #+begin_src emacs-lisp :resul
cbe...@tajo.ucsd.edu writes:
inline correction below.
> Eric Schulte writes:
>
>> Matthew Landis writes:
>>
>>> tajo.ucsd.edu> writes:
>>>
Eric Schulte gmx.com> writes:
>>> Does this do what you want?
>>>
>
> Have you looked at the :cache header argument [1],
Robert McIntyre writes:
> Hi,
>
> I use org-babel to produce the source and html documentation for my projects.
>
> My projects generally look like this:
>
> [~/tmp/org-project] $ tree
> .
> |-- html
> | `-- proj.html
> |-- org
> | `-- proj.org
> `-- src
> `-- namesace
> |-- prog_
Jambunathan K writes:
>> But I do see C:/emacs-23.4/etc/org/styles, which has
>> OrgOdtStyles.xml,
I didn't see this in your earlier message.
This is how it is on my Emacs-24.0.94. There is no "styles" subdir. The
XML files are directly under etc/org.
,
| c:/Program Files/emacs-24.0.94/e
Hi,
I use org-babel to produce the source and html documentation for my projects.
My projects generally look like this:
[~/tmp/org-project] $ tree
.
|-- html
| `-- proj.html
|-- org
| `-- proj.org
`-- src
`-- namesace
|-- prog_1.clj
`-- prog_2.clj
Here prog_1.clj, prog_2
The easiest solution is to use ELPA. There is some instruction on how to
use ELPA here:
http://orgmode.org/worg/org-faq.html#installing-via-elpa
If you are installing through ELPA for the first time, make sure that
you have no installation of org in your load-path. M-x locate-library
RET org RET
Viktor Rosenfeld writes:
> Hi Eric,
>
> Eric Schulte wrote:
>
>> Currently the only action Babel takes with STDERR is to display it in a
>> pop-up buffer when code block evaluation fails.
>
> On my system (OS X) the buffer does not popup. I just tried
>
> #+BEGIN_SRC sh
> echo foo 1>&2
> #+END_
Matthew Landis writes:
> On 3/2/2012 2:33 PM, Eric Schulte wrote:
>>
>> The above line should be #+PROPERTY: singular. That explains why
>> file-wide settings aren't working for you.
> THANK YOU. That makes it work,
Good to hear.
> especially once I realized that the Property has to be set wh
Markus Grebenstein wrote:
> Dear List,
>
> I am regularly running into problems with internal links to headings,
> since my document meanwhile is 200pp+ long and I tend to change
> headings.
>
> Since I loose the ability to jump to the heading, I do not like to use
> the classic latex approach
On 3/2/2012 2:33 PM, Eric Schulte wrote:
The above line should be #+PROPERTY: singular. That explains why
file-wide settings aren't working for you.
THANK YOU. That makes it work, especially once I realized that the
Property has to be set when the buffer is loaded. Now I have
#+PROPERTY:
Dear List,
Since the name of ConTeXt makes it almost impossible to search for that
topic I'd like to ask you:
Is there an ConTeXt exporter (planned??). I am getting more and more fed
up with all the package trouble...
Thanks in advance,
Markus
Dear List,
I am regularly running into problems with internal links to headings,
since my document meanwhile is 200pp+ long and I tend to change headings.
Since I loose the ability to jump to the heading, I do not like to use
the classic latex approach using \label.
I am wondering why ancho
On Fri, Mar 2, 2012 at 10:57 AM, Martin Weigele wrote:
> Hi, is there an easy way to do this (rather than to fiddle around with
> resulting pdfs)?
I think the LaTeX package pdfpages is what you are looking for.
Hi Eric,
Eric Schulte wrote:
> Currently the only action Babel takes with STDERR is to display it in a
> pop-up buffer when code block evaluation fails.
On my system (OS X) the buffer does not popup. I just tried
#+BEGIN_SRC sh
echo foo 1>&2
#+END_SRC
in Aquamacs and Cocoa Emacs. Strangely,
Eric Schulte writes:
> Matthew Landis writes:
>
>> tajo.ucsd.edu> writes:
>>
>>>
>>> Eric Schulte gmx.com> writes:
>>>
>>> >>> Does this do what you want?
>>
>>> >
>>> > Have you looked at the :cache header argument [1], from my understanding
>>> > of your use case it should be exactly what
Matthew Landis writes:
> Eric Schulte gmx.com> writes:
>
>>
>> Matthew Landis isciences.com> writes:
>>
>> Have you tried this? The cache header argument has special handling of
>> code blocks with sessions to handle such cases.
>
> Fair enough! I hadn't tried it. But I did just try this e
Hello all,
I've been googling this problem and searching the archives, but I can't
seem to find a solution. When I try to export to ODT, I get
Error (org-odt): Cannot find factory styles files. Aborting.
Looking in my *Messages* buffer, I see at startup:
Debug (org-odt): Searching for OpenD
On 3/2/2012 12:59 PM, Christophe Pouzat wrote:
Matthew,
I think that you're wrongly expecting babel's cache header argument to
behave like the argument of the same name in Sweave code chunks. Babel
will cache, in your case, the value of your code block evaluation and
there is none in your fir
Eric Schulte gmx.com> writes:
>
> Matthew Landis isciences.com> writes:
>
> Have you tried this? The cache header argument has special handling of
> code blocks with sessions to handle such cases.
Fair enough! I hadn't tried it. But I did just try this example:
---
Bernt Hansen writes:
> pin...@iro.umontreal.ca (François Pinard) writes:
> Two SCHEDULED: lines on a single entry is not supported by org-mode
> AFAIK.
OK!
> I would create a subtask for each of these
I'll use this, thanks Bernt!
François
Matthew Landis writes:
> tajo.ucsd.edu> writes:
>
>>
>> Eric Schulte gmx.com> writes:
>>
>> >>> Does this do what you want?
>
>> >
>> > Have you looked at the :cache header argument [1], from my understanding
>> > of your use case it should be exactly what you are after.
>> >
>>
>> Its a st
Rick Frankel writes:
Hi Eric, Hi Rick,
> Are you running babel code which generates images (e.g., dot, mscgen,
> etc.)?
> If so, check if =org-display-inline-images= is being executed in the
> =org-babel-after-execute-hook=. It automatically replaces the file link
> results with the inline image
David Maus wrote:
> At Mon, 27 Feb 2012 17:21:59 -0500,
> Nick Dokos wrote:
> >
> > David Maus wrote:
> >
> > > > The problem was that org-bbdb is part of org-modules by default and that
> > > > was loading org-bbdb way too early, certainly before bbdb itself was
> > > > loaded. That would se
Matthew Landis writes:
> tajo.ucsd.edu> writes:
>
>>
>> Eric Schulte gmx.com> writes:
>>
>> >>> Does this do what you want?
>
>> >
>> > Have you looked at the :cache header argument [1], from my understanding
>> > of your use case it should be exactly what you are after.
>> >
>>
>> Its a st
Nicolas Goaziou writes:
> This should be fixed now. Thank you for reporting it.
I confirm the fix, testing is clean again, thank you very much.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Strome
suvayu ali writes:
> Hi Jonathan and Jeremiah,
>
> On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin
> wrote:
>> Seems that the URL listed on that page is not correct for cloning.
>> The URL is the correct one for web access.
>>
>
> [...]
>
>>
>> So http cloning is enabled, the URL simply isn't
Nick Dokos hp.com> writes:
>
> Matthew Landis isciences.com> wrote:
>
> I can't reproduce it either with latest (more or less) or with 7.8.03.
> The html export succeeds and the code is exported, pdf export (with
> minted) succeeds except that the code block is not processed, because
> there
tajo.ucsd.edu> writes:
>
> Eric Schulte gmx.com> writes:
>
> >>> Does this do what you want?
> >
> > Have you looked at the :cache header argument [1], from my understanding
> > of your use case it should be exactly what you are after.
> >
>
> Its a step in the right direction.
>
> It seem
pin...@iro.umontreal.ca (François Pinard) writes:
> Hi, Org friends!
>
> For my employer, I have to fill a "time form" every two weeks for
> salary, and also every month for customer billing. So, I have one
> SCHEDULED: line for each of these recurrences. Last week, the entry
> started like this
Eric Schulte writes:
> Jambunathan K writes:
>
>> "Git merge tool for Org files"
>>
>> http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html
>>
>
> Interesting, along these lines, I know git is able to use custom diffs
> (e.g., there exist sentence rather than line-based diffs fo
Jambunathan K writes:
> "Git merge tool for Org files"
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html
>
Interesting, along these lines, I know git is able to use custom diffs
(e.g., there exist sentence rather than line-based diffs for writing
prose). I wonder if an o
"Git merge tool for Org files"
http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00601.html
Hi,
Thanks to Bastien and Thorsten for advancing this opportunity. I think
this could be a good chance for the community to collect and prioritize
some of our more ambitious development goals, and to widen the pool of
users who are familiar with the Org-mode internals -- a wonderful
journey to ta
Hi, Org friends!
For my employer, I have to fill a "time form" every two weeks for
salary, and also every month for customer billing. So, I have one
SCHEDULED: line for each of these recurrences. Last week, the entry
started like this:
** TODO *Rapport d'heures (Formation)
At Mon, 27 Feb 2012 17:21:59 -0500,
Nick Dokos wrote:
>
> David Maus wrote:
>
> > > The problem was that org-bbdb is part of org-modules by default and that
> > > was loading org-bbdb way too early, certainly before bbdb itself was
> > > loaded. That would set the value to nil and nothing I wou
Viktor Rosenfeld writes:
> Hi,
>
> is there a way to capture stderr output of a babel block and have it
> appear in the results block (instead of being printed in the *Shell
> Command Output* buffer)? On sh blocks I could redirect myself, but I'm
> trying to capture the output of psql (the Postgr
Hey Martin,
On Fri, Mar 2, 2012 at 16:57, Martin Weigele wrote:
> Hi, is there an easy way to do this (rather than to fiddle around with
> resulting pdfs)?
>
If you want to include the preexisting pdf as an image, just do
[[file:/path/to/preexisting.pdf]]
and export. I don't think there is any
Hi, is there an easy way to do this (rather than to fiddle around with
resulting pdfs)?
Thanks, Martin
On 02.03.2012 02:11, Thorsten wrote:
Hi List,
results of code block evaluations seem to be inserted as pictures in
the
org document - and need X11 or there is an error message.
Is that true - Org Babel only works in an X11 session and not on the
console? Or is there some configuration/trick t
Can you provide a minimal example? I have a similar usage pattern
(emacs daemon and a mixture of X11 and screen Emacs windows) and I have
never experienced what you describe.
Also, try to reproduce with Emacs -Q, maybe you have some inline-image
configuration set.
Best,
Thorsten writes:
> Hi
Hello,
Achim Gratz writes:
> There's another patch by Nicolas that added a few test, one of which
> seems broken:
This should be fixed now. Thank you for reporting it.
Regards,
--
Nicolas Goaziou
Hi Jonathan and Jeremiah,
On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin
wrote:
> Seems that the URL listed on that page is not correct for cloning.
> The URL is the correct one for web access.
>
[...]
>
> So http cloning is enabled, the URL simply isn't mentioned (And I
> can't remember wh
Seems that the URL listed on that page is not correct for cloning.
The URL is the correct one for web access.
The following works for me (stuck behind a firewall that blocks git://):
,
| [remote "origin"]
| fetch = +refs/heads/*:refs/remotes/origin/*
| url = http://orgmode.org/org-mode.git
`--
On Fri, Mar 2, 2012 at 09:00, wrote:
>
> I was looking to add scala support to org-babel, but the repo linked
> from http://orgmode.org/worg/org-contribute.html appears to need some
> server-side love:
>
> $ git --version
> git version 1.7.9.2
>
> $ git clone http://orgmode.org/w/org-mod
Hi,
is there a way to capture stderr output of a babel block and have it
appear in the results block (instead of being printed in the *Shell
Command Output* buffer)? On sh blocks I could redirect myself, but I'm
trying to capture the output of psql (the PostgreSQL client).
Specifically, I have th
With some help I was able to fix the problem. If anyone is interested in
the template, let me know and I can supply the corrected code.
On Thu, Mar 1, 2012 at 11:26 PM, Peter Salazar wrote:
> Not sure if this is the right forum for this question, so feel free to
> direct me elsewhere...
>
> I'm
Dear all,
Thorsten wrote a page about the Google Summer of Code on Worg:
http://orgmode.org/worg/org-contrib/gsoc2012/
He described his own project on the "ideas" page:
http://orgmode.org/worg/org-contrib/gsoc2012/orgmode-gsoc2012-ideas.html
(See "Real webprogramming with Org Mode and PicoLi
I was looking to add scala support to org-babel, but the repo linked
from http://orgmode.org/worg/org-contribute.html appears to need some
server-side love:
$ git --version
git version 1.7.9.2
$ git clone http://orgmode.org/w/org-mode.git
Cloning into 'org-mode'...
fatal:
64 matches
Mail list logo