[O] Adding information to tangled code regarding org-source

2016-05-03 Thread Ethan Ligon
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

[O] [PATCH] org.texi: Replace broken example script for batch execution

2016-04-07 Thread Ethan Ligon
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

Re: [O] [RFC] Change \[..\] and $$...$$ into elements

2016-01-22 Thread Ethan Ligon
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

Re: [O] [RFC] Change \[..\] and $$...$$ into elements

2015-12-29 Thread Ethan Ligon
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

Re: [O] Problem with org-export--delete-comments

2015-12-20 Thread Ethan Ligon
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: > >> > >>

Re: [O] Problem with org-export--delete-comments

2015-12-17 Thread Ethan Ligon
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

Re: [O] Problem with org-export--delete-comments

2015-12-17 Thread Ethan Ligon
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

[O] Problem with org-export--delete-comments

2015-12-17 Thread Ethan Ligon
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

Re: [O] odt import

2013-05-17 Thread Ethan Ligon
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

Re: [O] [BUG?] Strange effect of noweb name collision on LaTeX export

2012-06-08 Thread Ethan Ligon
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

[O] [BUG?] Strange effect of noweb name collision on LaTeX export

2012-06-07 Thread Ethan Ligon
png]] #+BEGIN_SRC sh :exports none #<> #+END_SRC -- Ethan Ligon, Associate Professor Agricultural & Resource Economics University of California, Berkeley

Re: [O] Org, latex and asymptote in a math project

2011-09-12 Thread Ethan Ligon
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

[O] [babel] Producing figures from octave

2011-08-31 Thread Ethan Ligon
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

Re: [O] Merge org-7.7 into emacs

2011-08-07 Thread Ethan Ligon
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

Re: [O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-26 Thread Ethan Ligon
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

Re: [O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-26 Thread Ethan Ligon
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

[O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-26 Thread Ethan Ligon
tches, or work-arounds welcomed! Thanks, -Ethan -- Ethan Ligon, Associate Professor Agricultural & Resource Economics University of California, Berkeley

[O] [PATCH] worg/org-contrib list items are missing

2011-05-04 Thread Ethan Ligon
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

[O] [BUG][babel] ":result output table" doesn't work for python code blocks

2011-04-14 Thread Ethan Ligon
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

Re: [O] [bug?] [babel] cannot generate table format output for octave results

2011-04-13 Thread 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

[O] Re: [PATCH] Problem with html export of description list items

2011-04-08 Thread Ethan Ligon
+\\|[A-Za-z]\\)\\]\\)?" "\\(?:\\(\\[[ X-]\\]\\)[ \t]+\\)?" - "\\(?:\\(.*\\)[ \t]+::[ \t]+\\)?" + "\\(?:\\(.*\\)[ \t]+::\\(?:[ \t]+\\|$\\)\\)?" "\\(.*\\)") line) (let* ((checkbox (match-string 3 l

[O] Re: [PATCH] Fix for html & docbook export of description list items

2011-04-08 Thread Ethan Ligon
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

[O] Re: [PATCH] Problem with html export of description list items

2011-04-07 Thread Ethan Ligon
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

[O] [PATCH] Problem with html export of description list items

2011-04-05 Thread Ethan Ligon
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

[O] [Bug] Problem with html export of description list items

2011-04-05 Thread Ethan Ligon
\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

[Orgmode] Re: Sending org buffer as mail?

2010-12-18 Thread 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

[Orgmode] Date calculations in spreadsheet

2010-12-04 Thread Ethan Ligon
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-

[Orgmode] org-feeds, atom, authentication & gdata

2010-08-17 Thread Ethan Ligon
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.

[Orgmode] Re: Email from org?

2010-07-30 Thread Ethan Ligon
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

[Orgmode] Bug in org-mime may expose more than intended to email recipient

2010-07-29 Thread Ethan Ligon
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

[Orgmode] Re: Email from org?

2010-07-28 Thread Ethan Ligon
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

[Orgmode] Email from org?

2010-07-26 Thread Ethan Ligon
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

[Orgmode] Bug in org-beamer-settings-template

2009-12-07 Thread Ethan Ligon
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