-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30/03/11 22:17, Eric Schulte wrote:
> Hi Rainer,
>
> When I tangle this code block (just slightly reformatted for my own
> readability)
>
> #+headers: :var STATE=(vc-state (or (buffer-file-name)
> org-current-export-file))
> #+headers: :var REV=(
Eric Schulte gmail.com> writes:
>
> Since this could be generally useful would you be willing to add it to
> the library of babel (org/contrib/babel/library-of-babel.org)?
That would be great.
> If so then if you could supply a few explanatory sentences, I'll add those and
> the code block to
This newly attached version includes some slight improvements over the
previous, namely,
- support for declaring the CL package in which evaluation takes place
- support for the ":results output" header argument
- and better handling of non-elisp-parsable results.
Best -- Eric
ob-lisp.el
Descr
Hi Erik,
I've had an opportunity to return to Babel support for common lisp
recently. I just copied over the existing ob-clojure.el file to
ob-lisp.el and changed the clojure/swank specific parts. The resulting
file seems to work after some initial tests and is exceedingly simple.
If this works
Hi Lawrence,
Thanks!
On 2011-03-29, Lawrence Mitchell wrote:
> This is because the check for an empty heading thinks Question is
> a todo keyword, because it doesn't match the case of the values
> in org-todo-keywords. This patch fixes the problem by binding
> case-fold-search to nil in the rel
I've applied this patch. Thanks for contributing! -- Eric
Michael Gauland writes:
> EPS export from Plantuml is now in beta testing; this patch makes it
> available through org-babel.
>
> To generate an EPS from Plantuml, give your source block a ':file'
> with the extension '.eps'.
>
> If you
Hi all,
I'm writing an Org parser for Perl[1]. There are a few things about the
syntax which are still unclear to me.
1. The manual says that multiple (different) in-buffer settings can be
specified on the same line, but so far I haven't found such example
anywhere. What is the syntax for this?
Hello Matt,
--- On Wed, 3/30/11, Matt Lundin wrote:
I cannot reproduce this.
All of the following timer items were entered quickly using
M-Tab:
- 0:01:04 :: An item
- 0:01:07 :: Another item
- 0:01:10 :: Yet another
It appears that you can get different results depending on how you st
Filippo A. Salustri wrote:
> Hi,
> I'm hoping someone can offer some advice.
> In my agenda is a todo list. Let's say there's 10 things in the list. What
> I'd like to do is rotate the items, i.e.
> 1. I work on the first item for a while.
> 2. When I'm done for now, I'd like to push it down t
Suvayu Ali writes:
> On Wed, 30 Mar 2011 15:42:19 -0600
> "Eric Schulte" wrote:
>
>> >
>> > This suite should actually be updated with effectively each patch
>> > which introduces new features and run after each patch.
>> >
>>
>> Agreed, in a perfect world...
>>
>> >
>> > So is it only neces
Yes, use tags, then use a custom sort. Or, if you do not use
priorities for local sorting, use priorities.
On 2011-03-30, Samuel Wales wrote:
> IIUC, OP wants to move stuff around more easily and not have improper
> body text folded. Improper in this case means belonging to the
> grandparent but after parents. He doesn't need improper outline
Another correction: improper means belonging to the paren
On 2011-03-30, Samuel Wales wrote:
> IIUC, OP wants to move stuff around more easily and not have improper
> body text folded. Improper in this case means belonging to the
Correction: folded *under the parent as it is now*.
IIUC, OP wants to move stuff around more easily and not have improper
body text folded. Improper in this case means belonging to the
grandparent but after parents. He doesn't need improper outline
exporting.
Correct?
So having headlines for the later stuff like this:
On 2011-03-30, Matt Lundin
Hi,
I'm hoping someone can offer some advice.
In my agenda is a todo list. Let's say there's 10 things in the list. What
I'd like to do is rotate the items, i.e.
1. I work on the first item for a while.
2. When I'm done for now, I'd like to push it down to the bottom of the
list.
3. Work on the n
Rasmus writes:
>> --8<---cut here---start->8---
>> * Main headline
>>Some thoughts expressed here
>>
>> ** Subheading 1
>> More thoughts expressed here
>> ** Subheading 2
>> More thoughts expressed here
>> ** Main headline (cont.)
>>
>> I woul
"Mark S" writes:
> Hello,
>
> I have a timer list running:
>
> - 0:01:00 Start at 10:17.
> - 2:14:18 :: My actions
>
> I go to the end of the line and hit
>
> I get:
>
> - -2:15:45 ::
>
> Note the two hyphens.
>
> Now if I try to add another timed line with , the system
> acts like I'm try
On Wed, 30 Mar 2011 15:42:19 -0600
"Eric Schulte" wrote:
> >
> > This suite should actually be updated with effectively each patch
> > which introduces new features and run after each patch.
> >
>
> Agreed, in a perfect world...
>
> >
> > So is it only necessary to add meat to this framework?
Luke Crook writes:
> Luke Crook balooga.com> writes:
>
>>
>> Eric Schulte gmail.com> writes:
>>
>> > #+begin_src emacs-lisp :var buf=(buffer-file-name (current-buffer))
>> > :exports
>> both
>> > (message "buffer %S!" buf)
>> > #+end_src
>> >
>
> The following code will now generate the
Luke Crook balooga.com> writes:
>
> Eric Schulte gmail.com> writes:
>
> > #+begin_src emacs-lisp :var buf=(buffer-file-name (current-buffer))
> > :exports
> both
> > (message "buffer %S!" buf)
> > #+end_src
> >
The following code will now generate the commit log.
#+begin_src emacs-lisp
Robert Goldman writes:
> On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:
>> Robert Goldman wrote:
>>
>>> I would like to do the opposite of literate programming (hence the
>>> subject line!):
>>>
>>> I would like to pull into my org file snippets from a code file. I know
>>> that org-mode will l
Rainer M Krug writes:
> On 30/03/11 16:18, Christian Egli wrote:
>> Rainer M Krug writes:
>>
http://www.emacswiki.org/emacs/UnitTesting
>>>
>>> Am I right in assuming, that all of the possible test frameworks would
>>> require org files and the expected output (tengle, export to ...,
>>> a
Hi Robert,
Robert Goldman wrote:
> On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:
>> Robert Goldman wrote:
>>
>>> I would like to do the opposite of literate programming (hence the
>>> subject line!):
>>>
>>> I would like to pull into my org file snippets from a code file. I know
>>> that org-mo
Aankhen writes:
> On Wed, Mar 30, 2011 at 20:43, Manuel Giraud
> wrote:
>> Rainer M Krug writes:
>> [snip]
>>
>>> Please correct me if I am missing something.
>>>
>>> This suite should actually be updated with effectively each patch which
>>> introduces new features and run after each patch.
>>
You could probably hack something up with a shell source code block that
uses sed to find and display text between two delimiters, and then dump the
results to the org-mode file.
On Mar 30, 2011 5:44pm, Robert Goldman wrote:
On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:
> Robert Goldman
Hello,
Rainer M Krug writes:
> Additional information: I changed to 7.5 (released version) and it works
> there as expected.
>
> Rainer
>
>
> On 30/03/11 11:14, Lawrence Mitchell wrote:
>> Nicolas wrote:
>>> Hello,
>>
>>> Lawrence Mitchell writes:
>>
>>
>> [...]
>>
>>> The analysis is good,
Eric Schulte gmail.com> writes:
>
> It is true that export takes place in a fresh Org-mode buffer, however
> the header arguments of Org-mode code blocks are guaranteed to be
> evaluated in the original buffer, so a trick like the following can be
> used to grab the original buffer.
>
> #+begi
Eric Schulte gmail.com> writes:
>
> Luke Crook balooga.com> writes:
>
> > I have written the following code that uses the Emacs vc-* commands to
generate
> > a commit log.
> Is there a reason this processing takes place using Emacs Lisp rather
> than a simple shell code block, the followin
On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I would like to do the opposite of literate programming (hence the
>> subject line!):
>>
>> I would like to pull into my org file snippets from a code file. I know
>> that org-mode will let me import /entire/ source code
Luke Crook balooga.com> writes:
>
> I have code within #+begin_src and #+end_src that has to have the original
> org-
> mode buffer during the export process, (vc-fileset (vc-deduce-fileset t)).
>
> Is there an org-mode command that can be called during the export process
> that
> will return
Nick Dokos wrote:
Robert Goldman wrote:
I would like to do the opposite of literate programming (hence the
subject line!):
I would like to pull into my org file snippets from a code file. I know
that org-mode will let me import /entire/ source code files. Is there
some way to say "Import
Robert Goldman wrote:
> I would like to do the opposite of literate programming (hence the
> subject line!):
>
> I would like to pull into my org file snippets from a code file. I know
> that org-mode will let me import /entire/ source code files. Is there
> some way to say "Import the region
I would like to do the opposite of literate programming (hence the
subject line!):
I would like to pull into my org file snippets from a code file. I know
that org-mode will let me import /entire/ source code files. Is there
some way to say "Import the region of this file between these two
delim
Eric Schulte wrote:
> > Yes, this makes sense thanks. I'll create another thread asking how to
> > retrieve
> > the original buffer during the export process.
> >
>
> It is true that export takes place in a fresh Org-mode buffer, however
> the header arguments of Org-mode code blocks are guara
Luke Crook writes:
> I have written the following code that uses the Emacs vc-* commands to
> generate
> a commit log. I would like the output of this code to be included when my
> file
> is exported.
>
Is there a reason this processing takes place using Emacs Lisp rather
than a simple shell
Hi Rainer,
When I tangle this code block (just slightly reformatted for my own
readability)
#+headers: :var STATE=(vc-state (or (buffer-file-name) org-current-export-file))
#+headers: :var REV=(vc-working-revision (or (buffer-file-name)
org-current-export-file))
#+begin_src sh :tangle yes
rm -
Luke Crook writes:
> Nick Dokos hp.com> writes:
>
>>
>> Luke Crook balooga.com> wrote:
>>
>> > 'C-c C-c' at the top of the source block does generate the correct output
>> > though. It is just 'C-c C-e ' that returns this error.
>> >
>>
>> Right: (current-buffer) is not what you think it i
On Wed, Mar 30, 2011 at 20:43, Manuel Giraud
wrote:
> Rainer M Krug writes:
> [snip]
>
>> Please correct me if I am missing something.
>>
>> This suite should actually be updated with effectively each patch which
>> introduces new features and run after each patch.
>
> Which renders this framewor
Hello,
I have a timer list running:
- 0:01:00 Start at 10:17.
- 2:14:18 :: My actions
I go to the end of the line and hit
I get:
- -2:15:45 ::
Note the two hyphens.
Now if I try to add another timed line with , the system acts
like I'm trying to start a term definition. If I use C-
Carsten Dominik writes:
>> Thanks for pointing that out. Wouldn't "x" that close the agenda as
>> well along with the buffers?
>
> Yes.
>
>> OP said: " It would be good to have the
>> agenda open in a buffer without having all the agenda files opened
>> too." May be a special custom agenda com
Luke Crook wrote:
> Nick Dokos hp.com> writes:
>
> >
> > Luke Crook balooga.com> wrote:
> >
> > > Jambunathan K gmail.com> writes:
> > >
> > > >
> > >
> > > I changed my code to wait until the 'Git' process completes. Luckily "vc-
> call-
> > > backend" returns the async process.
> > >
Luke Crook balooga.com> writes:
>
> Nick Dokos hp.com> writes:
>
> > There is a way to get the original buffer during capture, but I don't
> > know of a similar mechanism during export. I hardwired the file name
> > instead, but I got no further than the vc-fileset call: there seem to be
> > a
Suvayu Ali writes:
> I was trying to configure the above variable for some overlay
> environments in org-beamer. I saw a few of the default environments use
> the %x format but I couldn't find any documentation about what it does.
> From the exported latex file it seems a \label{somelabel} tag is
On 3/27/2011 8:02 AM, Marcel van der Boom wrote:
Hi,
When I'm using orgmode to write out largish documents, I often run into
the outlining problem that it's apparently not possible to continue
text of a higher level outline once subsections have been started.
A simplified example of such an out
m...@everybody.org (Mark A. Hershberger) writes:
> Would it be possible to export OrgMode markup to MediaWiki markup,
> which is where I publish my weekly report (I work for Wikimedia)? Has
> anyone else done this, yet?
In the git checkout,
./EXPERIMENTAL/org-export.el
./EXPERIMENTAL/org-media
Nick Dokos hp.com> writes:
>
> Luke Crook balooga.com> wrote:
>
> > Jambunathan K gmail.com> writes:
> >
> > >
> >
> > I changed my code to wait until the 'Git' process completes. Luckily "vc-
call-
> > backend" returns the async process.
> >
>
> ... or you could use a sentinel
>
> One
Mark A. Hershberger wrote:
>
> I'm really starting to use OrgMode to help me organize my time and the
> tasks that I have. Would it be possible to export OrgMode markup to
> MediaWiki markup, which is where I publish my weekly report (I work for
> Wikimedia)? Has anyone else done this, yet?
>
I have code within #+begin_src and #+end_src that has to have the original org-
mode buffer during the export process, (vc-fileset (vc-deduce-fileset t)).
Is there an org-mode command that can be called during the export process that
will return this buffer?
Thanks,
-Luke
I'm really starting to use OrgMode to help me organize my time and the
tasks that I have. Would it be possible to export OrgMode markup to
MediaWiki markup, which is where I publish my weekly report (I work for
Wikimedia)? Has anyone else done this, yet?
I have a MediaWiki mode (https://launchp
Nick Dokos hp.com> writes:
>
> Luke Crook balooga.com> wrote:
>
> > 'C-c C-c' at the top of the source block does generate the correct output
> > though. It is just 'C-c C-e ' that returns this error.
> >
>
> Right: (current-buffer) is not what you think it is when exporting - it is
> the t
Luke Crook wrote:
> Nick Dokos hp.com> writes:
>
> >
> > Luke Crook balooga.com> wrote:
> >
> > > Suvayu Ali gmail.com> writes:
> > >
> > > > Have you tried ':exports results' as a header argument?
> > > >
> > >
> > > I just tried ':exports results'. But now I get the following error whe
Nick Dokos hp.com> writes:
>
> Luke Crook balooga.com> wrote:
>
> > Suvayu Ali gmail.com> writes:
> >
> > > Have you tried ':exports results' as a header argument?
> > >
> >
> > I just tried ':exports results'. But now I get the following error when
> > exporting the file, "Cannot open lo
Rainer M Krug writes:
> But it does not look as if it is used very often... There are not many
> test org files, and I did not se anything which compares the resulting
> exported / tangle file with an expected output?
It could be useful to have this kind of framework for org but I think it
is d
Dear All,
My question is is there a way to include the #+DATE: -MM-DD in the
filename when exporting? so that file foo.org which has the #+DATE:
-MM-DD option gets exported as -MM-DD-foo.html or something similar?
Is there any way to change the filename when exporting?
Actually I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Additional information: I changed to 7.5 (released version) and it works
there as expected.
Rainer
On 30/03/11 11:14, Lawrence Mitchell wrote:
> Nicolas wrote:
>> Hello,
>
>> Lawrence Mitchell writes:
>
>
> [...]
>
>> The analysis is good, but
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30/03/11 16:18, Christian Egli wrote:
> Rainer M Krug writes:
>
>>> http://www.emacswiki.org/emacs/UnitTesting
>>
>> Am I right in assuming, that all of the possible test frameworks would
>> require org files and the expected output (tengle, expor
On Wed, Mar 30, 2011 at 10:54:58AM +1000, Alan E. Davis wrote:
> I wonder if it would help to use orgmode for bibtex *.bib files. I think
> comments can be included in those files.
yes. there is a @comment command, but bibtex ignores everything that's not
inside an @, @string or @preamble command
As a heavy Perl user, writing /automated/ tests is a large part of my dev work.
I would suggest / plea / encourage that whatever framework is used can be
automated. If it cannot be run as part of an automated process it is not going
to be run. Also consider a set of testing platforms (emacs ve
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30/03/11 16:11, Eric Abrahamsen wrote:
> On Wed, Mar 30 2011, Rainer M Krug wrote:
>
>> On 30/03/11 15:46, Eric Abrahamsen wrote:
>>> On Wed, Mar 30 2011, Rainer M Krug wrote:
>>>
Hi
I was bitten again from an unintended regression i
Rainer M Krug writes:
>> http://www.emacswiki.org/emacs/UnitTesting
>
> Am I right in assuming, that all of the possible test frameworks would
> require org files and the expected output (tengle, export to ...,
> agenda, ...)? In this case, would it make sense to start collecting
> those, as they
On Wed, Mar 30 2011, Rainer M Krug wrote:
> On 30/03/11 15:46, Eric Abrahamsen wrote:
>> On Wed, Mar 30 2011, Rainer M Krug wrote:
>>
>>> Hi
>>>
>>> I was bitten again from an unintended regression in org-mode, and that
>>> the second time in two weeks.
>>>
>>> I am probably not the right person
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30/03/11 15:46, Eric Abrahamsen wrote:
> On Wed, Mar 30 2011, Rainer M Krug wrote:
>
>> Hi
>>
>> I was bitten again from an unintended regression in org-mode, and that
>> the second time in two weeks.
>>
>> I am probably not the right person to sug
On Wed, Mar 30 2011, Rainer M Krug wrote:
> Hi
>
> I was bitten again from an unintended regression in org-mode, and that
> the second time in two weeks.
>
> I am probably not the right person to suggest this, but I think it is
> time to introduce a test framework for org-mode, to ensure that the
Luke Crook wrote:
> Jambunathan K gmail.com> writes:
>
> >
> > Luke Crook balooga.com> writes:
> >
> > > 2) I have to add at delay of at least 5 seconds (set-for 5 t) as vc-git
> calls
> > > "git log" as an asynchronous process. If not for the delay then babel
> > > immediately returns
Luke Crook wrote:
> Suvayu Ali gmail.com> writes:
>
> >
> > On Wed, 30 Mar 2011 05:38:41 + (UTC)
> > Luke Crook balooga.com> wrote:
> >
> > > 1) The code between #+begin_src and #+end_src is exported and not
> > > the result of evaluating the code (the commit log).
> >
> > [...]
> >
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I was bitten again from an unintended regression in org-mode, and that
the second time in two weeks.
I am probably not the right person to suggest this, but I think it is
time to introduce a test framework for org-mode, to ensure that the
(without
Dear all,
I would like to cite org-mode in a publication.
what would be the correct record ?
Thanks in advance,
Mohamed
Thank you Chris, that works fine :-)
Chantal.
Le 30/03/2011 14:56, Chris Malone a écrit :
> Hi Chantal,
>
> One way around this would be turn off =org-mode='s automatic inclusion of
> the information in the #+AUTHOR: line. This can be done by setting the
> export option =author= to nil --- see
Hi Chantal,
One way around this would be turn off =org-mode='s automatic inclusion of
the information in the #+AUTHOR: line. This can be done by setting the
export option =author= to nil --- see here:
http://orgmode.org/manual/Export-options.html Then, you could add your own
\author[...]{...
Hello,
I would like to export a document in LaTeX using the beamer class. I do
not know how to have a running author different from the whole list of
authors. In LaTeX, this would be written :
\author[Foo]{Foo \and Bar}
Thank you for your help,
Chantal.
Hi,
I've been using org-mode for a little while now, and finding it very
useful --- thanks!
Would you consider a patch along the lines of the attached, to bury the
calendar buffer once you've chosen a date via "C-c ."? I often want to
do switch-to-other-buffer to check something in the most rece
Jambunathan K writes:
> Joakim
>
>> https://github.com/jave/inkmacs>
>> Inkmacs integrates Inkscap and Emacs. Interesting for this list is
>> inkorg-mode which lets you write text in Org mode and update text in
>> Inkscape.
>>
>> It's work in progress with some cmubersome dependencies still.
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
when I tangle this document, I get the results in the section below.
This is obviously not correct. This worked in an earlier version.
Any help appreciated,
Rainer
* Run script (./../nsa.sh)
:PROPERTIES:
:tangle: ./nsa.sh
:exports: code
:END:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I started using notmuch (for searching my mail - nothing more) and saw
the integration into org with the link type.
My question: what do I have to do to be able to use the links? I assume,
they would look like:
[[notmuch:google]]
if I want to sh
Crazy idea: what if there were a special kind of headline, which
basically treats it's content as part of the preceding headline of the
same level?
Cheers.
Fil
On 30 March 2011 06:05, Rasmus wrote:
>
>> --8<---cut here---start->8---
>> * Main headline
>> So
> --8<---cut here---start->8---
> * Main headline
>Some thoughts expressed here
>
> ** Subheading 1
> More thoughts expressed here
> ** Subheading 2
> More thoughts expressed here
> ** Main headline (cont.)
>
> I would like to have this text pa
Nicolas wrote:
> Hello,
> Lawrence Mitchell writes:
[...]
> The analysis is good, but unfortunately the patch has a flaw.
> In fact, your patch work in that particular situation, but not if
> a footnote definition ends with a list, nor if it ends with a link. To
> solve the latter, you need t
I just use refmode to insert bib citations into my org-files. Both
Zotero and Mendeley can export bibtex files, so that's one method of
semi-automating the process (Mendeley will automatically update the
file for you - not sure about Zotero).
On Wed, Mar 30, 2011 at 1:54 AM, Alan E. Davis wrote:
Jambunathan K gmail.com> writes:
>
> Luke Crook balooga.com> writes:
>
> > 2) I have to add at delay of at least 5 seconds (set-for 5 t) as vc-git
calls
> > "git log" as an asynchronous process. If not for the delay then babel
> > immediately returns an empty buffer and the "vc-call-backe
Suvayu Ali gmail.com> writes:
>
> On Wed, 30 Mar 2011 05:38:41 + (UTC)
> Luke Crook balooga.com> wrote:
>
> > 1) The code between #+begin_src and #+end_src is exported and not
> > the result of evaluating the code (the commit log).
>
> [...]
>
> >
> > How can I fix (1).
> >
>
> Have
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 29/03/11 19:38, Nicolas wrote:
> Hello,
>
> Lawrence Mitchell writes:
>
>> * lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline
>> character to a processed footnote.
>>
>> The extra newline before the closing } character in a fo
Hi Matt,
Matt Lundin wrote:
> Sébastien Vauban writes:
Maybe this is (partly?) due to the overlay I added:
#+begin_src emacs-lisp
(overlay-put (make-overlay beg1 block-end)
'face 'org-block-background))
#+end_src
>
> I beli
Hi Shyam,
Michael Markert wrote:
>> The issue: I type my org mode file, and just use the C-c C-e d to export
>> the org mode document to pdf and open the pdf file. My default pdf reader
>> is evince. I would like to go back to emacs and make some more changes to
>> the org document and again do th
83 matches
Mail list logo