Just wondering if anyone out there has some magic code snippets that will
automatically bring in data from a LibreOffice spreadsheet during HTML export.
I think I could save, by hand, the required worksheets out of the ods file into
separate CSVs, and then write an emacs-lisp Babel block to impo
At Tue, 02 Jul 2013 19:49:43 +0530,
Jambunathan K wrote:
> M-x org-odt-convert RET
>
> or
>
> (org-odt-convert ..)
Is this valid for .ods, or only .odt? The file is from LibreOffice Calc, not
Writer.
I made a quick test and got only "failed." From the Messages, I can see it's
using a head
At Tue, 02 Jul 2013 20:40:40 +0530,
Jambunathan K wrote:
> Works here for simple files.
>
> M-: (org-odt-convert "file.ods" "csv")
>
> Executing libreoffice4.0 --headless --convert-to csv --outdir
> /home/kjambunathan/ /home/kjambunathan/file.ods
> convert /home/kjambunathan/file.ods ->
At Wed, 03 Jul 2013 10:35:51 +0800,
James Harkins wrote:
> Anyway, I'm not convinced that org-odt-convert would meet my needs anyway. It
> will have to be a multi-worksheet file, and I'll have to extract just one or
> two of the worksheets. The macro might be the way to go.
I
At Wed, 10 Jul 2013 09:20:25 +0530,
Jambunathan K wrote:
> James Harkins writes:
>
> > I found a utility, unoconv[1], which I can persuade to produce a
> > tab-separated export of the first worksheet of an ODS document.
>
> FYI, unoconv is an option provided by `o
At Thu, 18 Jul 2013 14:49:16 +0530,
Jambunathan K wrote:
> 1. Give me a sample worksheet.
Attached.
> 2. Give me the specific unoconv command that you used for converting the
>worksheet.
unoconv -f csv -i 9,34,system,1,1/5/2/1/3/1/4/1 html-table.ods
Maybe the filename needs a full path, not
At Fri, 19 Jul 2013 00:32:44 +0530,
Jambunathan K wrote:
> I don't want to venture in to Babel.
>
> I don't want to experiment with unoconv either. I have a non-official
> libreoffice installed. Pulling in official unoconv will interfere with
> my working installation.
Fair enough.
> For your
Not entirely sure if this is a bug or not, but it seems to be a regression.
According to [1], the customization variable org-latex-table-caption-above was
added to allow table captions to come underneath the table. I can't see any
indication that the variable has been deprecated, but in my envir
At Tue, 23 Jul 2013 18:44:04 +0200,
Nicolas Goaziou wrote:
> James Harkins writes:
>
> > According to [1], the customization variable
> > org-latex-table-caption-above was added to allow table captions to
> > come underneath the table. I can't see any indication t
Hi, I found an inventive solution by Suvayu to discard headlines from export
here [1], but the 8.0+ solution throws an error in my environment.
(defun sa-ignore-headline (contents backend info)
"Ignore headlines with tag `ignoreheading'."
(when (and (org-export-derived-backend-p backend 'late
Just wondering if there's a better way to handle LaTeX commands written inline,
when the command arguments span a line break. Currently, LaTeX export preserves
curly braces as is if a pair of them is on a single line, but it escapes them
if there's a line break in between:
~~ org
Sections may b
Is there a reason why the org-manual's index is not linked from the head
orgmode.org page?
Under orgmode.org/#docs, the link to the HTML manual is
http://orgmode.org/org.html, which downloads the entire contents of the manual
into the browser. This is perhaps tolerable on a full-size computer,
On Aug 12, 2013 1:39 PM, "Carsten Dominik"
wrote:
>
> On 2.5.2013, at 13:56, James Harkins wrote:
>
>> Apologies if this has been asked already. I just noticed that, e.g., the
ox-beamer.html page [1] has no links to its parent nodes. So for fun, I
hacked the url to go b
I'm attempting to make my switch to the new exporter and am now
tackling my archive of beamer exports. I'm slowly addressing the
issues of fixing my customizations but have run into an issue that
exceeds my ability to debug. The following stripped down example
should output a frame that has two col
Is it possible to apply a specific filter during export for one org document,
but not others?
Basically, a buffer-specific export filter.
It appears in the org manual that the hook needs to be added into e.g.
org-export-filter-plain-text-functions, where it remains globally for the
duration of
Suvayu Ali gmail.com> writes:
> 1. Is it possible to set filters as buffer local? Okay the help string
>says: "This variable may be risky if used as a file-local variable.",
>so I guess the answer is no.
>
> 2. Otherwise you could have used a lisp source block in the buffer. You
>c
Referring to [1]:
I just tried the following, so that I could maintain a list of special cases
where org's default latex export doesn't do what I want.
(setq hjh-org-latex-macros '(("`em" "'em")))
(defun hjh-latex-filter-macros (text backend info)
"hjh: Replace special cases listed in hjh-org
On Aug 21, 2013 3:41 PM, "Nicolas Goaziou" wrote:
> In that case, you should disable smart quotes, which are not smart
> enough for your use case. Note that they are not enabled by default.
That's reasonable, but irritating while I'm still editing. I'm certain I'll
leave some ASCII double quotes
Renato gmail.com> writes:
> I know MobileOrg for Android, but I currently only use it to sync
> things from the computer to the phone (i.e. I just use it to have
> my .org files with me all the time, for consulting) - the other way
> around I find clumsy, because I have to remember, when on the co
Charles Philip Chan writes:
> James Harkins writes:
> > Also, calendar sync is not working on my Android 4 tablet after the
> > most recent OS update from Asus. I've filed a bug report about that
> > too, and asked on the mobileorg mailing list, but so far, no
> &
I know orgmode is under GPL but my search didn't turn up anything
clear from orgmode.Org.
I need this official information for an access. :-(
Thanks
Suvayu Ali gmail.com> writes:
> I think it is unwise to keep coming up with ways to support semantically
> wrong behaviour just for the sake of backwards compatibility. This was
> changed with good reason and after a lot of discussions. If you
> continue on this path, you will have to keep main
Jason Lewis dickson.st> writes:
> Nicolas Goaziou wrote, On 23/09/2013 7:56 AM:
> > The syntax is wrong: you cannot have two frames within the same
> > tree.
>
> Hi Nocolas,
>
> Thanks. The error message is not very clear and this is an easy
> mistake for a beginner to make.
FWIW, I've been us
I just started using habits. A question:
With the default settings, habits appear in the agenda if they are TODO for
today. If they are TODO on a future day, they are hidden. (This is basically
okay, except that marking a habit DONE makes the consistency graph disappear
from the agenda, until
Question: How does one use Beamer's \only command with blocks? (Successfully,
with org-mode's beamer export, I mean.)
I found in the manual that you can give an overlay specification using the BEAMER_ACT property... ok... but that's
not the same as \only because, when a latex chunk is marked \o
Suvayu Ali gmail.com> writes:
> On Tue, Oct 08, 2013 at 11:41:36PM +0800, James Harkins wrote:
> > Question: How does one use Beamer's \only command with blocks?
(Successfully, with org-mode's beamer
> export, I mean.)
> >
> > I found in the manual that
Suvayu Ali gmail.com> writes:
> Look a bit more carefully ;). The following paragraph has an example
> suggesting the onlyenv environment. As far as I understand,
> environments are prefered over commands with arguments or macros when
> translating headlines. You can nest your block in such an
R. Michael Weylandt gmail.com>
gmail.com> writes:
> On Oct 10, 2013, at 11:50, François Pinard iro.umontreal.ca>
wrote:
>
> >
> > P.S. What is proper English: "nobody remember" or "nobody remembers"?
> >
>
> Remembers. 'Nobody' counts as singular, as does 'no one'. English isn't
totally
On Oct 15, 2013 2:19 AM, "Jonathan Leech-Pepin" <
jonathan.leechpe...@gmail.com> wrote:.
> > I'm voting for "none of the bosses is going to attend."
>
> None is a bit of an odd case, since it reflects the plurality of the
associated noun.
I don't want to drag it out much further as it's well off t
Per the beamer user guide, the syntax of the overlayarea environment is:
\begin{overlayarea}{area width}{area height}
environment contents
\end{overlayarea}
I can't figure out how to get the width and height in properly.
From the customize interface, I added overlayarea as follows:
'
On Oct 21, 2013 6:12 PM, "Nicolas Goaziou" wrote:
> Optional arguments are in square brackets in LaTeX. Try %r instead, so
> you can write:
>
> *** {0.9\textwidth}{0.7\textheight} :B_overlayarea:
> :PROPERTIES:
> :BEAMER_env: overlayarea
> :END:
Ah, OK, that's better.
It's
On Oct 24, 2013 12:58 AM, "Nicolas Goaziou" wrote:
> There are two things to consider: what belongs to the manual, and what
> belongs to `org-beamer-environments-extra' docstring.
>
> I think it is reasonable for the manual not to talk about %o, %r... but,
> instead, simply point to the variable n
I've set org-latex-listings to "Use listings" (not minted), and then run
this minimal example.
#+BIND: org-latex-listings-options (("basicstyle" "\\ttfamily")
("captionpos" "b") ("tabsize" "3"))
#+LANGUAGE: en
#+OPTIONS: H:1 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t ':t
#+E
On Tuesday, October 29, 2013 5:06:29 PM KST, Nicolas Goaziou wrote:
It should clean them up. Though, the "-2" suffix implies that a regexp
is needed to find temporary files.
Does the following patch work?
Will have to try later... some time pressure right now.
An aside: in the last few weeks,
Maybe there is something obvious I'm missing, but I'm having considerable
trouble using org-language source code blocks in Beamer export.
The objective is to show a little of the org code that made the
presentation. This means including some headers. I had thought that
declaring the source cod
On Nov 1, 2013 4:35 PM, "Nicolas Goaziou" wrote:
> Blocks cannot contain headlines. You need to protect offending lines
> with a comma. See section 11.3 from the manual.
I see it now... I was looking in the manual for info on source blocks, and
didn't realize I needed to go up a conceptual level,
avior completely).
I haven't found anything in the manual explaining how to run a shell
command on the output file from LilyPond execution. That's really the
crucial one -- it makes no sense to embed an A4 sized image into a beamer
frame...
hjh
-- Forwarded message ------
From:
On Nov 4, 2013 10:08 PM, "Eric Schulte" wrote:
> Look in lisp/ob-lilypond.el. Specifically (1) would be done in
> `org-babel-expand-body:lilypond', and both (2) and (3) in
> `org-babel-execute:lilypond'.
Thanks. I'm not much of a LISPer so I have no idea when I might get around
to that.
In the
On Tuesday, November 5, 2013 12:24:44 PM HKT, James Harkins wrote:
On Nov 4, 2013 10:08 PM, "Eric Schulte" wrote:
Look in lisp/ob-lilypond.el. Specifically (1) would be done in
`org-babel-expand-body:lilypond', and both (2) and (3) in
`org-babel-execute:lilypond'.
Thank
On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote:
It should clean them up. Though, the "-2" suffix implies that a regexp
is needed to find temporary files.
Does the following patch work?
It seems not to have any effect. Here's what I did to try it:
1. cd ~/share/org-mode.git
On Wednesday, November 6, 2013 10:15:44 PM HKT, Nicolas Goaziou wrote:
No ***-**.vrb files were deleted.
Out of curiosity: in my case vrb files follow the template "***.**.vrb"
not "***-**.vrb". Are you sure about the hyphen?
Hm, you're right -- I was sure they are hyphens, but I just looked
On Friday, November 8, 2013 12:21:21 AM HKT, Nicolas Goaziou wrote:
Here's an update which should properly remove these files. Could you
confirm it?
Yes, working fine. Thanks.
hjh
Hi,
I'm not especially familiar with emacs-lisp and I haven't looked at the
functions for node properties at all. Unfortunately, I'm under a time
crunch today and I don't have the few hours it would take to get up to
speed (otherwise, I'd have a go at it myself).
It seems that everything in
On Nov 11, 2013 4:11 PM, "Nicolas Goaziou" wrote:
> According to Beamer's user guide, "columns" environment follows the
> template:
>
> \begin{columns}[]
> ...
> \end{columns}
>
> IOW, it is not possible to define an action specification on it.
Well, that would explain it.
What I should
I believe I've found a bug in ox-koma-letter.el. Org-mode version 8.2
(release_8.2-2-g18c7c4 @ /home/dlm/share/org-mode.git/lisp/)
Accepted values for the "backaddress" option are "t" or "nil."
If the option is "t," then the export contains a line
"\KOMAoption{backaddress}{true}."
If the opt
According to [1], "#+OPTIONS: subject:nil" should suppress printing the
#+TITLE at the top of the letter. It seems that the previous bug prevents
the expected line "\KOMAoption{subject}{untitled}" from being generated.
Okay... so, what if I set "#+OPTIONS: subject:untitled"? Then I get
somethi
code}[1]{\textcolor{codecolor}{\texttt{#1}}}
#+LATEX_HEADER: \newcommand{\codeident}[1]{\mbox{\texttt{#1}}}
#+LATEX_HEADER: \newcommand{\termemph}[1]{\emph{#1}}
#+TITLE: What's Wrong with Finale? \\ Free Music Notation with LilyPond
#+AUTHOR:H. James Harkins
# #+DATE: 31 October 2013
#+BEG
Achim Gratz nexgo.de> writes:
> James Harkins writes:
> > Now I'm working on a short article-class document, and I included the same
> > #+PROPERTY at the top, and... no effect. But... *the lines are identical*.
> > ??
>
> Did you C-c C-c the configurat
org-latex-text-markup-alist is a variable defined in `ox-latex.el'.
Its value is ((bold . "\\textbf{%s}")
(code . verb)
(italic . "\\emph{%s}")
(strike-through . "\\sout{%s}")
(underline . "\\uline{%s}")
(verbatim . protectedtexttt))
underline . "\\uline{%s}" -- According to [1],
~~
\uline
U
A few months ago, I wrote an academic paper with code examples, using the
listings environment like so:
#+ATTR_LaTeX: :starred t :options [htb]
#+BEGIN_figure
#+CAPTION: Simple sequencer, implementing the musical flow from Figure
[[basicseq_graph]].
#+NAME: basicseq
#+BEGIN_SRC {} -i
TLSequenc
On Wednesday, December 11, 2013 10:54:37 PM HKT, James Harkins wrote:
I have also tried
#+ATTR_LaTeX: :float multicolumn :options [htb]
per documentation at [1]. I still get \begin{figure}, not
\begin{figure*}.
Forgot the footnote: it's
http://orgmode.org/manual/LaTeX-spe
Nicolas Goaziou gmail.com> writes:
> I could be a suggested feature that didn't make it into code base.
> Anyway, you can use:
>
> #+begin_figure*
> ...
> #+end_figure*
>
> instead.
OK, relief. That did it.
Should #+begin_something* be documented under "special blocks" here?
http://org
Incidentally, while I was trying different versions last night (for the
LaTeX starred-figure issue), I saw the following warnings during "make":
In toplevel form:
ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years al
On Wednesday, December 11, 2013 10:47:42 PM HKT, Nicolas Goaziou wrote:
Is "ulem" one of the LaTeX export default packages?
Yes, it is. See `org-latex-default-packages-alist'.
Ah... I must have customized that at some point.
Drifting off the topic slightly, to a related question. I have a fe
On Thu, Dec 12, 2013 at 10:40 AM, James Harkins
wrote:
> On Wednesday, December 11, 2013 10:47:42 PM HKT, Nicolas Goaziou wrote:
>>>
>>> Is "ulem" one of the LaTeX export default packages?
>>
>> Yes, it is. See `org-latex-default-packages-alist'
On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou wrote:
> Your first "attr_latex" line applies to the "figure" special block, not
> to the source block.
I did eventually figure that out.
As far as I can see, this is the only reference to figure*
environments in the manual:
~~
multicolumn: if y
On Thu, Dec 12, 2013 at 11:52 PM, Thomas S. Dye wrote:
> James Harkins writes:
>
>> If this has been fixed in master, then I'm content to leave it at that.
>
> I don't know about this. My guess is that your Org-mode installation is
> messed up somehow.
I
On Fri, Dec 13, 2013 at 10:44 AM, Thomas S. Dye wrote:
> I see in the git log for ox-texinfo that Carsten got rid of old
> style backquoting on September 19th. Yours must be older than that?
Well, as I said before, I'm using the stable release tag for 8.2. I do
not habitually use the latest from
solid, I'll send it.
>
I would like to see the code, perhaps we can make something usable.
--
James
Giulio Petrucci writes:
[snip]
>
> Another problem that I am eperiencing is that it is very hard for me
> to find documentation about the org-mode function and variables.
> For this specific issue, is there any resource that shows you *what*
> you can do *and how* to do it?
>
Outside of http://o
Especially looking for users of ob-lilypond:
I currently have a few LilyPond source code blocks that are working quite well
as inline graphics (exported to LaTeX), e.g.:
#+BEGIN_SRC lilypond :exports results :noweb yes :file ex1.eps
...
#+END_SRC
When I export, it (correctly) asks if I want to
On February 27, 2016 5:57:01 AM Nicolas Goaziou wrote:
> My question, then, is: What is needed to get ob-lilypond to support
> LaTeX floats and captions? (I have a sneaky feeling it isn't trivial,
> but it's worth asking in any case.)
You are applying the name and caption to the source block,
Larrabee Strow umbc.edu> writes:
>
> I am trying to put a second row of two columns in a org beamer slide.
>
> No problems with doing the first row, two column.
>
> I can't figure out any way to put in the second row of two columns.
> (I am trying to show a 2x2 grid of images, with titles.)
>
Eric S Fraga ucl.ac.uk> writes:
> On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote:
> > Here is the simplest example I can come up with. I changed the four
> > figures to text. Note that in comments, I show where I can add
> > \end{columns} and \begin{columns} to the org-generated .te
Just wondering if anyone has any experience with texts written in org,
which then need to be translated.
The simplest thing, of course, would be an org file for the original
language, and then separate files for other languages. Markup and export
are simpler this way, but future edits would be
I'm trying to derive an exporter backend from ASCII. I need to add some export
options, so I have:
#+BEGIN_SRC {emacs-lisp}
(org-export-define-derived-backend 'scdoc 'ascii
:translate-alist ... omitted for brevity...
:options-alist
'((:categories "CATEGORIES" nil nil t)
(:related "RELA
On March 3, 2015 12:51:31 AM Nicolas Goaziou wrote:
> Then I created an org file that begins:
>
> #+BEGIN_SRC org
> ,#+title:: PulseCount
> ,#+summary:: Pulse counter.
> ,#+related:: Classes/Stepper
> ,#+categories:: UGens>Triggers
It should be
#+title: PulseCount
Gah... doubled c
I've got:
(defun org-scdoc-headline (headline contents info)
"Transcode a HEADLINE element from Org to ASCII.
CONTENTS holds the contents of the headline. INFO is a plist
holding contextual information."
;; Don't export footnote section, which will be handled at the end
;; of the template.
On March 4, 2015 7:18:11 PM James Harkins wrote:
I've got:
(defun org-scdoc-headline (headline contents info)
(unless (org-element-property :footnote-section-p headline)
(let* ((title (org-element-property :title headline))
(allcaps (upcase title))
... blah blah
I've been working on an export backend for personal use, and I find the
documentation on worg to be... not quite what I need. In the spirit of
suggesting an avenue for improvement, then:
The page covers a lot of details, but less in the way of context. For
instance, the toolbox is documented e
On March 6, 2015 7:21:50 PM Nicolas Goaziou wrote:
James Harkins writes:
> The page covers a lot of details, but less in the way of context. For
> instance, the toolbox is documented extensively, but I didn't see
> a comprehensive list of the transcoding functions that a ba
Hi,
org-mobile-pull just messed up.
I have a top level heading, "Dates." In mobileorg (android), I created a
second-level heading under it, "Entrance exams," and then a third level heading
under that, "Auditions," with a scheduled date. That was on my phone.
Later, I synced on the phone and di
I think the manual could be a bit clearer on one point of the use of :EXPORT_*:
properties.
http://orgmode.org/manual/Export-settings.html#Export-settings
~~
When exporting only a subtree, each of the previous keywords3 can be overridden
locally by special node properties. These begin with ‘EXP
On Fri, 13 Dec 2013 10:06:03 +0100, Achim Gratz wrote:
James Harkins writes:
> $ git status
> # On branch hjh8.2
You are on your own branch, with unknown modifications.
The current ox-texinfo doesn't have any backquotes, let alone old-style
ones anywhere near those lines. How
Hi,
Is there a reason why Beamer export does not place "\maketitle" in a frame?
The beamer user guide (I.3.4) specifies the following:
\begin{frame}
\titlepage
\end{frame}
But org-mode simply writes "\maketitle" outside of a frame.
This is important when you are using the same source to produ
On Sunday, December 22, 2013 6:38:02 PM HKT, James Harkins wrote:
Hi,
Is there a reason why Beamer export does not place "\maketitle" in a
frame?
The beamer user guide (I.3.4) specifies the following:
\begin{frame}
\titlepage
\end{frame}
But org-mode simply writes "\maketi
On Sunday, December 22, 2013 9:36:34 PM HKT, Nicolas Goaziou wrote:
Oh, I think I see the issue... there's only one org-latex-title-command.
;; 10. Title command.
(org-element-normalize-string
(cond ((string= "" title) nil)
((not (stringp org-latex-title-command)) nil)
...
I don't think the v
On Monday, December 23, 2013 4:25:50 PM HKT, Nicolas Goaziou wrote:
James Harkins writes:
One question, though: How would I determine the LaTeX document class
programmatically?
(plist-get info :latex-class)
Thanks. I'm very busy now at the end of the semester, but I have this:
**
I'm not sure if this is reported, but I spotted a minor "faces" bug just
now.
Put this into an Org buffer.
** Headline
- *Bold* non-bold
- *Bold* non-bold
- Non-bold
Put the cursor on "Headline" and do M-left, M-right. When the heading is
any level other than second, no problem. But at
Hi Suvayu,
I've been using your "sa-ignore-headline" filter [1] for a while -- works
great for LaTeX.
(defun sa-ignore-headline (contents backend info)
"Ignore headlines with tag `ignoreheading'."
(when (and (org-export-derived-backend-p backend 'latex 'html 'ascii)
(string-match "\
This appears to be an HTML export bug: A straight double-quote mark before
a footnote fails to convert into ”
Minimal example:
* Heading
Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1]
* Footnotes
[fn:1] /The Simpsons/.
Expected:
Krusty the Klown opined, “Well, that’s showbiz f
On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote:
> Smart quotes mechanism is based on regexps. There are unavoidable
> ambiguous cases, like this one.
But the export is as expected in LaTeX, so... If the LaTeX backend can
interpret the input properly, why not the html backend?
hjh
On Thursday, January 9, 2014 12:37:39 AM HKT, Nicolas Goaziou wrote:
On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote:
Smart quotes mechanism is based on regexps. There are unavoidable
ambiguous cases, like this one.
But the export is as expected in LaTeX, so...
It isn't. Look at the LaTeX
On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote:
OK, I'll work around it on my side.
Continuing... I've tried to write a filter for this, but I'm stuck on
choosing strings based on the backend name.
(cdr (assoc
(org-export-backe
On Thursday, January 9, 2014 7:07:15 PM HKT, Nicolas Goaziou wrote:
Hello,
James Harkins writes:
On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote:
...
That's because BACKEND is already a symbol, not a real back-end (i.e.
a defstruct). Thus, you can use:
(cdr
I just started to work on the issue of wrapping the title command in beamer
export within a frame, but found that I can't export to Beamer at all in
the master branch (after pulling just today).
I can export this minimal example successfully if I check out
release_8.2.4, but it fails in curren
On Monday, December 23, 2013 4:25:50 PM HKT, Nicolas Goaziou wrote:
>
> James Harkins writes:
>
>> One question, though: How would I determine the LaTeX document class
>> programmatically?
>
>
> (plist-get info :latex-class)
Patch attached. The patch is based on
Sorry, gmail's "reply" by default includes only the sender, not the list...
hjh
-- Forwarded message ------
From: James Harkins
Date: Sat, Jan 11, 2014 at 5:42 PM
Subject: Re: [bug] Beamer export fails in current master
To: Nicolas Goaziou
On Sat, Jan 11, 2014 at 4
I'm working on a set of Beamer presentations with a bunch of source
code blocks. I would like to collect all the blocks into one text file
per presentation, but I also need the captions and ideally a numeric
index.
That is, I'm *not* looking for the normal behavior of
org-babel-tangle, which assem
On Monday, January 13, 2014 1:19:28 AM HKT, John Kitchin wrote:
I think I have done something like that before. What I did was make it so
each code block would be written out to a file, e.g.
course-notes/script-%d.py and a link would be put in the exported pdf
right
after that block. I do not
Hi,
Got a question that's not easy to search online.
I want to use an org table to define glossary entries for LaTeX. I have my
table[1], and I have a src block[2] that reads the table and produces the
right syntax[3]. This is already pretty helpful -- I can C-c C-c the source
block and manua
On Jan 14, 2014 11:41 AM, "Eric Schulte" wrote:
> Have you tried ":results raw" or ":results org", take a look at the
> manual page on the results header argument.
Missed that - thanks for the pointer. I looked pretty carefully at the page
on "Evaluating code blocks," which says basically nothing
On Thursday, January 16, 2014 5:29:32 AM HKT, Nicolas Goaziou wrote:
I see nothing wrong in that process. Can you still reproduce the error
with latest Org?
Quite strange. I just moved up to current master -- "Org-mode version
8.2.5f (release_8.2.5f-518-gd74205 @ /home/dlm/share/org-mode.git/l
Nick Dokos gmail.com> writes:
> Try:
>
> --8<---cut here---start->8---
> (defun hjh-print-src-blocks ()
> "Iterate src blocks from org-element and print them to *Messages*."
> (interactive)
> (let ((tree (org-element-parse-buffer)))
>(org-element-map t
For posterity, this is doing what I want.
It's with some shock that I note, I'm actually starting to understand LISP.
hjh
(defun hjh-get-string-from-nested-thing (thing)
"Peel off 'car's from a nested list until the car is a string."
(while (and thing (not (stringp thing)))
(setq thing
Is there an existing org function to sort a table based on more than one
column? E.g., given:
| Type | Term | Description |
|--+---+--|
| Filt | LPF | Butterworth lowpass filter |
| Filt | HPF | Butterworth highp
On Jan 19, 2014 12:32 AM, "Nicolas Goaziou" wrote:
> I cannot reproduce the problems. Something seems to go wrong with your
> `avl-tree' library. Is it loaded properly? Do you use an old Emacs?
I see -- so, when I said it's broken in my environment, the operative words
are "in my environment."
I
Just ran into something that I'm really not sure how to handle. I thought I
could handle it with export filters, but actually it involves babel, and
that makes it more involved than I initially suspected.
I'm working on a large project involving five beamer presentations (one per
day), and the
eek, Day 1 \\ Introductory SC, Synthesis and
Sequencing
#+DATE: \today
#+AUTHOR: H. James Harkins
#+EMAIL:
#+INCLUDE: "../slidehead.org"
#+include: "../glossary.org"
#+include: "./01-contents.org"
~~
On Monday, January 27, 2014 12:36:22 AM HKT, Nicolas Goaziou wrote:
What happens if you call (org-export-expand-include-keyword) in that
buffer? Are the resulting changes valid?
(Aside: This was challenging at first, b/c
org-export-expand-include-keyword is not interactive.)
Ah... now I see
201 - 300 of 516 matches
Mail list logo