Re: [O] New exporter documentation?

2013-01-18 Thread Thomas S. Dye
} . \\subsubsection*{%s}) (\\paragraph{%s} . \\paragraph*{%s}) (\\subparagraph{%s} . \\subparagraph*{%s}))) ngz-nbsp tsd-textpm define-cite-link #+end_src Hope this helps, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] New LaTeX exporter, problem with quotes

2013-01-18 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I just noticed quotes aren't exporting correctly with the new LaTeX exporter. The old one seems to work fine. Did you activate smart quotes with either `org-export-with-smart-quotes' or #+OPTIONS

Re: [O] Problem exporting code

2013-01-21 Thread Thomas S. Dye
the niche these days? -Ken You can get emacs binaries for the Mac here: http://emacsformacosx.com/ or, you can get emacs-app from macports. I've used both with good results. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Thomas S. Dye
Aloha Daimrod (Greg), Daimrod daim...@gmail.com writes: So, here is a patch for this: If you add [PATCH] to the email Subject, your patch will be brought to the attention of the developers. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Problem exporting code

2013-01-21 Thread Thomas S. Dye
an ideal channel to distribute Org. So, even a user like me has very little difficulty using a non-Emacs version of Org. I'm sure there are reasons for wanting Org to be distributed with Emacs. Would it be OK for me to ask on the list what they are? All the best, Tom -- Thomas S. Dye http

Re: [O] Problem exporting code

2013-01-22 Thread Thomas S. Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: Interesting, this Emacs distribution removed Org a few days ago. I'm not certain why the distributor refers to this as a rather drastic measure. From my perspective as a user, whose interests required using the git version of Org

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Thomas S. Dye
project review that the GTD approach recommends, and attaching DEADLINE and SCHEDULE means that fewer things fall through the cracks. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Thomas S. Dye
M elwood...@web.de writes: Hi Thomas, thanks for your reply! Sure I know Bernt Hansen's web page and I'm already using his configuration for my system. (I'm still learning Emacs and org-mode, so it was easier to start with an existing setup). I already know and use the capture and refile

Re: [O] Passing variables between code blocks

2013-01-24 Thread Thomas S. Dye
#+BEGIN_SRC emacs-lisp :var length=table-length() (* 2 length) #+END_SRC hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] LaTeX source block problems

2013-01-25 Thread Thomas S. Dye
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: - C-c c results in org-babel-execute-src-block: No org-babel-execute function for LaTeX! Do you have something like this in .emacs? (org-babel-do-load-languages 'org-babel-load-languages '((latex . t))) hth, Tom -- Thomas S

Re: [O] BUG? table output despite #+begin_src sh :results verbatim

2013-01-25 Thread Thomas S. Dye
| | 2 | | 3 | #+begin_src sh :results list echo 1 echo 2 echo 3 #+end_src #+results: - (1) - (2) - (3) #+begin_src sh :results org echo 1 echo 2 echo 3 #+end_src #+results: #+BEGIN_SRC org | 1 | | 2 | | 3 | #+END_SRC Not sure why our results differ, though. Tom -- Thomas S

Re: [O] BUG? table output despite #+begin_src sh :results verbatim

2013-01-25 Thread Thomas S. Dye
Cook, Malcolm m...@stowers.org writes: Thomas, Thanks for checking. What does meta-x org-version tell you ?? Org-mode version 7.9.3d (release_7.9.3d-830-g780b45 @ /Users/dk/.emacs.d/src/org-mode/lisp/) -- T.S. Dye Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI

Re: [O] Bug when exporting as html with (org-narrow-to-subtree)

2013-01-26 Thread Thomas S. Dye
Aloha David, David Bjergaard dbjerga...@gmail.com writes: Hi, I'm not sure how to file bug reports but: See http://orgmode.org/org.html#Feedback I can't answer your main question, but I'm confident someone else on the list will be able to respond. All the best, Tom -- Thomas S. Dye http

[O] Info: (org)Customizing tables in ODT export

2013-01-26 Thread Thomas S. Dye
@ /Users/dk/.emacs.d/src/org-mode/lisp/), using 'make update' option in the build system. Both the html and pdf versions are OK. Only the info version is truncated. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Macro question with new texinfo exporter

2013-01-28 Thread Thomas S. Dye
Aloha all, I have the following two macros: #+MACRO: markup @@info:@$1{@@$2@@info:}@@ #+MACRO: kbd {{{markup(kbd,$1)}}} When I export to texinfo using the new exporter, the following macro call triggers an error (byte-code: Wrong type argument: consp, nil): {{{kbd(C-,)}}} and so does this:

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Aloha Jambu, Jambunathan K kjambunat...@gmail.com writes: I am able to scroll/move up/down the info node without any issues. In the tiff file that you have attached, the section heading corresponding to 12.8.11.4 is underlined with dots. For me, there is no such dotted underline in the

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye tsd at tsdye.com writes: Section 12.8.11.4 of the info version of the Org mode manual is truncated in the middle of an emacs-lisp code block. I see the full file in pdf and html. I get the complete section shown in Emacs

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
or 'minted, then there is quite a bit of setup required for all the parts to work together correctly (see http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12). All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Hi Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t

Re: [O] Macro question with new texinfo exporter

2013-01-29 Thread Thomas S. Dye
-,)}}}? That would be easy on my end. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Thanks for taking a look at this. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: Extra spaces in babel #+call arguments [7.9.3d (release_7.9.3d-823-gd06fa4 @ /usr/share/emacs/24.2/site-lisp/org/)

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

Re: [O] Macro question with new texinfo exporter

2013-01-30 Thread Thomas S. Dye
exporter, rather than the form of the macro? Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Some advice on how to use babel to generate cisco configs

2013-01-31 Thread Thomas S. Dye
: :results output raw #+header: :var x=cisco-table #+begin_src python for y in x: s = * Cisco %s \nTwiddle %s, poke %s \n\n % tuple(y) print s, #+end_src #+results: * Cisco 1 Twiddle one, poke two * Cisco 2 Twiddle three, poke four * Cisco 3 Twiddle five, poke six -- Thomas S. Dye

Re: [O] About range references in the spreadsheet

2013-01-31 Thread Thomas S. Dye
one row, two columns over to the left .. the current column (implicitly specified) a range of three fields in the row before the current row, starting two columns before the current column and ending in the current column. -- Thomas S. Dye http://www.tsdye.com

Re: [O] Some advice on how to use babel to generate cisco configs

2013-02-01 Thread Thomas S. Dye
Bart Bunting b...@bunting.net.au writes: Thomas, Thanks! That is pretty much what I was struggling with. Good news. I'm happy it's starting to work for you. Thanks for putting it together for me. The only other question I have is, is there a way to prevent the results from appending

Re: [O] Info: (org)Customizing tables in ODT export

2013-02-03 Thread Thomas S. Dye
place on my system where gcc is invoked (I think, I certainly don't use gcc on my own), then perhaps there is a problem there? Thanks for your patience and persistence. I really appreciate the help. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Info: (org)Customizing tables in ODT export

2013-02-03 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: This is the problem. When I use /usr/bin/info (ver. 4.8), which shipped with my Mac, all is well. When I use /opt/local/bin/info (ver. 4.13) from MacPorts, then the file is truncated. Could you re-create the info

Re: [O] I have a problem about Multi-state workflows

2013-02-04 Thread Thomas S. Dye
? If you've just typed this in, then you need to C-c C-c to refresh your setup. If you open a file with these lines, then Org should find them and set the keywords appropriately. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: Now back to the issue at hand, what about simply allowing to escape the , and characters? This was Thomas first try, and a natural one I'd say. I have pushed a fix in maint for that. It should now be possible to

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: I pushed the fix to maint because it was about Elements, not directly the exporter. Oh, I see now. You pushed the fix to maint, then merged branch 'maint' with master, so the fix is there as well. I didn't understand the workflow, so the reference

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
confusion. I didn't understand that maint was merged with master. I thought Nicolas' reference to maint was an indication that I had to use the new code there. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] editing The compact Org-Mode Guide

2013-02-05 Thread Thomas S. Dye
, come back to the list with queries. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Exporting Graphviz to PDF

2013-02-08 Thread Thomas S. Dye
a way to do it in 7.6 (because I won't be able to upgrade to anything newer until Trisquel 6.0 is released). Cheers, Marko -- Thomas S. Dye http://www.tsdye.com

[O] Bug? in texinfo exporter

2013-02-08 Thread Thomas S. Dye
Aloha all, The following text: LaTeX math snippets (see [[LaTeX fragments]]) is being exported to texinfo like this: @LaTeX{} math snippets (see @ref{@LaTeX{} fragments,}) ^ I think the marked comma is giving makeinfo a heartache.

[O] make update failures

2013-02-09 Thread Thomas S. Dye
Aloha all, I just got around to 'make update', the first one in about a week. It usually runs smoothly, but now it doesn't. In toplevel form: ox.el:80:1:Error: Symbol's value as variable is void: org-ts-regexp Done (Total of 9 files compiled, 101 failed, 3 skipped) Scrolling through the many

Re: [O] make update failures

2013-02-09 Thread Thomas S. Dye
Eric Schulte schulte.e...@gmail.com writes: Hey Tom, I committed this problem this morning. I just pushed up a fix. Done (Total of 110 files compiled, 3 skipped) Thanks for the quick fix. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Fwd: Re: Bug? in texinfo exporter

2013-02-10 Thread Thomas S. Dye
Aloha Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: -- Forwarded message -- From: Jonathan Leech-Pepin jonathan.leechpe...@gmail.com Date: Feb 9, 2013 8:57 AM Subject: Re: [O] Bug? in texinfo exporter To: Thomas S. Dye t...@tsdye.com Cc: Just realized I

Re: [O] Fwd: Re: Bug? in texinfo exporter

2013-02-11 Thread Thomas S. Dye
Aloha Nicolas and Jon, Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha Jon, [...] Yes, I believe you are right. The commas are not the culprits. Apologies for the red herring. Perhaps Nicolas should revert the commit? Could you check

[O] Tables in texinfo export

2013-02-12 Thread Thomas S. Dye
Aloha all, Is there a way to control column widths when exporting Org mode tables to texinfo? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Fwd: Re: Bug? in texinfo exporter

2013-02-13 Thread Thomas S. Dye
confirm it? Fixed. Thanks. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Anchors in texinfo export

2013-02-13 Thread Thomas S. Dye
believe all of them are in places where it would be easy to replace them with links directly to the corresponding headline/node. Should I edit them away? Or, are dedicated target comments/anchors something the texinfo exporter should handle? All the best, Tom -- Thomas S. Dye http

Re: [O] Anchors in texinfo export

2013-02-13 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: Currently, the texinfo exporter translates a dedicated target in a comment: # x-export-to-odt This isn't a target. This is a comment that contains some text looking like Org syntax. OK. I see I

[O] Option H: and texinfo export

2013-02-13 Thread Thomas S. Dye
Aloha all, When the H: option is set to a number 4, the texinfo exporter generates a detailed node listing with links to nodes that texinfo doesn't recognize. IIUC, texinfo recognizes nodes for chapter, section, subsection, and subsubsection, but not for any lower level divisions of the

Re: [O] Anchors in texinfo export

2013-02-14 Thread Thomas S. Dye
Hi Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello Tom, On 13 February 2013 11:31, Thomas S. Dye t...@tsdye.com wrote: Aloha all, Currently, the texinfo exporter translates a dedicated target in a comment: # x-export-to-odt to this: @c x-export-to-odt

Re: [O] Anchors in texinfo export

2013-02-14 Thread Thomas S. Dye
Hi Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hi Tom, On 14 February 2013 12:02, Thomas S. Dye t...@tsdye.com wrote: Hi Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: [...] Thanks. I've moved the anchors outside comments and all is well. In fact

[O] [TEXINFO] Link bug

2013-02-14 Thread Thomas S. Dye
Hi, I think the new code to handle split links has broken links that aren't split. Here is an ECM: * Headline to split [[Headline to split]] [[Headline to split]], not! * Editing setup #+name: setup-editing #+header: :results silent #+header: :eval no-export #+begin_src emacs-lisp (require

Re: [O] [TEXINFO] Link bug

2013-02-16 Thread Thomas S. Dye
to tweak ox-texinfo. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Thomas S. Dye
changes with age. The term key chord puzzled me for a long time, until a colleague pointed out that it is possible to play a computer running Emacs, just like playing a piano. I was stunned! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: internal link in org-mode comments do not work after html export if placed in comment [7.9.3e (7.9.3e-956-g3943be.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-02-18 Thread Thomas S. Dye
example is the way to go. The documentation will be changed by the time the development version is released as Org 8.0. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Thomas S. Dye
will typically require some changes to work with the new exporter, but the changes are relatively few and that Nicolas has worked hard to preserve backward compatibility where possible. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Warning with latest git pull

2013-02-20 Thread Thomas S. Dye
Aloha all, Here is a warning I don't remember seeing before, posted here in case it is useful information: Compiling /Users/dk/.emacs.d/src/org-mode/lisp/org.el... In org-current-time: org.el:5341:16:Warning: `time-to-seconds' is an obsolete function (as of 21.1); use `float-time' instead.

Re: [O] [TEXINFO] Link bug

2013-02-20 Thread Thomas S. Dye
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello, On 16 February 2013 11:19, Thomas S. Dye t...@tsdye.com wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Now, both the links are broken :( This is good news: the problem is now consistent ;) Anyway, these links

Re: [O] [TEXINFO] Link bug

2013-02-20 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: With this patch, links to TEXINFO_MENU_TITLE properties are no longer created. If the problem looks difficult, I can work on an ECM. It should be fixed. Between patch writing and its application, a change

[O] [texinfo] Bug(?) in detailed node listing

2013-02-20 Thread Thomas S. Dye
Aloha all, I can't figure out how to get the detailed node listing formatted correctly, so I want to call this a bug. An example shows the problem: * Hacking::How to hack your way around * MobileOrg:: Viewing and capture on a mobile device * History

[O] Need some clever macro help

2013-02-20 Thread Thomas S. Dye
Aloha all, I can't get the following macro to work: - {{{kbd(/)}}} ~org-agenda-filter-by-tag~ :: Here is its definition: #+MACRO: markup @@info:@$1{@@$2@@info:}@@ #+MACRO: kbd {{{markup(kbd,$1)}}} Any ideas? All the best, Tom -- T.S. Dye Colleagues, Archaeologists 735 Bishop St, Suite 315,

Re: [O] Need some clever macro help

2013-02-20 Thread Thomas S. Dye
t...@tsdye.com (Thomas S. Dye) writes: Aloha all, I can't get the following macro to work: - {{{kbd(/)}}} ~org-agenda-filter-by-tag~ :: Here is its definition: #+MACRO: markup @@info:@$1{@@$2@@info:}@@ #+MACRO: kbd {{{markup(kbd,$1)}}} Sorry, I mean to say I can't get it to work when

[O] [texinfo] Info links

2013-02-21 Thread Thomas S. Dye
Aloha all, This link (which works correctly in the Org mode buffer): [[info:emacs#Indirect Buffers][GNU Emacs Manual]] exports to texinfo like this: @ref{top,GNU Emacs Manual,,emacs#Indirect Buffers,} when I was hoping to approximate this: @ref{Indirect Buffers,,,emacs,GNU Emacs Manual} Is

Re: [O] Need some clever macro help

2013-02-21 Thread Thomas S. Dye
of the recent changes. Sorry for the noise. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-21 Thread Thomas S. Dye
Hi Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello Tom, On 20 February 2013 19:45, Thomas S. Dye t...@tsdye.com wrote: Aloha all, I can't figure out how to get the detailed node listing formatted correctly, so I want to call this a bug. An example shows the problem

[O] [texinfo] Appendix?

2013-02-22 Thread Thomas S. Dye
Aloha all, I can't find a way to have the texinfo exporter start an appendix. * Last chapter blah blah * Appendix 1 blah blah This will yield something like this: 15 Last chapter --- blah blah 16 Appendix 1 - blah blah When I would instead like: A Appendix 1

Re: [O] [texinfo] Appendix?

2013-02-22 Thread Thomas S. Dye
Index :INDEX:cp :END: Gives me a numbered headline and an empty section. If I add this: @@info:@printindex cp@@ then an index is generated. The headline is still numbered. Am I doing something wrong? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] Adventures with org-footnote-auto-adjust

2013-02-23 Thread Thomas S. Dye
-- Thomas S. Dye http://www.tsdye.com

Re: [O] Online manual

2013-02-24 Thread Thomas S. Dye
of these are under development and the current behavior is expected to change slightly in the weeks ahead. I believe the goal is to have a stable texinfo exporter for version 8.0. hth, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [texinfo] footnote truncated

2013-02-24 Thread Thomas S. Dye
Aloha all, This footnote: [fn:141] See the attributes ~table:template-name~, ~table:use-first-row-styles~, ~table:use-last-row-styles~, ~table:use-first-column-styles~, ~table:use-last-column-styles~, ~table:use-banding-rows-styles~, and ~table:use-banding-column-styles~ of the

Re: [O] Adventures with org-footnote-auto-adjust

2013-02-25 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I've learned that there are certain conditions (I don't know how many) where the space after a sentence won't accept a footnote insertion. There shouldn't be any of such conditions. Great. I'll

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-25 Thread Thomas S. Dye
Hi Jon, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hi Tom, On 21 February 2013 18:44, Thomas S. Dye t...@tsdye.com wrote: Hi Jon, [...] Based on this example from the Org manual, it looks as if the descriptions should start on column 32 or the third column after the end

Re: [O] [texinfo] Appendix?

2013-02-25 Thread Thomas S. Dye
is a recognized type, otherwise it will simply be an unnumbered headline. Yes, this works nicely. I've additionally added support for appendices. These will export as @appendix TITLE. An :APPENDIX: property triggers this one, which works as advertised. Thanks! All the best, Tom -- Thomas S

Re: [O] [org-e-texinfo] generate menu items

2013-02-25 Thread Thomas S. Dye
until you change the property names. I can confirm that this works. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] pxref in texinfo export

2013-02-25 Thread Thomas S. Dye
Aloha all, IIUC, there is currently no support for @pxref{} in the texinfo exporter. This is a texinfo @-command that does one thing in the info output and another in the LaTeX output. My idea is to create a custom link type, something like this: (org-add-link-type pxref nil (lambda

Re: [O] [texinfo] Bug(?) in detailed node listing

2013-02-25 Thread Thomas S. Dye
inserting description at column+5) I hadn't detected the logic error, but can confirm that the other fix works. Thanks! All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [RFC] Org version of the Org manual

2013-02-25 Thread Thomas S. Dye
Aloha all, An experiment to see if it is possible to convert the Org manual to Org is now (hopefully) at the proof of concept stage and I would like to determine whether or not the approach is viable. The experiment is here: https://github.com/tsdye/orgmanual.git The file orgmanual.org has a

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Thomas S. Dye
'( (sh . t) (python . t) )) If I load this first, then your print-example shows error like indicated in subject line. Something wrong with this code? I think it should be 'org-babel-load-languages instead of 'org-babel-do-load-languages. Tom -- Thomas S. Dye http

Re: [O] latex pdf export generated files

2013-02-27 Thread Thomas S. Dye
- Sanjib Sikder Ph.D. Fellow Chemical Engineering IIT Bombay -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] Org version of the Org manual

2013-03-05 Thread Thomas S. Dye
Hi Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: […] I look forward to picking this project up again in a week or so, or learning from my Org colleagues that the project ought to be scuttled. Hi Tom, this looks good. Thanks for reviewing a work in progress. I'm

Re: [O] [new exporter] latex export and attr_latex

2013-03-06 Thread Thomas S. Dye
the double backslashes for the LaTeX command. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] Org version of the Org manual

2013-03-07 Thread Thomas S. Dye
, which is nice, but I'll need to look at the auxiliary files used to build the indexes, so I can debug. Should I run texi2dvi outside `make orgmanual', or would some other workflow better fit my needs? Suggestions warmly welcomed. Thanks again for your help. All the best, Tom -- Thomas S. Dye http

Re: [O] [RFC] Org version of the Org manual

2013-03-07 Thread Thomas S. Dye
Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: The orgmanual now creates a pdf file, too, but one lacking the indexes and with links that look like they need another run through TeX. In that case, texi2dvi and hence make should have signaled an error (I've just pulled from your

Re: [O] org-exp-bibtex missing in git?

2013-03-07 Thread Thomas S. Dye
that solve 3.? Tom -- Thomas S. Dye http://www.tsdye.com

[O] [BUG] attr_latex in new exporter

2013-03-07 Thread Thomas S. Dye
Aloha all, I think this behavior was introduced in the last week or so. This in the Org file: #+attr_latex: :height 2in [[file:saa-fig/wet-dry.jpeg]] yields this in LaTeX output: \begin{figure}[htb] \centering \includegraphics[width=.9\linewidth,height=2in]{saa-fig/wet-dry.jpeg} \end{figure}

Re: [O] Variable settings in .emacs VS cross device portability.

2012-02-02 Thread Thomas S. Dye
emacs-lisp :exports results :results silent (setq org-export-latex-tag-markup babel: \\fbox{%s}) #+end_src Anyway, thanks again, eric -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-babel export latex problem

2012-02-02 Thread Thomas S. Dye
be done using: :results output silent :exports none but despite I use this option nothing change. Do you have any suggestion?? Best Riccardo Aloha Riccardo, What version of Org mode are you using? All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] org-babel export latex problem

2012-02-03 Thread Thomas S. Dye
The current version is 7.8. Could you update and see if the problem persists? Tom Sent from my iPhone On Feb 3, 2012, at 1:43 AM, Riccardo Romoli ric.rom...@gmail.com wrote: The version is 6.33x Best 2012/2/3 Thomas S. Dye t...@tsdye.com Riccardo Romoli ric.rom...@gmail.com writes

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-04 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I haven't been able to export a listing yet. The following source exports with the old exporter, but fails with the experimental exporter. This long standing bug should be fixed now. Regards

Re: [O] Generating plot with org-babel-R

2012-02-04 Thread Thomas S. Dye
) #+end_src Same plot with larger dimension: #+begin_src R :file b.png :width 800 :height 800 plot(x, y) #+end_src Where do I wrong?BestRiccardo -- Thomas S. Dye http://www.tsdye.com

Re: [O] Variable settings in .emacs VS cross device portability.

2012-02-04 Thread Thomas S. Dye
Eric S Fraga e.fr...@ucl.ac.uk writes: Thomas S. Dye t...@tsdye.com writes: [...] If you (and the receiver) tangle your export-settings source code block to init.el (:tangle init.el), then execute something like the following source code block #+begin_src sh emacs -Q -l init.el

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-04 Thread Thomas S. Dye
. Feedback is welcome. Regards, [1] properties drawers excepted: those are different elements anyway. Hi Nicolas, On line 427 of org-e-latex.el, reference to the variable org-e-latex-to-pdf-process in the docstring should be to org-e-latex-pdf-process. All the best, Tom -- Thomas S. Dye http

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-04 Thread Thomas S. Dye
. Feedback is welcome. Regards, [1] properties drawers excepted: those are different elements anyway. Hi Nicolas, References to org-e-latex-packages-alist in org-e-latex.el docstrings should be to org-export-latex-packages-alist. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Generating plot with org-babel-R

2012-02-05 Thread Thomas S. Dye
to answer, please do come back to the list with your queries. All the best, Tom Riccardo Romoli ric.rom...@gmail.com writes: Hi, this is the URL: http://orgmode.org/worg/org-contrib/babel/how-to-use-Org-Babel-for-R.html Best R 2012/2/5 Thomas S. Dye t...@tsdye.com Hi Riccardo, This code

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-05 Thread Thomas S. Dye
the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Updating the Babel section of Worg Was: Generating plot with org-babel-R

2012-02-05 Thread Thomas S. Dye
that the Babel syntax will not be changing significantly moving forward now would be a good time to do such a review. Ideally this could be completed before the release of Emacs 24 in a couple of months. Any other ideas for update/reorganization or volunteers? Cheers, t...@tsdye.com (Thomas S. Dye

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-06 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: This docstring at line 186 of org-e-latex.el is incomplete Fixed. BTW, I have the experimental LaTeX exporter working on a real project now. It is performing very well for me. Good to hear. I

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-06 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: The old exporter recognized LaTeX commands for accented characters. So, \=o in the Org mode file would yield \={o} in the LaTeX file. The new exporter gives $\backslash$=o for this construct. Indeed

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-06 Thread Thomas S. Dye
Hi Nicolas, I couldn't make this work. Nicolas Goaziou n.goaz...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: The old exporter recognized LaTeX commands for accented characters. So, \=o in the Org mode file would yield \={o} in the LaTeX file. The new exporter gives

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-07 Thread Thomas S. Dye
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I defined a new entity in org-entities-user, but the new exporter appears to ignore it. Does it look at this variable, or just org-entities? I used: (add-to-list 'org-entities-user

Re: [O] Updating the Babel section of Worg

2012-02-07 Thread Thomas S. Dye
types are supported? ** Other - Differences from other supported languages * Examples of Use - Hello World! - Common uses - Links to tutorials and other resources Eric Schulte eric.schu...@gmx.com writes: Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, Yes, this is overdue. I

Re: [O] Updating the Babel section of Worg

2012-02-09 Thread Thomas S. Dye
a look at my description of the ImageMagick facility. I tried to stick closely to the sources, but might have strayed. All the best, Tom Eric Schulte eric.schu...@gmx.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, I've attached a first draft of a template for review and revision

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Thomas S. Dye
. Regards, -- Nicolas Goaziou -- Thomas S. Dye http://www.tsdye.com

Re: [O] worg access source

2012-02-09 Thread Thomas S. Dye
-R.org.html +1, if this isn't too much work. It saves Worg authors having to remember this detail, which the reader finds useful. Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-09 Thread Thomas S. Dye
, Thomas S. Dye t...@tsdye.com wrote: Hi John, I had the same experience.  When I restarted Emacs, it was there. What's more, it appears to work.  I haven't had time to explore thoroughly but the initial test worked out of the box. I've restarted... still nothing. ,--- | Org-mode version

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