Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Thomas S . Dye
| #+results: | #+BEGIN_example | > tar xzvf bar.tar.gz | #+END_example `-- hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Thomas S . Dye
ar xzvf some_file.tar.gz | #+END_example `----------- hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] ox-tufte-latex

2016-02-12 Thread Thomas S . Dye
I mouse over the link to see the link type in the minibuffer. hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [ANN] Tufte Org Mode

2016-02-07 Thread Thomas S . Dye
:offset is changed to :placement). Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Subtree export problems

2016-02-06 Thread Thomas S . Dye
| #+end_src `----------- I couldn't make sense of the backtrace triggered by toggle-debug-on-quit, except to note that it reports org-babel functions. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Subtree export problems

2016-02-06 Thread Thomas S . Dye
than LaTeX code. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] No image output from Maxima in Babel

2016-02-05 Thread Thomas S . Dye
: 3d-maxima > [[file:maxima-3d.png]] > > The file is empty, though. > > Running the code from within the Maxima REPL produces the expected > result. > > I'm running Org version 20160201 on GNU Emacs 24.4.1 with Maxima 5.34.1 > on Debian Jessie. > > I would appreciate any help. Thanks. -- Thomas S. Dye http://www.tsdye.com

Re: [O] No image output from Maxima in Babel

2016-02-05 Thread Thomas S . Dye
Hmmm. I don't know. Perhaps someone else will have an idea. The example works fine on my Mac. Tom Zachary Peterson <zap5...@psu.edu> writes: >>>>>> Thomas S Dye <t...@tsdye.com> writes: > >> Aloha Zachary, That example works here. > >> Do

[O] Subtree export problems

2016-02-05 Thread Thomas S . Dye
(org-element-property :value keyword) (defun jk-org-kwd (KEYWORD) "get the value of a KEYWORD in the form of #+KEYWORD: value" (cdr (assoc KEYWORD (jk-org-kwds #+end_src -- Thomas S. Dye http://www.tsdye.com

Re: [O] ox-tufte-latex

2016-02-03 Thread Thomas S . Dye
Hi, Rasmus <ras...@gmx.us> writes: > Hi, > > Thomas S. Dye <t...@tsdye.com> writes: > >> It would indeed be easy to modify ox-latex.el so it supports the >> non-standard commands of the Tufte LaTeX package. I can send >> patches to that

Re: [O] ox-tufte-latex

2016-02-03 Thread Thomas S . Dye
n your >> final document, I guess. > > Well, this is more or less what I would use marginnotes for... See > e.g. https://www.ctan.org/pkg/todonotes . Tufte uses marginnotes to communicate with a reader. I think inline todos and the todonotes package you linked are intended to communicate with an author. It might be well to keep that distinction. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] ox-tufte-latex

2016-02-03 Thread Thomas S . Dye
Hi, Rasmus <ras...@gmx.us> writes: > Thomas S. Dye <t...@tsdye.com> writes: >> Oops, I meant margintable instead of marginnote. > > Tables have an environment. Is that sufficient (coupled with > :float nil)? I think :float margin works well here, too. Tufte ha

Re: [O] ox-tufte-latex

2016-02-02 Thread Thomas S . Dye
backporting, etc. hth, Tom Rasmus <ras...@gmx.us> writes: > Mojn Tom, > > I'm pretty invested in KOMA-Script but this is a great as a lot of > people really appreciate the Tufte package. > > Thomas S. Dye <t...@tsdye.com> writes: > >> I've cobbled together

Re: [O] ox-tufte-latex

2016-02-01 Thread Thomas S . Dye
s. I’m looking forward to using it. Do you > happen to have an example file that showcases the features? > > Titus > > On 2016-02-01 Mon 16:26, Thomas S. Dye wrote: >> Aloha all, >> >> I've cobbled together an exporter for the Tufte LaTeX classes, which I'd >

[O] ox-tufte-latex

2016-02-01 Thread Thomas S . Dye
is a great tool for authoring Tufte LaTeX documents! All the best, Tom OX-TUFTE-LATEX Thomas S. Dye The file `ox-tufte-latex.el' implements an Org

Re: [O] Footnote attributes

2016-01-18 Thread Thomas S . Dye
Aloha Nicolas, Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> I'm trying to hijack Org footnotes to export \sidenotes with an >> optional offset parameter to LaTeX. I can't figure out how to specif

[O] Footnote attributes

2016-01-15 Thread Thomas S . Dye
after it, since LaTeX doesn't support ;; them inside. (org-latex--delayed-footnotes-definitions def info))) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Footnote attributes

2016-01-14 Thread Thomas S . Dye
Aloha Nicolas, Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> The following ECM yields a blank footnote in LaTeX export. >> >> ,-- >> | * Footnote test

[O] Footnote attributes

2016-01-13 Thread Thomas S . Dye
. `-- If I remove the attr_latex line, all is well. I expect the footnote to work, regardless of the attr_latex line. More generally, is there a way to attach attributes to a Footnote Definition in Org mode? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Documentation patch

2016-01-06 Thread Thomas S . Dye
to work when the control key is +@c kept pressed, resulting in the following additional key bindings. @c @multitable @columnfractions 0.25 0.75 @c @item @kbd{C-c C-v C-a} @tab @code{org-babel-sha1-hash} -- 2.6.4 -- Thomas S. Dye http://www.tsdye.com

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Thomas S . Dye
erested in discussing ob-python :) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Thomas S . Dye
#+END_SRC Or, put the header argument with the source code block. #+BEGIN_SRC emacs-lisp :tangle yes (setq-default fill-column 79) #+END_SRC hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] footnote fontify causing massive slowdown

2015-12-05 Thread Thomas S . Dye
yet preserve >> `org-footnote-normalize' to change Org footnotes into these ones, for >> foreign documents. > > +1. The false positives are a common problem for me, and [fn:1] works > cleanly > and clearly. Same here. +1. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] ox-latex

2015-12-03 Thread Thomas S . Dye
lp me out here? The manual is a good starting place. There are a couple of LaTeX export templates here: http://orgmode.org/worg/exporters/index.html There is one for annotated bibliographies and another for the Journal PLOS One. They should give examples of how the LaTeX exporter can be customized. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Citation processing via Zotero + zotxt

2015-12-03 Thread Thomas S . Dye
there. I'm in way over my head here and won't be surprised to learn that this idea is a bad one. Given the wide-ranging nature of this discussion, I thought this might be the time to suggest it. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Lisp error: (void-function org-babel-get-header)

2015-11-30 Thread Thomas S . Dye
]]+\\)\\]\\)?\\:[]*code-tex-count\\([ ]\\|$\\)" org-babel-update-intermediate org-babel-library-of-babel re-search-forward nil t org-in-commented-heading-p org-element-at-point org-element-property :name :post-affiliated org-element-type babel-call throw :found org-babel-lob-execute org-babel-lob-get-info src-block org-babel-execute-src-block org-babel-read-element error "Reference not found" org-babel-ref-goto-headline-id org-babel-ref-headline-body intern "Reference `%s' not found in this buffer"] 8 "\n\n(fn)"]) org-babel-ref-resolve("code-tex-count()") org-babel-ref-parse("results=code-tex-count()") #[(el) ":\203\207\301!\207" [el org-babel-ref-parse] 2]("results=code-tex-count()") mapcar(#[(el) ":\203\207\301!\207" [el org-babel-ref-parse] 2] ("results=code-tex-count()")) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Lisp error: (void-function org-babel-get-header)

2015-11-30 Thread Thomas S . Dye
Aloha Kyle, Kyle Meyer <k...@kyleam.com> writes: > Hi Tom, > > Thomas S. Dye <t...@tsdye.com> writes: > >> Aloha all, >> >> After updating Org mode this weekend and exporting a document that >> exported on Friday, I get the error in the subject.

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Thomas S . Dye
("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Allowing loose ordering in Org files

2015-11-10 Thread Thomas S . Dye
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> Is the hook he is requesting a difficult thing to implement? Would it >> be possible to describe the customization variable in a "Super User"

Re: [O] exporting from org-mode to latex

2015-11-09 Thread Thomas S . Dye
t straight into > latex! Ditto, I find the lightweight markup in Org mode liberating. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Allowing loose ordering in Org files

2015-11-09 Thread Thomas S . Dye
ting anyone should implement a hook or create a customization variable, I'm just curious (and unable to figure out answers on my own). All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] [PATCH] allow bind keywords to set safe values

2015-11-06 Thread Thomas S . Dye
s expected. BTW, many thanks for your recent interest in and work on Babel. It is an important part of my work flow and I've been uneasy since Eric orphaned the project a while back. I hope you find the work there rewarding enough to keep up. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Thomas S . Dye
> #+end_src > > is then called from. . . > > file2.org: > ... > #+begin_src lisp > (defun baa () > (foo)) > #+end_src Any Org mode file can function as Library of Babel. In your case, (org-babel-lob-ingest path/to/file1.org) should do what you want. Note that org-babel-lob-ingest is bound to C-c C-v i. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel: How to call code in one org file into another org file

2015-10-30 Thread Thomas S . Dye
of Babel where you can load up function definitions as needed. Of course, you'll need to have slime running when you open the file. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] small caps

2015-10-29 Thread Thomas S . Dye
s. A good proportion of the documents > I write in Org use small caps somehow. It would be good to know for how > many other users that is the case.) I use them in almost all my archaeology writing where it is conventional to make AD, BC, and BP small caps. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] small caps

2015-10-29 Thread Thomas S . Dye
bject) (org-element-extract-element object tree) (org-add-link-type "sc") (add-hook 'org-export-filter-parse-tree-functions 'org-export-latex-sc) #+end_src hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] small caps

2015-10-29 Thread Thomas S . Dye
se it like this [[sc:ad][AD]]. The advantage of a link over a macro is that the link should export correctly to both LaTeX and HTML. If you intend to export to a single backend, then Nicolas' suggestion to use a macro is simpler. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] problems with export and :cache

2015-10-29 Thread Thomas S . Dye
ame the results and refer to this name in the document, rather than to the name of the code block that produced the results. I do this manually, which is OK, but I've often wanted something like :persist-as my-result so I can be certain to have a good link from the results back to the code that

Re: [O] Some projects

2015-10-25 Thread Thomas S . Dye
a function that replaced annotated text with the annotation, so the author could easily accept the editor's suggestion. Would annotations also apply to source code blocks? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Some projects

2015-10-25 Thread Thomas S . Dye
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Thomas S. Dye <t...@tsdye.com> writes: > >> Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: >> >>> The full proposal was at >>> <http://permalink.gmane.org/gmane.emacs.orgmode/97468&g

Re: [O] Some projects

2015-10-25 Thread Thomas S . Dye
ource code blocks. Would tangling honor #+OPTIONS: :student1? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] First steps in customizing org-mode

2015-10-10 Thread Thomas S . Dye
en Dominick put together the Org guide (later translated into Spanish) for this purpose: http://orgmode.org/guide/index.html I find the helm interface super useful for finding Org mode variables and functions. Type in a couple of key words and the list of candidates is usually short enough to brows

Re: [O] [RFC] Draft mode

2015-10-08 Thread Thomas S . Dye
on. > Perhaps we can limit such overlap in the future. > > It’s a "relaxed" mode. I’m not sure what a good term for this is. Trial mode? hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] babel srcname? Calling Library of Babel code?

2015-10-06 Thread Thomas S . Dye
defined in your working buffer. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] babel srcname? Calling Library of Babel code?

2015-10-05 Thread Thomas S . Dye
t again, why > srcname and not just name? And what if my blocks had been defined somewhere > outside of this file? The <> form is noweb reference syntax. Your example expands the source code block. You can get the results of the source code block with <<opening()>>, which I think is what this example might intend. If the blocks are defined outside of the file, then where they are defined is a library of Babel. You'll need to explicitly load them with the org-babel-lob-ingest function. You can have as many libraries of Babel as you want. hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] (org-element-context) :end property

2015-10-02 Thread Thomas S . Dye
hether the link ends with a space or a character, e.g. Foo [[http:www.tsdye.com][desc]] bar. Foo [[http:www.tsdye.com][desc]], bar. Foo descbar. Foo desc, bar. How can I fix this? I'm guessing that org-element-context sets :end differently depending on the character following the link? All the be

Re: [O] (org-element-context) :end property

2015-10-02 Thread Thomas S . Dye
t; (make-string (org-element-property :post-blank eop) ?\s))) Perfect. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] (org-element-context) :end property

2015-10-02 Thread Thomas S . Dye
(concat (or desc path) > (make-string (org-element-property :post-blank eop) ?\s))) To wrap this up, the revised unlinkify function (and a hydra with the org-link-edit functions) are here: https://github.com/abo-abo/hydra/wiki/Org-mode-links All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] org-adapt-indentation

2015-10-01 Thread Thomas S . Dye
Aloha all, Is the indentation performed when this variable is non-nil cosmetic, or does it have an effect on Org mode processes such as export, etc.? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Delays in posting

2015-10-01 Thread Thomas S . Dye
a guess. I read the emacs-orgmode list and have noticed the same thing. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-adapt-indentation

2015-10-01 Thread Thomas S . Dye
Thanks! All the best, Tom Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> Is the indentation performed when this variable is non-nil >> cosmetic, or does it have an effect on Org mode processes such a

Re: [O] babel header arguments tutorial?

2015-09-27 Thread Thomas S . Dye
Aloha Nick, Nick Dokos <ndo...@gmail.com> writes: > Thomas S. Dye <t...@tsdye.com> writes: > >> Aloha Nick, >> >> Nick Dokos <ndo...@gmail.com> writes: >> >>> The implementation on the page you linked contains a typo (capital P >>&g

Re: [O] babel header arguments tutorial?

2015-09-26 Thread Thomas S . Dye
sary? You've mentioned that a few times but I haven't run across similar warnings elsewhere. Thanks, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] babel for sml?

2015-09-23 Thread Thomas S . Dye
ation writers welcome! hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Thomas S . Dye
"" "u" "u" "ū")) (add-to-list 'org-entities-user '("Amacron" "\\={A}" nil "" "A" "A" "Ā")) (add-to-list 'org-entities-user '("Emacron" "\\={E}" nil "" "E" "E" "Ē")) (add-to-list 'org-entities-user '("Imacron" "\\={I}" nil "" "I" "I" "Ī")) (add-to-list 'org-entities-user '("Omacron" "\\={O}" nil "" "O" "O" "Ō")) (add-to-list 'org-entities-user '("Umacron" "\\={U}" nil "" "U" "U" "Ū")) #+end_src Let me know if you have questions. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Thomas S . Dye
riables are "global" and which can be set "locally"? Also, (completely naively) is it difficult to make "global" variables "local", or is it something simple, like making a function interactive? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] A book produced using Org

2015-09-19 Thread Thomas S . Dye
ee are open source projects, freely made available by very > vibrant communities of developers. During the course of the work, we often > drew on support from these communities. -- Thomas S. Dye http://www.tsdye.com

Re: [O] Org-lint error

2015-09-16 Thread Thomas S . Dye
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >>> In the process of tracking down misbehavior during export, I ran >>> org-lint, which failed with this error: >>> >>> De

Re: [O] Graphic files displayed in buffer?

2015-09-15 Thread Thomas S . Dye
us to you? Can you suggest some other terms I might grep? I'm keen to get to the bottom of this. Thanks for your help. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Limit on macro snippet size?

2015-09-14 Thread Thomas S . Dye
sections of text passed to $1 that worked last spring, but fail now. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Thomas S . Dye
Hi Suvayu, Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > Hi Tom, > > On Mon, Sep 14, 2015 at 06:40:48AM -1000, Thomas S. Dye wrote: >> >> I couldn't find any information on this in the manual or the mailing >> list, though I vaguely recall some di

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Thomas S . Dye
have a shortcut for latex snippets to l. Try replacing the l > with latex: > > #+macro: green @@latex:\textcolor{PaleGreen4}{@@$1@@latex:}@@ @@Perfect.@@ Many thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Org-lint error

2015-09-14 Thread Thomas S . Dye
Aloha all, Answering myself here. Thomas S. Dye <t...@tsdye.com> writes: > Aloha all, > > In the process of tracking down misbehavior during export, I ran > org-lint, which failed with this error: > > Debugger entered--Lisp error: (wrong-number-of-arguments max 0) >

Re: [O] obtain ob-template.el for Babel language extension

2015-09-14 Thread Thomas S . Dye
ot; params)). Are there enforced conventions that > ensure the order in processed-params? > > 3. In function org-babel-expand-body:template we assume that vars is a list > of pairs. However, it seems to me from some experiments that sometimes > vars contains symbols. Am I wrong? > > Tha

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Thomas S . Dye
Hi Suvayu, Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > Hey Tom, > > On Mon, Sep 14, 2015 at 07:34:39AM -1000, Thomas S. Dye wrote: >> Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: >> >> > show it actually works. How does the failure happen,

[O] Org-lint error

2015-09-14 Thread Thomas S . Dye
ot; (default) low] [cl-struct-org-lint-checker misplaced-planning-info "Report misplaced planning info line" (default) low] [cl-struct-org-lint-checker incomplete-drawer "Report probable incomplete drawers" (default) low] [cl-struct-org-lint-checker indented-diary-sexp "Report probable indented diary-sexps" (default) low] [cl-struct-org-lint-checker quote-section "Report obsolete QUOTE section" (obsolete) low])) org-lint(nil) call-interactively(org-lint record nil) command-execute(org-lint record) helm-M-x(nil "org-lint") call-interactively(helm-M-x nil nil) command-execute(helm-M-x) I suspect I have some error in my Org mode file that is causing abundant confusion. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Graphic files displayed in buffer?

2015-09-13 Thread Thomas S . Dye
displayed as links. Any ideas how to fix this? I'm using the latest Org mode from git, if that matters. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Graphic files displayed in buffer?

2015-09-13 Thread Thomas S . Dye
Aloha all, Answering myself ... Thomas S. Dye <t...@tsdye.com> writes: > Aloha all, > > Links to graphic files in one section of a long-lived document now > display the graphic in the Org mode buffer. This new behavior is > surprising and unwanted. > > Links to grap

Re: [O] Graphic files displayed in buffer?

2015-09-13 Thread Thomas S . Dye
Running org-remove-inline-images gets rid of the overlays. If I save after they are removed, kill the buffer, and then read it again I have the same problem. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] obtain ob-template.el for Babel language extension

2015-09-12 Thread Thomas S . Dye
ne1 Another problem is the outdated list of supported languages in Section 14.7, Languages. Perhaps this could be replaced by a pointer to the more complete list maintained on Worg? Should this section distinguish the various levels of "support", e.g. core, contrib, and packages? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Thomas S . Dye
http://orgmode.org/w/worg.git > but that does not work. ~$ git clone git://orgmode.org/worg.git You should find ob-template.el in org-contrib/babel/ hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Thomas S . Dye
Aloha Joe, Joe Riel <j...@san.rr.com> writes: > On Thu, 10 Sep 2015 20:38:12 -1000 > Thomas S. Dye <t...@tsdye.com> wrote: > >> Aloha Joe, >> >> Joe Riel <j...@san.rr.com> writes: >> >> > How do I get a copy of ob-template.el? >&g

Re: [O] Statistics cookies export to html

2015-09-10 Thread Thomas S . Dye
Aloha Nicolas Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> I expect the following ECM to *not* export the statistics cookie "[1/1]" >> because I've set stat:nil. But it doe

Re: [O] two sets of default header arguments for one language

2015-09-10 Thread Thomas S . Dye
:END: ... *Answers :PROPERTIES: :header-args:ocaml: :exports results :results verbatim drawer :post wrap-myres(text=*this*) :tangle tp1_ans.ml :END: hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Statistics cookies export to html

2015-09-09 Thread Thomas S . Dye
[2015-09-09 Wed 17:56] :END: Org-mode version 8.3.1 (release_8.3.1-34-gb911f1 @ /Users/dk/.emacs.d/src/org-mode/lisp/) All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Thomas S . Dye
ubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) #+end_src * Local variables :noexport: # Local Variables: # coding: euc-japan # eval: (sbe "japanese-class") hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] ob-csharp

2015-09-07 Thread Thomas S . Dye
g/org-contribute.html It can live in core, contrib, or as an emacs package. I'm not sure who makes decisions about Babel code these days, but someone will step up when you choose your path. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] merge trees?

2015-09-03 Thread Thomas S . Dye
because it's not relevant to your query. All the best, Tom #+TITLE: Fall 2015 ANTH 323 Pacific Islands Archaeology #+AUTHOR: Thomas S. Dye #+LATEX_HEADER: \newcommand{\myuni}{University of Hawai`i at M\={a}noa} - Classroom: Saunders Hall 345 - Meeting Times: MWF 12:30--1:20 - Instructor: Dr. Thom

Re: [O] merge trees?

2015-09-03 Thread Thomas S . Dye
> I keep separate headings for readings, discussion questions, lectures, etc., and don't attach dates directly to the headings. Then, I put together a course calendar as a table that includes links to all the relevant parts. I export this to html, using Fabrice Niessen's ReadTheOrg stylesheet, and I'm good to go. My students like it, too. Not sure if this is what you're after, but it is working for me. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Default html export css styles?

2015-09-01 Thread Thomas S . Dye
be one > of them. In the meantime, I stuck this into my stylesheet.css and it seemed > to work. Is the usual thing to simply turn off ox-html and roll your own? Or, use a stylesheet designed for Org-mode, e.g., https://github.com/fniessen/org-html-themes.git hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Need help with HTML export custom postamble

2015-08-31 Thread Thomas S . Dye
rtain. I just noticed that you're setting org-export-hml-postamble-format, but you probably want html instead of hml. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Need help with HTML export custom postamble

2015-08-31 Thread Thomas S . Dye
t, not a string. This works for me using a recent Org mode: # Local Variables: # org-html-postamble: t # eval: (add-to-list 'org-html-postamble-format (quote ("en" "Hello World"))) # End: At least, I get the cons cell added to the association list, and the change is local

Re: [O] Worg isn't publishing

2015-08-30 Thread Thomas S . Dye
Robert Klein rokl...@roklein.de writes: I fixed the build. Your changes now show up. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Worg isn't publishing

2015-08-29 Thread Thomas S . Dye
Robert Klein rokl...@roklein.de writes: Hi, On Fri, 28 Aug 2015 12:38:57 -0400 Kyle Meyer k...@kyleam.com wrote: Thomas S. Dye t...@tsdye.com writes: Aloha all, Worg hasn't published for several days. All the best, Tom I pushed to Worg last night and noticed that it did

Re: [O] Set babel scheme to chicken?

2015-08-29 Thread Thomas S . Dye
. There is also geiser-default-implementation and geiser-active-implementations from that same source. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Set babel scheme to chicken?

2015-08-29 Thread Thomas S . Dye
-- Thomas S. Dye http://www.tsdye.com

[O] Worg isn't publishing

2015-08-28 Thread Thomas S . Dye
Aloha all, Worg hasn't published for several days. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Need help with HTML export custom postamble

2015-08-27 Thread Thomas S . Dye
do this by moving cursor to the top of the file (with all of the #+ lines) and pressing C-c C-c. You should get a message asking if it is OK to set local variables. Pressing y should set org-html-postamble and org-export-html-postamble-format for that buffer. hth, Tom -- Thomas S. Dye http

Re: [O] emacs org mode for scholars questions

2015-08-25 Thread Thomas S . Dye
in the library of Babel. It would be great to have a customization tool whose effects are buffer local, sensitive to the task at hand, and easily accessed by the user. But, really, I can't imagine doing my scholarly writing outside of Emacs. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Babel support for Stan

2015-08-24 Thread Thomas S . Dye
://orgmode.org/w/?p=worg.git;a=blob;f=org-contrib/babel/languages/ob-doc-template.org;hb=HEAD All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Is Worg updating?

2015-08-22 Thread Thomas S . Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: Let's add this link to the footnote, then. I don't understand the implications of including selected contrib files in the installation using the build system. Is it the case that using this process means that it is possible

Re: [O] Stable releases

2015-08-22 Thread Thomas S . Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: However, the package manager doesn't (yet) recognize this package and when I download ob-* packages, org-2015* is also downloaded. Did you restart Emacs? The package files need not be byte-compiled (and shouldn't, IMHO

Re: [O] Is Worg updating?

2015-08-22 Thread Thomas S . Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: I recently pushed a change to the Babel languages table on Worg, but it doesn't show up. Magit didn't complain about the push, so I'm thinking Worg might not be updating? Press $ in the magit buffer to see what the post-commit

Re: [O] Stable releases

2015-08-22 Thread Thomas S . Dye
Thomas S. Dye t...@tsdye.com writes: Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: Excellent. Thanks! Would it be useful to distribute org-21991231 on elpa? No, not at all… Unless you want to make sure that noone ever gets an update until the next millenium starts

[O] Is Worg updating?

2015-08-22 Thread Thomas S . Dye
Aloha all, I recently pushed a change to the Babel languages table on Worg, but it doesn't show up. Magit didn't complain about the push, so I'm thinking Worg might not be updating? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Stable releases

2015-08-22 Thread Thomas S . Dye
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Tom, On Thu, Aug 20, 2015 at 01:56:43PM -1000, Thomas S. Dye wrote: Bastien b...@gnu.org writes: Hi Rasmus, Rasmus ras...@gmx.us writes: One data point: I can absolutely not be bothered using anything that is not at least

Re: [O] Stable releases

2015-08-22 Thread Thomas S . Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: I do have a technical question that you or someone else on the list might be able to answer for me. When I downloaded the Babel languages from melpa just now, the elpa version of Org mode was also downloaded

Re: [O] Stable releases

2015-08-22 Thread Thomas S . Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: Excellent. Thanks! Would it be useful to distribute org-21991231 on elpa? No, not at all… Unless you want to make sure that noone ever gets an update until the next millenium starts. No, I don't want that. Thanks

Re: [O] Local variables in an org file

2015-08-21 Thread Thomas S . Dye
Aloha Jarmo, Jarmo Hurri jarmo.hu...@iki.fi writes: Thomas S. Dye t...@tsdye.com writes: * Define a local variable #+name: my-var #+header: :exports none #+begin_src R 768 #+end_src #+name: pass-my-var-to-code-block #+header: :var x=my-var #+header: :exports both #+begin_src emacs

Re: [O] Stable releases

2015-08-20 Thread Thomas S . Dye
-- Thomas S. Dye http://www.tsdye.com

<    1   2   3   4   5   6   7   8   9   10   >