When one exports from org to, say, latex the resulting *.tex file includes
a comment at the top indicating the time of creation. This is useful in
part because it lets the user know that the *.tex file isn't the original
source.
The same isn't true of tangled code from a source block, and
There is an example bash script in section 14.12 of the org manual which
is meant to tangle source blocks from a supplied list of org files.
The present version is broken in several small ways (it appears to date
from a period when babel was still part of contrib), and requires a
hard-coded speci
Rasmus gmx.us> writes:
>
> Nicolas Goaziou nicolasgoaziou.fr> writes:
>
> > Hello,
> >
> > Rasmus gmx.us> writes:
> >
> >> What's wrong with equation (potentially coupled with mathtools for
> >> handling numbering automatically)? Is it worth breaking old documents
> >> (irrespective of org-l
Nicolas Goaziou nicolasgoaziou.fr> writes:
>
> Hello,
>
> The following patch changes status for \[..\] and $$...$$ from objects
> to elements.
>
I think I've already indicated my enthusiastic support for this change, but
let me do it again! In /The TeXbook/ Donald Knuth writes that the mar
On Sun, Dec 20, 2015 at 1:29 AM Nicolas Goaziou
wrote:
> Hello,
>
> Ethan Ligon writes:
>
> > On Thu, Dec 17, 2015 at 12:47 PM Nicolas Goaziou >
> > wrote:
> >
> >> Hello,
> >>
> >> Ethan Ligon writes:
> >>
> >>
Nicolas Goaziou nicolasgoaziou.fr> writes:
>
> Note that Org doesn't support comments within paragraphs since a comment
> ends a paragraph. In this case, the export output matches the contents
> of the document.
>
It seems odd that a comment ends a paragraph, but does not end a footnote!
-Etha
On Thu, Dec 17, 2015 at 12:47 PM Nicolas Goaziou
wrote:
> Hello,
>
> Ethan Ligon writes:
>
> > I've long used the following construction for displayed equations in org
> > #
> > \[
> > u_i(c)=p_i\lambda
> > \]
> > #
> > which (i) gi
not how do others deal with similar
issues?
Thanks,
-Ethan Ligon
* Sam Wales' example: commenting a paragraph will truncate footnotes
in xanadu[fn:b3e0f07]
um
# comment
[fn:b3e0f07]
did kublai khan
# was it "seemly"?
a stately pleasure dome
decree
Uwe Brauer mat.ucm.es> writes:
>
> Hello
>
> I just found in wikipedia
> http://en.wikipedia.org/wiki/Org-mode
>
> Claiming there are tools to import _from_ ODT.
>
> Is this true? I have never seen anything like this.
>
> Uwe Brauer
>
>
Presumably a reference to
https://bitbucket.org/j
On Fri, Jun 8, 2012 at 8:13 AM, Eric Schulte wrote:
> Ethan Ligon writes:
>
>> #+TITLE: Example of name collision bug
>> #+AUTHOR:
>> #+EMAIL:
>> #+DATE: 2012-06-07 Thu
>> #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
&g
png]]
#+BEGIN_SRC sh :exports none
#<>
#+END_SRC
--
Ethan Ligon, Associate Professor
Agricultural & Resource Economics
University of California, Berkeley
Hi, Jarmo-
Jarmo Hurri syk.fi> writes:
> 1. If I have understood correctly, in order for an asymptote image to be
>included as an inline image, one has to specify a file name at the
>beginning of the code block, as in
>
>#+CAPTION: A test caption.
>#+begin_src asymptote :file foo
part of the
stuff that octave writes to stdout when the interpreter is invoked (my
first guess).
I suspect that the options that need to be offered on the #+begin_src
line have changed somehow since that worg page was last updated at the
end of April of this year, but don't really know.
Hel
0798d26782b). I don't
know the best to clean this up, since the ChangeLog is derived from
the git log. But here's a ChangeLog entry that I think would have been
valid:
commit 49e6bc899758114d6d29e69a8f9e40798d26782b
Author: Ethan Ligon
Date: Sat Apr 9 18:39:35 2011 +0200
Fix for
alling doesn't
#+call: print_list[:results output org](lst=list2)
#+results: print_list[:results output org](lst=list2)
: * Item3
: * Item4
and neither does this way
#+call: print_list[:results org](lst=list2) :results output
#+results: print_list[:results org](lst=list2)
or this way
#+ca
So, the ":result output org" ought to be associated with the *call*,
not with the function. That makes good sense. But perhaps it still
doesn't work quite as it ought...
On Thu, May 26, 2011 at 11:46 AM, Eric Schulte wrote:
> Ethan Ligon writes:
>
>> I'd like t
tches, or work-arounds welcomed!
Thanks,
-Ethan
--
Ethan Ligon, Associate Professor
Agricultural & Resource Economics
University of California, Berkeley
ion item. I'm applying this fix to Worg for the
> sake of readability, but am documenting my actions here, since it is
> related to the patch below.
>
> Best,
> Matt
>
>>
>> 49e6bc899758114d6d29e69a8f9e40798d26782b is the first bad commit
>> commit 49e6bc899
he same problem, but with octave code
blocks in
http://thread.gmane.org/gmane.emacs.orgmode/36091
but so far there's been no useful response to his post.
Thanks for any help!
-Ethan Ligon
to create the table from the /output/ of the octave code, not the
> value. However, specifying =:results output table= doesn't seem to work
> (for me, in any case).
I can report a very similar apparent bug, but using python.
--
Ethan Ligon, Associate Professor
Agricultural & Reso
+\\|[A-Za-z]\\)\\]\\)?"
"\\(?:\\(\\[[ X-]\\]\\)[ \t]+\\)?"
- "\\(?:\\(.*\\)[ \t]+::[ \t]+\\)?"
+ "\\(?:\\(.*\\)[ \t]+::\\(?:[ \t]+\\|$\\)\\)?"
"\\(.*\\)") line)
(let* ((checkbox (match-string 3 l
After some very helpful corrections and suggestions from Nic, I'd like
to propose the following patch, which addresses a problem in the html
and docbook export of description items.
The problem is illustrated by the following example:
#+begin_src org
* Illustration of bug in html export
- Thi
Nic-
Nicolas Goaziou gmail.com> writes:
> > Ethan Ligon are.berkeley.edu> writes:
> >>
> >> I've just stumbled across what I regard as a bug in the html export of
> >> description list items.
> >>
> >> The problem has to do with w
Ethan Ligon are.berkeley.edu> writes:
>
> I've just stumbled across what I regard as a bug in the html export of
> description list items.
>
> The problem has to do with whether the specification of a description
> list includes a trailing space or not; i.e., whethe
\item So it works in both html and latex export!
\item Even though it's difficult to distinguish from the next example.
\end{itemize}
\item[Lacks a terminating space]
\begin{itemize}
\item \textbf{Doesn't} work in html export, does in latex.
\end{itemize}
\end{description}
#+end_src
Thanks for any help!
-Ethan Ligon
Eric Schulte gmail.com> writes:
>
> Jean-Marie Gaillourdet gaillourdet.net> writes:
>
> > Hi Eric,
> >
> > "Eric Schulte" gmail.com> writes:
> >
> >> Hi Matt,
> >>
> >> This looks great, how would you feel about trying to fold this into
> >> org-mime, or would you mind if I did so. I've alrea
I'm working with a small spreadsheet, and would like to know how to
manage date calculations within the spreadsheet. For example,
* How to do date calculations in a spreadsheet?
|--+--|
| Date | Days elapsed |
|--+--|
| [2009-12-
I've been messing around in an ineffectual way with better ways to get
data from various google services (importantly gcalender and gmail)
into org.
I'd like gcalendar to talk to calendar, and I'd like gmail to feed
threads into headings. The latter seems very close to the idea behind
org-feeds.
Eric Schulte gmail.com> writes:
> The following function might get part way towards what you describe.
>
> --8<---cut here---start->8---
> (defun org-send-email-of-headline ()
> (interactive)
> (let ((subject (org-get-heading t))
> (to (org-entry-ge
mething not private
Kenneth-
Do please get back to me regarding the frequency.
-Ethan
Cut here
If I use C-c @ to select only the second item and then invoke
org-mime-org-buffer-htmlize, that results in a buffer:
Cut here----
From: Ethan Ligon
To:
Subject:
User-Agent: Wanderlust/2
Eric Schulte gmail.com> writes:
>
> See http://orgmode.org/worg/org-contrib/org-mime.php for information on
> exporting Org-mode documents to email, and on using Org-mode syntax to
> compose email.
>
Thanks for the suggestions regarding org-mime. I can see that it
would be very useful for comp
Over the last three years my projects and daily workflow have come to
depend more and more on org-mode. A few months ago I took the step of
composing important email as items in an org-file; the heading became
the subject of the email; replies could then fill in the hierarchy
under the heading (re
Org-mode has been my constant companion for nearly two years now, but I keep
discovering new and wonderful things it can do. It's been my practice for
somewhile to outline my talks in org-mode, export that to LaTeX, and then to
transform that into a beamer presentation by hand. Faced with this te
33 matches
Mail list logo