Re: [O] Contribution: ob-groovy.el

2013-12-27 Thread Thomas S. Dye
Aloha Miro, Miro Bezjak bezjak.m...@gmail.com writes: can I do all those tasks over the couple of days - when I have more time? Yes, of course. The FSF papers will probably take several weeks to complete, if you haven't already done so. Should I just add the documentation before

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. This input in the Org mode file: [l]ater walls ... produces this in the tex file (open quote wrong, close

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: I'm getting the same incorrect result as before with: Org-mode version 8.2.4 (release_8.2.4-391-g954168 @ /Users/dk/.emacs.d/src/org-mode/lisp/) Did you reload Org? I cannot reproduce the problem anymore

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
the latest Org mode, a file-specific org-entities-user entry looks like the best solution. Thanks for your patience as I puzzled this out online. All the best, Tom Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: I'm getting the same incorrect result

Re: [O] Contribution: ob-groovy.el

2013-12-26 Thread Thomas S. Dye
| 1 | 2 |-- | a | b .trim() #+END_SRC #+RESULTS: | 1 | 2 | |---+---| | a | b | Kind Regards, Miro Bezjak -- Thomas S. Dye http://www.tsdye.com

[O] LaTeX export, problem with quotes

2013-12-25 Thread Thomas S. Dye
Aloha all, I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. This input in the Org mode file: [l]ater walls ... produces this in the tex file (open quote wrong, close quote OK): [l]ater walls ...'' I'm expecting this in the tex file: ''[l]ater walls ...'' I'm using

Re: [O] Getting custom LaTeX exports to work

2013-12-25 Thread Thomas S. Dye
}))) In my simple org-file I have the following in the first line: #+LaTeX_CLASS: koma-article Unfortunately I still get Unknown LaTeX Class `koma-article` when executing Ctrl-c-e l L You've named it `koma-artikel', not `koma-article'. hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] org-entities in #+captions

2013-12-25 Thread Thomas S. Dye
Aloha all, With this local variable: # eval: (add-to-list 'org-entities-user '(amacron \\={a} nil #0257 a a ā)) the org-entity \amacron isn't handled inside a caption: #+caption: *Level assignments in the Kahua 1 and P\amacron{}hinahina detailed study area.* The caption exports to LaTeX

Re: [O] [PATCH] Add ob-J.el

2013-12-24 Thread Thomas S. Dye
:22 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Oleh, Oleh ohwoeo...@gmail.com writes: Hi all, Here's a patch to add babel support for J. I couldn't figure out how to make ob-J.elc a target for make, maybe someone can fix this. regards, Oleh Are you willing to draft documentation

Re: [O] [PATCH] Add ob-J.el

2013-12-20 Thread Thomas S. Dye
S. Dye http://www.tsdye.com

Re: [O] #+TEXT: disappeared

2013-12-18 Thread Thomas S. Dye
`#+ascii:'. Best regards, Seb Hm, when I try this it won't even appear in the .tex file. I'm not sure what your expectations might be, but if you want to add special code to a .tex file, Section 12.7.3 of the manual, Quoting LaTeX code, describes how to do that. hth, Tom -- Thomas S. Dye

Re: [O] [RFC] About `org-export-with-\(fixed-width\|tables\)'

2013-12-18 Thread Thomas S. Dye
the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] About `org-export-with-\(fixed-width\|tables\)'

2013-12-18 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: Nicolas Goaziou n.goaz...@gmail.com writes: Removal is fine with me. For years now, I've inserted the automatic boilerplate at the top of my Org mode documents, which has ::t and |:t

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-12 Thread Thomas S. Dye
James Harkins jamshar...@gmail.com 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'm unclear how. I didn't see this message in Emacs. It's during make. That has to

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-11 Thread Thomas S. Dye
)Backquote in the manual. I can't reproduce this. The lines that throw warnings for you are both docstrings with the version of ox-texinfo.el I just pulled from git-master. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-05 Thread Thomas S. Dye
8.2.3c) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How do I specify the language for a :results code block

2013-12-02 Thread Thomas S. Dye
Aloha Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Unfortunately, if I export this, the code is duplicated. Here is the generated html, for instance: Yes, the code is partially duplicated when I run it. It looks to me as if the problem stems from :results raw and the fact that

Re: [O] How do I specify the language for a :results code block

2013-11-30 Thread Thomas S. Dye
#+call: fetchcoq2(demo.v) :results raw #+results: #+BEGIN_SRC coq demo.v #+END_SRC hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel support for the D language

2013-11-30 Thread Thomas S. Dye
Aloha Thierry, Thierry Banel tbanelweb...@free.fr writes: Done ! The first draft of http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-D.html has been committed. I pushed some minor edits. Looks good! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How do I specify the language for a :results code block

2013-11-29 Thread Thomas S. Dye
#+begin_src sh ECHO XXX #+end_src #+begin_src emacs-lisp :var x=first-link() (princ x) #+end_src #+results: : XXX hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel support for the D language

2013-11-28 Thread Thomas S. Dye
your help for proof-reading the yet-to-be-written documentation. Great. Let me know when you've pushed a draft to Worg. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Thomas S. Dye
}) (\\subparagraph{%s} . \\subparagraph*{%s}))) Note: org-latex - ox-latex org-export-latex-classes - org-latex-classes hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] imaxima babel

2013-11-27 Thread Thomas S. Dye
to learn how it works. Feel free to copy paste whatever is useful to amend it though. I added this to ob-doc-maxima. It might require some editing. You can learn how to edit Worg here: http://orgmode.org/worg/worg-git.html All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] commit 5ea0228 has problem opening big org-mode file

2013-11-26 Thread Thomas S. Dye
attached. It passed the two tests, but I have not done anything more. Can both interested parties (York Zhao and Tom Dye) please test it and let me know of any problems? Hi Nick, The patch appears to work for me. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] commit 5ea0228 has problem opening big org-mode file

2013-11-25 Thread Thomas S. Dye
). hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] reference #+label: in export to both LaTeX and HTML

2013-11-23 Thread Thomas S. Dye
could use \ref{mutation-ops} which would be passed directly through to LaTeX, however this syntax is not understood by the HTML backend. Is there a general Org-mode construct for referencing labels? Thanks, -- Thomas S. Dye http://www.tsdye.com

[O] [Babel] Bug reading example blocks?

2013-11-22 Thread Thomas S. Dye
-indentation. Is there a reason for this? Or, is it a bug? Or, am I going about this task in the wrong way? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Refresh buffer properties and local variables

2013-11-21 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Thomas S. Dye
or elisp or something. Of course if the right answer is I should write a python script to generate my org-mode text, well, that's OK too. :-) -- Thomas S. Dye http://www.tsdye.com

Re: [O] Lisp code blocks fail

2013-11-19 Thread Thomas S. Dye
up a fix. Best, t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, I understand this a bit better now. In org-babel-execute:lisp, the local variable result is getting set to ( 2). With :results value, the call to read in org-babel-result-cond is being passed 2 when it expects a list

[O] Refresh buffer properties and local variables

2013-11-19 Thread Thomas S. Dye
Aloha all, I just discovered that refreshing buffer properties, C-c C-c at the top of my Org mode file, resets Local Variables to their default values (I think). At any rate, the Local Variables I set at the end of the file are changed by refreshing buffer properties. Is this intended? I end

Re: [O] Lisp code blocks fail

2013-11-17 Thread Thomas S. Dye
as usual. My problem appears to be confined to lisp. All the best, Tom t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, An edebug adventure :) AFAICT, the error is thrown by this call to a macro: (org-babel-result-cond (replace) (car result)), where result has been set to 2 by the long

[O] [babel] header lines in unnamed lisp code blocks

2013-11-17 Thread Thomas S. Dye
. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [babel] header lines in unnamed lisp code blocks

2013-11-17 Thread Thomas S. Dye
Aloha all, Noise, sorry. The code block fails because it is at the top of buffer. If I put a headline before it, all is well. Tom t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, This code doesn't return. #+header: :results value #+begin_src lisp (+ 1 1) #+end_src If I add #+name

Re: [O] Implementing Reproducible Research

2013-11-15 Thread Thomas S. Dye
clue? Christophe -- Thomas S. Dye http://www.tsdye.com

Re: [O] Lisp code blocks fail

2013-11-15 Thread Thomas S. Dye
' function and then run that code block again to see at which statement the error is thrown. I'm not sure what the problem could be. Best, t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, #+begin_src lisp (+ 1 1) #+end_src Debugger entered--Lisp error: (wrong-type-argument listp 2) byte

Re: [O] org-insert-heading

2013-11-13 Thread Thomas S. Dye
Hi Bastien, Bastien b...@gnu.org writes: Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: With the following Org mode file, there is a dead space where org-insert-heading doesn't do anything. In the following example, if the point is on either of the empty lines marked [dead space

Re: [O] Lisp code blocks fail

2013-11-13 Thread Thomas S. Dye
-ctrl-c-ctrl-c nil nil) Org-mode version 8.2.3b (release_8.2.3b-200-gb6522a @ /Users/dk/.emacs.d/src/org-mode/lisp/) All the best, Tom Eric Schulte schulte.e...@gmail.com writes: Hi Tom, Could you provide a minimal example? I'm unable to debug from the stack trace alone. -- Thomas S. Dye

[O] org-insert-heading

2013-11-12 Thread Thomas S. Dye
Aloha all, With the following Org mode file, there is a dead space where org-insert-heading doesn't do anything. In the following example, if the point is on either of the empty lines marked [dead space] no heading is created. Is this behavior intended? * Folded heading ... [dead space] [dead

[O] Lisp code blocks fail

2013-11-12 Thread Thomas S. Dye
Aloha all, With a recent pull, Lisp code blocks that I'm fairly certain were working previously started to fail. There is a backtrace below. The Lisp code executes correctly, but Babel doesn't appear to get the results in the form it expects (if I'm reading the backtrace correctly). Have I

Re: [O] Guess correct dictionary for Ispell

2013-11-08 Thread Thomas S. Dye
))) (add-hook 'org-mode-hook 'my-org-switch-language) Best regards, Seb -- Thomas S. Dye http://www.tsdye.com

Re: [O] Exporting book handouts

2013-11-04 Thread Thomas S. Dye
be systematic. * Book ** Chapter 1 ** Chapter 2 * Handouts ** Handout 1 ** Handout 2 * Common Material ** Figures ** Tables All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] R contingency table axes labels in org

2013-11-04 Thread Thomas S. Dye
) hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Fwd: ob-lilypond: pre- and post-processing of source blocks

2013-11-04 Thread Thomas S. Dye
languages. See lines 68-79 of ob-dot.el, for instance, which implements a :cmdline header argument. It might be easy to implement something similar for ob-lilypond.el, as well. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Exporting book handouts

2013-11-03 Thread Thomas S. Dye
to proceed. All the best, Jarmo -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-mode in the wild

2013-11-02 Thread Thomas S. Dye
Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-31 Thread Thomas S. Dye
page (replace-regexp-in-string multicolumn{[0-9]+}{r}{\\(.*\\)} continued on next page \\ldots row nil t 1) nil t 1))) Thanks again for your patience and help. This works! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Table continuation strings

2013-10-30 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: Patch includes table continuation strings for several languages. Translations all from the internet. Caveat emptor. Applied. Thank you. + (ja :utf-8 前ページから続く) [...] + (ja :utf-8 次ページに続

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-30 Thread Thomas S. Dye
without success. I always get the default continuation strings. I've looked around for an error message, but there doesn't appear to be one, at least that I can find. The asynchronous export runs through to completion. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [PATCH] Table continuation strings

2013-10-29 Thread Thomas S. Dye
Aloha all, Patch includes table continuation strings for several languages. Translations all from the internet. Caveat emptor. All the best, Tom From 0c551e51f5eff759957a415d7d29a830b43631d2 Mon Sep 17 00:00:00 2001 From: Thomas Dye t...@tsdye.com Date: Tue, 29 Oct 2013 14:39:48 -1000 Subject:

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-28 Thread Thomas S. Dye
missing something? An example filter? Otherwise, I agree, there is no need to break the mold here. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-28 Thread Thomas S. Dye
(replace-regexp-in-string multicolumn{[0-9]+}{r}{\\(.*\\)} String 2 row nil nil 1) nil nil 1))) (add-to-list 'org-export-filter-table-row-functions 'my-personal-table-continuation-strings) Untested. Thanks! Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-27 Thread Thomas S. Dye
Carsten Dominik carsten.domi...@gmail.com writes: On 27.10.2013, at 09:05, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, t...@tsdye.com (Thomas S. Dye) writes: The attached patch should be applied on top of the earlier patch. It makes the continuation strings customizable

Re: [O] Can't get listings to work

2013-10-26 Thread Thomas S. Dye
backslashes shown in the docstring. Tom t...@tsdye.com (Thomas S. Dye) writes: Aloha all, I've set org-latex-listings-options so: org-latex-listings-options is a variable defined in `ox-latex.el'. Its value is ((frame lines) (basicstyle \footnotesize) (numbers left)) But I'm getting

[O] [PATCH] Add \endifrsthead to longtable export

2013-10-26 Thread Thomas S. Dye
Aloha all, Previously, export of LaTeX longtables that spanned a page break generated a caption on each page, resulting in multiple entries in the table of contents. The attached patch for ox-latex.el implements the \endfirsthead command so the caption only appears once, at the top of the table.

[O] [PATCH] Longtable continuation strings customizable

2013-10-26 Thread Thomas S. Dye
Aloha all, The attached patch should be applied on top of the earlier patch. It makes the continuation strings customizable. All the best, Tom From 2b3fbcf9a8ea64ef6207237ef48b9c62cded01ff Mon Sep 17 00:00:00 2001 From: Thomas Dye t...@tsdye.com Date: Sat, 26 Oct 2013 14:37:30 -1000 Subject:

[O] Can't get listings to work

2013-10-25 Thread Thomas S. Dye
Aloha all, I've set org-latex-listings-options so: org-latex-listings-options is a variable defined in `ox-latex.el'. Its value is ((frame lines) (basicstyle \footnotesize) (numbers left)) But I'm getting this in the LaTeX output:

Re: [O] Portable formatting of export?

2013-10-22 Thread Thomas S. Dye
? - Klaus -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D -- Thomas S. Dye http://www.tsdye.com

Re: [O] Difficulties Accessing git Repository

2013-10-08 Thread Thomas S. Dye
. poto:org-mode dk$ make rm -f git remote update Fetching origin fatal: read error: Connection reset by peer error: Could not fetch origin make: *** [up0] Error 1 hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [Babel][R] Inclusion of multi-line named code blocks in R code

2013-10-07 Thread Thomas S. Dye
are inconsistent and only a small subset of header parameters is supported. Of course I haven't tested is with any other database. I can share what I've done if anybody is interested. Regards, Alex On Wed, Sep 18, 2013 at 5:27 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Alex, My work flow

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-04 Thread Thomas S. Dye
to class ... 3. some long lines can be simply turned to comments/docstring 4. ... maybe ... some NLP can be used to decide what actions to take? -- Thomas S. Dye http://www.tsdye.com

Re: [O] input data for babel blocks

2013-10-01 Thread Thomas S. Dye
(some.latex,\n) str(some.latex) #+END_SRC #+RESULTS: : Here is a \backslash. And an unmatched quote: '. : chr Here is a \\backslash. And an unmatched quote: '. HTH, Chuck -- Thomas S. Dye http://www.tsdye.com

Re: [O] [Babel] :colnames no no longer default for Emacs Lisp [Was] Lisp error: (wrong-type-argument listp hline)

2013-10-01 Thread Thomas S. Dye
Org-mode files. Best, -- Thomas S. Dye http://www.tsdye.com

Re: [O] example filter for code blocks?

2013-09-30 Thread Thomas S. Dye
all in. Yes, in fact you should always put all of them since the definitions for the other OS will be empty. Regards, Achim. -- Thomas S. Dye http://www.tsdye.com

Re: [O] Org Tutorials need more structure

2013-09-30 Thread Thomas S. Dye
-0500, John Hendy wrote: On Sat, Sep 28, 2013 at 6:29 PM, Thomas S. Dye t...@tsdye.com wrote: In this vein, I think it would be useful to have a brief statement about Org-mode that gives the interested reader from any background a good feel for the scope of Org-mode and how it presents

[O] org-export-async-init-file

2013-09-29 Thread Thomas S. Dye
#+header: :tangle init-journal-article-supplement.el #+begin_src emacs-lisp (setq org-latex-packages-alist nil) (add-to-list 'org-latex-packages-alist '( setspace)) (add-to-list 'org-latex-packages-alist '( attachfile)) ... #+end_src All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] example filter for code blocks?

2013-09-29 Thread Thomas S. Dye
Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu -- Thomas S. Dye http://www.tsdye.com

Re: [O] example filter for code blocks?

2013-09-29 Thread Thomas S. Dye
Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Sun, Sep 29, 2013 at 8:33 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, John Kitchin jkitc...@andrew.cmu.edu writes: Hi everyone, Thanks for the tips in using export filters

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Thomas S. Dye
, away from where the real tutorial action happens. Apologies for rambling. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Thomas S. Dye
Millar mill...@verizon.net napisał(a): On 9/28/2013 3:52 PM, Thomas S. Dye wrote: Aloha Carsten, snip First, I think that most statements about what Org-mode is are outdated. Many of them are quite good, but they represent the previous state of an evolving system and so fail to capture

Re: [O] how to provide feedback to the org documentation on the website?

2013-09-27 Thread Thomas S. Dye
has support should read Finally, every plain list has support Jason -- Thomas S. Dye http://www.tsdye.com

Re: [O] example filter for code blocks?

2013-09-26 Thread Thomas S. Dye
, figures, etc. What do you think? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] example filter for code blocks?

2013-09-26 Thread Thomas S. Dye
--- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Thu, Sep 26, 2013 at 3:43 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John

Re: [O] [Babel][R] Inclusion of multi-line named code blocks in R code

2013-09-18 Thread Thomas S. Dye
. Is there anything I can do to achieve that? Thanks Alex -- Thomas S. Dye http://www.tsdye.com

Re: [O] variable line-spacing in plain lists?

2013-09-06 Thread Thomas S. Dye
would be | spaced with the default line-spacing. Thanks for the help, Chris. -- Thomas S. Dye http://www.tsdye.com

Re: [O] LaTeX export question

2013-08-20 Thread Thomas S. Dye
Block 1 to not appear when I export because I give values to its options in my org file as follows: (setq org-latex-with-hyperref nil) hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Filters not working

2013-08-10 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Actually, I didn't mean to introduce a type change in filter arguments. I fixed it: BACKEND is again a symbol. `org-export-derived-backend-p' still works, and so does `memq'. Thanks Nicolas. I can confirm that my old filters with memq work again

[O] Filters not working

2013-08-09 Thread Thomas S. Dye
Aloha all, After an upgrade from 8.0.3 this morning I'm unable to export a large writing project that has kept me from reading the ML regularly for the last few months. It seems that filters that used to work, no longer do so. For example, #+name: tsd-parencites #+BEGIN_SRC emacs-lisp

Re: [O] Filters not working

2013-08-09 Thread Thomas S. Dye
to behave properly? However, changing my filter so it uses org-export-backend-name doesn't seem to change anything. Or, was I supposed to learn something else from ox.el? Thanks for your help. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Filters not working

2013-08-09 Thread Thomas S. Dye
)'? (beamer is derived from latex, so you don't need a separate test for it.) Thanks Aaron, that works. Now, to finish off that writing project ... All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Filters not working

2013-08-09 Thread Thomas S. Dye
'(beamer latex)) will never return t, because backend is a vector. Probably what you want is (memq (org-export-backend-name backend) '(latex beamer)) Yes, got it now. Thanks for your help. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
that language to retrieve values by name. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How to pass named table reference in source block variable

2013-08-07 Thread Thomas S. Dye
to retrieve values by name. hth, Tom Thank you for the link, I'll check it but seems that it won't solve the problem. But anyway, I found a workaround that doesn't involve to insert table reference. What is the workaround? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] import R data frame into org-mode table

2013-07-17 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Help with new exporter

2013-07-11 Thread Thomas S. Dye
. Can someone at least give me a hint on what I need to do differently? Thanks very much. -- Thomas S. Dye http://www.tsdye.com

Re: [O] Lists, exports to LaTeX and cr/lf

2013-07-07 Thread Thomas S. Dye
bar bar bar - foo foo foo foo foo bar bar bar bar Any comment about this or did I miss something already explained on the list? Thanks in advance, -- Thomas S. Dye http://www.tsdye.com

Re: [O] Classification of Org mode elements

2013-06-18 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, The attached Org mode document contains some notes on the classification of Org mode elements that might be a useful addition to Nicolas Goaziou's draft Org syntax document (http

Re: [O] Classification of Org mode elements

2013-06-18 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: My idea is to add the table to Nicolas' draft Org Syntax document, and use the classes as the basis for editing and restructuring the document a bit. Please go ahead, as long

Re: [O] Slides about LaTeX export

2013-06-17 Thread Thomas S. Dye
Fabrice Niessen fni-news-TA4HMoP+1wHrZ44/dzw...@public.gmane.org writes: Hello all, Yagnesh Raghava Yakkala wrote: On Jun 17 2013, tsd-p0awh739ni4avxtiumw...@public.gmane.org (Thomas S. Dye) wrote: Carsten Dominik carsten.dominik-re5jqeeqqe8avxtiumw...@public.gmane.org writes

Re: [O] Slides about LaTeX export

2013-06-16 Thread Thomas S. Dye
as expected for me with Google Chrome. Cheers, I get empty yellow rectangles with Google Chrome. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Slides about LaTeX export

2013-06-16 Thread Thomas S. Dye
Carsten Dominik carsten.domi...@gmail.com writes: On 16.6.2013, at 23:00, Nick Dokos ndo...@gmail.com wrote: t...@tsdye.com (Thomas S. Dye) writes: Hi Fabrice, all source code objects are empty yellow squares when I view this slide show with Chrome... It works as expected for me

[O] Classification of Org mode elements

2013-06-16 Thread Thomas S. Dye
| |-+-++--+---+---+-+---| | Table row | false | true | false| true | 9 | Element | Table row | -- Thomas S. Dye http://www.tsdye.com

Re: [O] [help] How to export a chapter as appendix

2013-06-16 Thread Thomas S. Dye
: #+LaTeX: \appendix * This is a appendix hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thomas S. Dye
header argument. It sounds like you'll want to set that to :exports both so you can see both your R code and its output in the html document. Good luck! hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [Feature Request] - Furigana - Yomigana - Ruby

2013-05-28 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Exporting source code blocks as LaTeX figures

2013-05-20 Thread Thomas S. Dye
* causes the special block not to be recognized.) Or do I need to write the literal LaTeX code for that? No, you don't need to write literal LaTeX code. See Section 12.7.4 of the manual, which describes setting the :float attribute to 'multicolumn'. hth, Tom -- Thomas S. Dye http

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Thomas S. Dye
changed the title of this document to indicate that it was written for the old exporter, Org Mode 8.0. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Improve configurability of ox-koma-letter

2013-05-14 Thread Thomas S. Dye
before. In any case, you can find the tutorial at ./org-tutorials/koma-letter-export.org Thanks, I'll have a look. Alan -- Thomas S. Dye http://www.tsdye.com

<    3   4   5   6   7   8   9   10   11   12   >