Hello,
- 8< -
#+TITLE: Literate Programming for configuration settings
#+AUTHOR: Vladimir Lomov
#+OPTIONS: toc:nil
* Literate Programming
I'm trying to use the Literate Programming to describe my set up of
Openbox and my workflow w
Hello!
The trick would be in setting up the post-execution code block handling
> (namely results parsing and insertion) to run after external evaluation
> has completed.
I don't think this is a high priority necessarily. When executing e.g.
gnuplot or octave source code blocks for the sake of pl
> On the Org side, when a link like [[something]] or [[something][text]]
> is encountered in a buffer, the search would go on like this:
>
> 1. Search any "<>" or "#+target: something"[1].
> 1. A link to an invisible target will be replaced with _nothing_
>(that's the point of being
You know, I had some hiccups when getting started with Beamer export (as could
be expected when learning any substantial feature of pretty much any software),
but now that I've got a halfway decent workflow going with it...
I LOVE IT!
This is saving me tons of time already, compared to:
- Writ
Also, if you have anything in your agenda that you don't want to send to
him you can use tags to restrict what is shown in the agenda before you
copy/export it.
--
Darlan
At Sun, 4 Mar 2012 14:08:40 + (UTC),
Memnon Anon wrote:
>
> Hi Peter,
>
> Peter Salazar writes:
>
> > My committed a
Hi,
Please could tell me where I am going wrong with this? I just can't get
the source block to put a result in the table.
#+name: workingDays
#+BEGIN_SRC emacs-lisp :var hms="0"
(require 'org-timer)
(/ (org-timer-hms-to-secs hms) (* 60 60 8))
#+END_SRC
#+call: workingDays(hms="236:30:00")
#+
Nicolas Goaziou writes:
>> But is there such a function ready to use? I don't think so.
>
> Ready to use, no. But since you can specify your own publishing
> function, it should be doable.
Actually if you use the mapping API[1] such a function should be fairly
easy to write.
Footnotes:
[1]
Hi Myles,
Myles English wrote:
> Please could tell me where I am going wrong with this? I just can't get
> the source block to put a result in the table.
>
> #+name: workingDays
> #+BEGIN_SRC emacs-lisp :var hms="0"
> (require 'org-timer)
> (/ (org-timer-hms-to-secs hms) (* 60 60 8))
> #+END_SRC
Hi!
I verified the behavior below with the most current git version of
Org-mode.
Whenever I call my function to export the current agenda, it
«converts» events that do have a beginning and end time to events
that span the whole day (without begin and end times at all).
,[ my LISP command to
Thanks Seb,
* TODO Fix the word wrapping in my emails :gnus:
>> On Mon, 05 Mar 2012 15:09:49 +0100, Sebastien Vauban said:
> Hi Myles, Myles English wrote:
>> Please could tell me where I am going wrong with this? I just
>> can't get the source block to put a result in t
Myles English writes:
> Hi,
>
> Please could tell me where I am going wrong with this? I just can't get
> the source block to put a result in the table.
>
> #+name: workingDays
> #+BEGIN_SRC emacs-lisp :var hms="0"
> (require 'org-timer)
> (/ (org-timer-hms-to-secs hms) (* 60 60 8))
> #+END_SRC
Dear List,
I have a question regarding the #+INCLUDE markup:
Using babel, I ran into trouble with latex equations and I do not have
the time to sort things out (unbalance #+begin_latex...). Therefore, I
decided to use auctex and latex files to edit the calculation parts of
my thesis.
I know
Hi Vladimir,
[...]
>
> At first, I thought about table in org file with three columns:
>
> | Keybind | Code | Description |
> |-+--+-|
>
> but I don't know how to exclude second column in html export and how
> to generate xml code excluding the third column.
>
See the atta
Andreas Leha writes:
> Eric Schulte writes:
>
>> Leo Alekseyev writes:
>>
>>> 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
Is there a short simple key sequence that will take you to the last
entry in a date-tree and open that headline? Slightly better would be a
way to go to the last, and open the last N headlines. It could be
generalized into "go to end of current item and open last N items of
whatever depth" wh
Given the following header contents:
--8<---cut here---start->8---
* Problème date
- [[file:2012-02-29.org::*Notes][2012-02-29]]
- [[file:2012-02-29.org::*Notes][Du 2012-02-29]]
--8<---cut here---end--->8---
here is how it i
François Pinard wrote:
>
> Given the following header contents:
>
> * Problème date
> - [[file:2012-02-29.org::*Notes][2012-02-29]]
> - [[file:2012-02-29.org::*Notes][Du 2012-02-29]]
>
> here is how it is shown in the Web browser after publishing:
>
>
> I added "Du " as a prefix to get going
Aloha all,
The code block at the bottom appends its results, rather than replacing
them. Here are the header arguments:
Name: test-replace-results
Lang: R
Header Arguments:
:cache no
:exportscode
:hlines no
:noweb yes
:pad
>> On Mon, 05 Mar 2012 17:09:48 +, Myles English said:
>> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said:
>> Myles English writes:
>>> Hi,
>>>
>>> Please could tell me where I am going wrong with this? I just
>>> can't get the source block to put a result in the table.
>
Would it be possible to swap the results and caption lines?
e.g., this
> #+RESULTS: test-replace-results
> #+CAPTION: Test replace results
> | 0% | 25% | 50% | 75% | 100% |
> |--+--+--+--+--|
> | 0.02 | 0.28 | 0.49 | 0.78 | 0.98 |
to this
> #+CAPTION: Test replace resul
>> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said:
> Myles English writes:
>> Hi,
>>
>> Please could tell me where I am going wrong with this? I just
>> can't get the source block to put a result in the table.
[etc]
> Hi Miles,
> To force the value of "236:30:00" to be
Hi Eric,
Eric Schulte writes:
> Would it be possible to swap the results and caption lines?
The caption lines are part of the ascii output. I think I'd have to
swap them manually.
>
> e.g., this
>
>> #+RESULTS: test-replace-results
>> #+CAPTION: Test replace results
>> | 0% | 25% | 50% | 7
t...@tsdye.com (Thomas S. Dye) writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Would it be possible to swap the results and caption lines?
>
> The caption lines are part of the ascii output. I think I'd have to
> swap them manually.
I didn't realize that this was being produced by an external
Myles English writes:
>>> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said:
>
> > Myles English writes:
> >> Hi,
> >>
> >> Please could tell me where I am going wrong with this? I just
> >> can't get the source block to put a result in the table.
> [etc]
>
> > Hi Miles,
>
>
Eric Schulte writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Hi Eric,
>>
>> Eric Schulte writes:
>>
>>> Would it be possible to swap the results and caption lines?
>>
>> The caption lines are part of the ascii output. I think I'd have to
>> swap them manually.
>
> I didn't realize that th
Robert Horn writes:
> Is there a short simple key sequence that will take you to the last
> entry in a date-tree and open that headline? Slightly better would be
> a way to go to the last, and open the last N headlines. It could be
> generalized into "go to end of current item and open last N i
Eric Schulte writes:
Hi Eric, Hi List,
> Some ideas that come
> to mind include;
> - implementing a multi-programming-language "notebook" like console
> interface build on top of Org-mode and Babel (with both Emacs and
> HTML interfaces)
> - adding support for asynchronous code block execut
Achim Gratz writes:
> Commit 00040e7 by David Maus has introduced a regression when inserting
> into org tables while overwrite mode is on. For each character inserted
> into a table cell, the cell (and the whole table row) gets shortened by
> one character.
*Ping*
David, are you listening?
:-)
On 3/2/2012 3:38 PM, Jambunathan K wrote:
If the Org is meant for a global distribution (as opposed to personal
installation), the distributor has to specifically ask the users to copy
the styles file to<>/etc/org.
C-h v data-directory
In your case, the data-directory is c:/emacs-23.4/etc/org
Hello,
Markus Grebenstein writes:
> So I tried
>
> #+INCLUDE: myfile.tex latex
The syntax is #+INCLUDE: "myfile.tex" src latex
Regards,
--
Nicolas Goaziou
Hi, it would be great if the documentation mentioned the syntax
<> because the only place it's mentioned is in the
docstring of `org-babel-expand-noweb-references'. Currently, the manual
mentions only the syntax <>.
Done,
Daimrod writes:
> Hi, it would be great if the documentation mentioned the syntax
> <> because the only place it's mentioned is in the
> docstring of `org-babel-expand-noweb-references'. Currently, the manual
> mentions only the syntax <>.
>
>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
Hi, Org people.
When, in an Org table, a column is made up of numbers, each of which is
immediately followed by a percent sign, table formatting within Emacs
right adjusts such numbers in their column, which is nice. Moreover, if
I publish such tables as HTML, numbers are right adjusted as well.
François Pinard wrote:
> Hi, Org people.
>
> When, in an Org table, a column is made up of numbers, each of which is
> immediately followed by a percent sign, table formatting within Emacs
> right adjusts such numbers in their column, which is nice. Moreover, if
> I publish such tables as HTML,
Hi,
I think there is a regression bug in latex export. The
#+LATEX_CLASS_OPTIONS: a4paper
directive is supposed to generate the following latex code:
\documentclass{a4paper,article}
Instead it generates:
\documentclassa4paper{article}
A minimal example is attached.
Thanks,
--
Suvayu
Open
suvayu ali wrote:
> Hi,
>
> I think there is a regression bug in latex export. The
>
> #+LATEX_CLASS_OPTIONS: a4paper
>
> directive is supposed to generate the following latex code:
>
> \documentclass{a4paper,article}
>
> Instead it generates:
>
> \documentclassa4paper{article}
>
> A minim
Achim Gratz writes:
> Consider the following org table
[...]
I've had a look in org-table.el, I pity the person who'll have to
correct this... there are several stored and literal regex occurences
that are interacting in various ways to produce this. I have found a
few literal regex occurences t
It just occurred to me to try to implement a method of pushing a TODO item
on top of another, in the manner of a Stack. The item on top of the stack
is a task upon which performance of some other task depends.
I need to call someone, so I have a task that appears on my agenda, to call
him. Howe
38 matches
Mail list logo