Re: [O] info for org not found in emacs

2012-12-10 Thread Eric Schulte
, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] babel perl issue

2012-12-10 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: Using this method of requiring languages, ;; emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((perl . t))) Works for me without issue when called from a fresh emacs (-Q

Re: [O] babel perl issue

2012-12-09 Thread Eric Schulte
/manual/Languages.html for the documentation on how to activate and disable org-babel languages. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [OFFTOPIC] The statement on what is orgmode.

2012-12-07 Thread Eric Schulte
/ -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [patch] Incorrect result of org-babel-edit-distance

2012-12-07 Thread Eric Schulte
from the code. Please find a patch below trying to address the issue. Applied. Thanks!, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Eric Schulte
Emacs' Org-mode will do for you; it's easier to list all things it doesn't do. I would actually vote for the old orgmode title phrase (option 2 above). +1, I also like option 2 best of all those listed above. Vikas -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
; \ done -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Eric Schulte schulte.e...@gmail.com writes: In the interim it, one solution which I personally like for large projects is to offload compilation into an external batch Emacs process. I find this not only useful for compilation while working

Re: [O] using a table from one org-file as a variable in a code block in another org-file

2012-11-26 Thread Eric Schulte
Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Generic Source block language specification?

2012-11-23 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: On 23/11/12 00:17, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi I have in a document a definition of a projection, which is essentially a text as follow: #+BEGIN_src +proj=aea +lat_1=-28.25 +lat_2=-29.75 +lat_0=29 +lon_0

Re: [O] Generic Source block language specification?

2012-11-23 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: On 23/11/12 16:02, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: On 23/11/12 00:17, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi I have in a document a definition of a projection, which is essentially a text

Re: [O] Generic Source block language specification?

2012-11-22 Thread Eric Schulte
+units=m +no_defs #+end_src Thanks, Rainer -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Babel shell error

2012-11-22 Thread Eric Schulte
separated into |'s to make a table. Verified against 7.9.2 repo. This works in the current git head. #+begin_src sh :results latex echo \tt{shell} #+end_src -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] sum up variables from different org-mode tables

2012-11-19 Thread Eric Schulte
-- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-18 Thread Eric Schulte
Aaron Ecay aarone...@gmail.com writes: 2012ko azaroak 17an, Eric Schulte-ek idatzi zuen: Oh!, thanks for catching this, I just pushed up a fix. This is no longer a (complete) fix for the original problem, though. (A large part of) the slowdown comes from reading the results from a temp

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-18 Thread Eric Schulte
Eric Schulte schulte.e...@gmail.com writes: Aaron Ecay aarone...@gmail.com writes: 2012ko azaroak 17an, Eric Schulte-ek idatzi zuen: Oh!, thanks for catching this, I just pushed up a fix. This is no longer a (complete) fix for the original problem, though. (A large part of) the slowdown

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-17 Thread Eric Schulte
. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] C# and org-mode

2012-11-17 Thread Eric Schulte
/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el Best, Regards, Fabrice -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-17 Thread Eric Schulte
Aaron Ecay aarone...@gmail.com writes: 2012ko azaroak 16an, Eric Schulte-ek idatzi zuen: The attached patch adds a really-silent results header argument. To see the impact compare the running time of the following two code blocks. Unfortunately, the attached patch doesn’t work correctly

Re: [O] Literate programming of interactive proofs?

2012-11-16 Thread Eric Schulte
://www.jstatsoft.org/v46/i03 [2] http://orgmode.org/manual/Working-With-Source-Code.html -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread Eric Schulte
that launched this thread. Cheers, From 8ae5b59acdaaa271c797756bfe7f9479e1f9a277 Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Fri, 16 Nov 2012 08:40:46 -0700 Subject: [PATCH] really-silent header avoids result post-process This patch introduces a new header argument

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Schulte
. #+begin_src sh foo bar#+end_src This is a relatively new problem which I only begun to notice in the last month or so. Best, AndyM -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Source block processing changes

2012-11-06 Thread Eric Schulte
:results drawer should now be a drop-in replacement for your previous use-case of :results org (as was the original intent of this change). Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] automatically add debugging output

2012-11-03 Thread Eric Schulte
. it calls `org-babel-expand-body:generic' and does the optional debug wrapping if the debug param is present. As you said this should be fairly straightforward. If you do plan to add this feature please be prepared to write some documentation too. :) Thanks! Regards, Andreas -- Eric Schulte

Re: [O] Regarding org-ehtml feature not working

2012-11-02 Thread Eric Schulte
the elnode server. kindly reply back with your suggestions. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Regarding org-ehtml feature not working

2012-11-02 Thread Eric Schulte
as an editable web page.so you can have a look at that for reference. thanks On Fri, Niov 2, 2012 at 5:34 PM, Eric Schulte schulte.e...@gmail.comwrote: I don't understand what exactly is wrong. Please post step-by-step instructions so that I can reproduce the problem locally. Thanks

Re: [O] Bug: python babel does not support hlines as mentioned in docs

2012-10-30 Thread Eric Schulte
-babel-script-escape results))) (defvar org-babel-python-buffers '((:default . nil))) -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-30 Thread Eric Schulte
/eschulte/org-ehtml/blob/master/src/org-ehtml-client.el#L107 -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug: python babel does not support hlines as mentioned in docs

2012-10-30 Thread Eric Schulte
and translated there. But customizing the object hline is mapped from and to is a good idea. Great, I've just pushed up a commit implementing this behavior. Best regards Lennart -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-28 Thread Eric Schulte
Simon Thum simon.t...@gmx.de writes: On 10/22/2012 10:38 PM, Eric Schulte wrote: Simon Thumsimon.t...@gmx.de writes: --8---cut here---start-8--- foo bar --8---cut here---end---8--- all of the spaces and newlines

Re: [O] Tangling to Multiple Files

2012-10-28 Thread Eric Schulte
. :tangle (format %s.el system-name) or :tangle (format %s.el user-login-name) Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Running babel blocks in :noexport: sections

2012-10-28 Thread Eric Schulte
or the old exporter? What behavior do you get when running with emacs -Q? -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Running babel blocks in :noexport: sections

2012-10-27 Thread Eric Schulte
to it. This should result in your desired behavior. See the attached example. #+Title: example * COMMENT not exported but run #+name: the-date #+begin_src sh date #+end_src * exported and able to call into un-exported subtrees The date today is, #+call: the-date() -- Eric Schulte http

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-22 Thread Eric Schulte
.org file (server-side), but they are not appearing in the exported HTML, that is expected behavior. 2) I cannot use the auth handler: Perhaps you could provide a minimal .el initialization file which shows how you are trying to launch the server? Hope this Helps, -- Eric Schulte http

Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-17 Thread Eric Schulte
the default output stream. Hi Asrail, Perhaps you can contact the author of ob-scala (Andrzej Lichnerowicz) directly if he is not reading the mailing list every day. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Question about External List Shell

2012-10-10 Thread Eric Schulte
in the above by wrapping the entire link text in square quotes, e.g., [[shell:ls -alFG]] -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Tangle only current code block?

2012-10-08 Thread Eric Schulte
Yann Le Du yann.ledu...@gmail.com writes: On Mon, Oct 8, 2012 at 1:39 AM, Eric Schulte eric.schu...@gmx.com wrote: Yann Le Du yann.ledu...@gmail.com writes: Hi, I have a bunch of code chunks with stuff like fun name and headers like :tangle toto.c exporting to different files

Re: [O] [babel] howto debug #+call lines

2012-10-08 Thread Eric Schulte
that it will expand this ephemeral code block. Additionally it may be easy to update C-c C-v I so that it works on call lines, which may provide the information you're after. Best, Regards, Andreas -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Tangle only current code block?

2012-10-07 Thread Eric Schulte
-babel-tangle inside a macro, but it fails: if I define a macro : C-x ( M-x org-babel-tangle C-x ) C-x e it fails, saying wrong type argument stringp, nul I'm lost. Yann -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] howto debug #+call lines

2012-10-06 Thread Eric Schulte
a=foo :colnames yes a - a[,1] data.frame(x=a) #+end_src --- Regards, Andreas -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] howto debug #+call lines

2012-10-04 Thread Eric Schulte
-- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-04 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte eric.schu...@gmx.com writes: Hi, I've recently put together a web server which runs in Emacs and exports local Org-mode files to HTML in such a way that they may be edited from within a web browser with the edits saved to local files

Re: [O] Installing Org through the new http://orgmode.org ELPA

2012-09-28 Thread Eric Schulte
'org) (package-install 'org)) (require 'org-install) ;; Initialize Org ;; (setq org-...) ;; Custom settings -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Two modifications for source blocks processing (will be in 7.9.2)

2012-09-26 Thread Eric Schulte
- drawer is not the same as the old org option (as the results gets inserted into a drawer, not into a block). And the difference here between an org block and a drawer is that the contents of the drawer can not be exported? -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-09-24 Thread Eric Schulte
for these packages and the archive-contents file to begin appearing online? Where will one point ELPA to use these new packages? E.g., ;; -*- emacs-lisp -*- (add-to-list 'package-archives '(Org-mode . http://orgmode.org/pkg/foo;)) Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: # -*- shell-script -*- emacs --batch --eval '(let ((org-path ~/.emacs.d/src/org-mode/)) (add-to-list (quote load-path) (expand-file-name lisp org-path)) (add-to-list (quote load-path

Re: [O] patch for orgweb for better resolution in narrow browsers

2012-09-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, I've finally manage to applied this change, a real enhancement for handling various screen sizes. Thanks a lot! Yup, looks much improved on my system now. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [OT] Current website not very attractive

2012-09-21 Thread Eric Schulte
will have to update any tools which check MAC addresses for things like man in the middle attacks. I did have to update my ~/.ssh/known_hosts this morning to remove the old key. I've since been using the git repo on the orgmode server without problem. Hope this helps, -- Eric Schulte http://cs.unm.edu

Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src

2012-09-20 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte eric.schu...@gmx.com writes: Does this problem present itself when you execute the inline code block interactively, or only when using the new latex exporter? If the later then it is a latex exporter bug and not a Babel bug

Re: [O] Inline and executing the document

2012-09-20 Thread Eric Schulte
to mark results in a way the are replaces when the command is reexecuted. Furthermore, on exporting the keywords :RESULTS: and :END: are written into the exported document (I tried LaTeX+pdf and HTML) Am I still misunderstanding something? -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src

2012-09-20 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte eric.schu...@gmx.com writes: Thanks for finding the source of this problem. The preceding character is checked so that inline source blocks can be commented. E.g., a user may want =src_sh{date}= to appear verbatim. =src_sh

Re: [O] Invalid function: with-parsed-tramp-file-name with Perl

2012-09-20 Thread Eric Schulte
on the remote machine. I think this is the real problem. Perhaps it would be possible to git bisect with another language like perl? Sorry I'm not more help here, the remote-execution magic was mainly implemented by Dan Davison. Best, Nick -- Eric Schulte http://cs.unm.edu/~eschulte

[O] org-e-groff-export-to-groff produces empty output file

2012-09-20 Thread Eric Schulte
/example.org -f org-e-groff-export-to-groff The above generates an empty file in /tmp/example.groff. What am I missing? Thanks, #+Title: Example Org-mode file #+Author: Eric Schulte This Org-mode file is intended as illustration. * Here is one headline Lorem ipsum dolor sit amet, consectetuer

Re: [O] Inline and executing the document

2012-09-19 Thread Eric Schulte
-- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Using org-mode for laboratory notes.

2012-09-19 Thread Eric Schulte
-- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [OT] Xiki - could something like that be done with emacs+orgmode?

2012-09-19 Thread Eric Schulte
result)) (org-babel-examplize-region beg (point (error this line doesn't look executable Cheers, Footnotes: [1] http://orgmode.org/manual/Working-With-Source-Code.html -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [New Latex Exporter][BABEL][BUG] lists and inline src

2012-09-19 Thread Eric Schulte
? If the later then it is a latex exporter bug and not a Babel bug. I've updated the subject line so that hopefully the latex export experts will notice this message. Cheers, Chuck -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-09-18 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: Agreed, this would simply mean generating an archive-contents file on the Org-mode site which lists the latest org and orgplus archive. I'm not sure which elisp function is used to generate this file, but it could be done directly

Re: [O] Org-mode release 7.9

2012-09-17 Thread Eric Schulte
this sound like a good idea? I'd love to finally get this package published. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] babel for ditaa-eps

2012-09-16 Thread Eric Schulte
Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Hi: with the attachment :) I tried your patch and it seems that the defcustom needs to be changed (at least from the way it is written in the patch. Oh yes, I used file-name-nondirectory instead of file

Re: [O] Org-mode release 7.9

2012-09-16 Thread Eric Schulte
providing the link entails. Does this mean coordinating with elpa.gnu.org so that orgplus becomes available through the gnu elpa? That sounds ideal. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] exporting, using names, and inline source code blocks

2012-09-15 Thread Eric Schulte
| function using Org Element. ` -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-09-15 Thread Eric Schulte
that building and installing this package locally allows me to build other ELPA package that depend on functionality in contrib/. I vote we begin building the orgplus package daily and hosting it on orgmode.org. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] exporting, using names, and inline source code blocks

2012-09-15 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte eric.schu...@gmx.com writes: Nicolas, I'm unable to take the time to fix this bug at the moment, however if you can address it, I suspect the following two items are relevant. I think it should be fixed now. At least, all

Re: [O] patch for orgweb for better resolution in narrow browsers

2012-09-13 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: I just recently noticed the new web site, I think it looks great! Thanks! However when the browser window is not very wide (1000px) the elements overflow in an unappealing manner [1]. As an example

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
with Org-mode in the same manner as we now distribute ditaa.jar? From 643d59bfebc2a917bdd4b5da002df4b663f65be2 Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Thu, 13 Sep 2012 08:58:31 -0600 Subject: [PATCH] adding :eps header argument to ditaa code blocks Use of this header

Re: [O] Question on latex source block

2012-09-13 Thread Eric Schulte
Jambunathan K kjambunat...@gmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Alright, I've just committed a patch which gets part-way to your suggest solution. While the two backend-specific functions are still separate (I agree they should be combined), I have brought back

Re: [O] Question on latex source block

2012-09-13 Thread Eric Schulte
/background is defined (e.g. when emacs is run in batch mode). It would be nice if this could be fixed without reverting that commit completely. I'm CC'ing Abdó (the author of that commit). Hopefully he can take a shot at solving this. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Please, provide the option to not create the PDF file at the end for those poor people that use Groff to create documents in which will barf on a PDF file. Thanks, Luis Good idea, The attached version

Re: [O] babel for ditaa-eps

2012-09-13 Thread Eric Schulte
Eric Schulte eric.schu...@gmx.com writes: Luis Anaya papoan...@hotmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Please, provide the option to not create the PDF file at the end for those poor people that use Groff to create documents in which will barf on a PDF file. Thanks

Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Eric Schulte
\ |sed ${many}q \ |sed 's/^ *//' \ |sed 's/\([^ ]*\) \([^ ]*\)/\2:\1/' \ |tr '\n' ' ' \ |sed 's/ $/\n/' Adapted from http://www.leancrew.com/all-this/2011/12/more-shell-less-egg/ Best, -- Eric Schulte http://cs.unm.edu/~eschulte

[O] patch for orgweb for better resolution in narrow browsers

2012-09-12 Thread Eric Schulte
minor note which is unfortunately beyond my web abilities to address, with very narrow screens the quote pop-up can make the download and install link unreachable. Thanks, From f403654c101ab4a81f27bdb1f89d48ff1539f838 Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Wed, 12 Sep

Re: [O] babel for ditaa-eps

2012-09-12 Thread Eric Schulte
-ditaa.el to use ditaa-eps and convert the result using epstopdf. Feel free to use it. ;;; ob-ditaa-eps.el --- org-babel functions for ditaa evaluation ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Eric Schulte und Arne Babenhauserheide ;; Keywords: literate

[O] bug in org-element-parse-buffer, affects new HTML exporter

2012-09-10 Thread Eric Schulte
) | eval-expression((org-element-parse-buffer) nil) | call-interactively(eval-expression nil nil) ` -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Question on latex source block

2012-09-09 Thread Eric Schulte
From: Eric Schulte eric.schu...@gmx.com Date: Sun, 9 Sep 2012 10:48:02 -0600 Subject: [PATCH] replace org-create-formula-image w/new functions A previous commit deleted the definition of `org-create-formula-image' without removing all calls to the function. This commit fixes the resultant bug in ob

Re: [O] Question on latex source block

2012-09-09 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Eric Schulte eric.schu...@gmx.com wrote: Nothing - it's a bug introduced by commit a9d3ce0bcd3492eb0cd2aa7b0d1f6ee93276114b: , | commit a9d3ce0bcd3492eb0cd2aa7b0d1f6ee93276114b | Author: Feng Shu tuma...@gmail.com | Date: Fri Apr

Re: [O] [ANN] New items pushed in into Org Mode Github.

2012-09-08 Thread Eric Schulte
/babel/languages.html -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] conditional export based on babel result

2012-09-05 Thread Eric Schulte
as appropriate. The org-id-goto and org-toggle-comment functions may help in implementing this function. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Eric Schulte
need to keep, like minutiae of generating the result. #+Name: bar - foo - bar - baz #+Name: foo #+begin_src sh :var bar=bar echo like some result: $(echo $bar|wc -w) #+end_src -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Eric Schulte
results. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-09-04 Thread Eric Schulte
cumbersome to use. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-09-04 Thread Eric Schulte
into the master branch. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-31 Thread Eric Schulte
1: Code block specific header arguments are effective #+begin_src R :exports both :results output print(pi) #+end_src Cheers, Sincerely, Feiming Chen From: Eric Schulte eric.schu...@gmx.com To: Feiming Chen feimingc...@yahoo.com Cc: emacs

Re: [O] Org-mode release 7.9

2012-08-31 Thread Eric Schulte
to download it and then issue M-x package-install-file. Assuming that simply specifying org as a dependency of org-contrib is insufficient, then I would think that this combined install would be the way to go. Best, Regards, Achim. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-30 Thread Eric Schulte
#+PROPERTY: :results output Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-08-30 Thread Eric Schulte
can't until some of the functionality in contrib/ can be installed through ELPA. Best, Regards, Achim. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Kudos to Auréliens and Andrew who finished the GSoC successfully!

2012-08-27 Thread Eric Schulte
/ The following has the best documentation I've found on how to bundle an ELPA package (just ignore the Marmalade-specific parts). http://marmalade-repo.org/doc-files/package.5.html -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-27 Thread Eric Schulte
. However org output should be wrapped in begin/end_org blocks allowing old output to be cleaned up. Best, John Thanks! Thanks, John If I understand correctly that should result in the behavior you're after. Best, Thanks, John -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns

2012-08-26 Thread Eric Schulte
Sean O'Halpin sean.ohal...@gmail.com writes: On Sat, Aug 25, 2012 at 11:50 PM, Eric Schulte eric.schu...@gmx.com wrote: Are you familiar with file local variables? See (info (emacs)Specifying File Variables) Yes. That's what I'm trying to enable. Without the patch, it seems

[O] new HTML export prompts for file encoding

2012-08-25 Thread Eric Schulte
by evaluating (org-export-to-file 'e-html /tmp/worg.html). The new exporter prompts the user for confirmation of the encoding and then runs into encoding issues. Is it possible to run the new html exporter in such a way that no user prompts are raised during export? Thanks, -- Eric Schulte

Re: [O] [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns

2012-08-25 Thread Eric Schulte
(point-min)) (setq index (point)) (while (and (re-search-forward (org-babel-noweb-wrap) nil t)) -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org-mode release 7.9

2012-08-24 Thread Eric Schulte
/) then copied to http://elpa.gnu.org. I replaced org-20120824.tar with one containing Org 7.9. Perhaps first reupdate and report? HTH, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Babel latex block puts resulting file link inside latex block instead of including pdf output

2012-08-24 Thread Eric Schulte
[[file:./file.pdf]] #+END_LaTeX I wanted the pdf actually included in the document. What am I doing wrong? Thanks! John -- Eric Schulte http://cs.unm.edu/~eschulte

[O] org-e-html and table of contents

2012-08-23 Thread Eric Schulte
to the buffer. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] org-e-html and table of contents

2012-08-23 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Eric Schulte eric.schu...@gmx.com wrote: Hi, I've been using the new html exporter (org-e-html) recently, and I'm surprised that it does not add tables of contents by default. Is there a user variable which I can customize to change this default

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-23 Thread Eric Schulte
) to STDOUT from within your R code block. If I understand correctly that should result in the behavior you're after. Best, Thanks, John -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Interaction between org tables and embedded calc

2012-08-23 Thread Eric Schulte
calc, you could use a code block to read the table from Org-mode and output the calc vector syntax into your document. Best, Thanks! Gilles -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] org-e-html and table of contents

2012-08-23 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Eric Schulte eric.schu...@gmx.com wrote: Nick Dokos nicholas.do...@hp.com writes: Eric Schulte eric.schu...@gmx.com wrote: Hi, I've been using the new html exporter (org-e-html) recently, and I'm surprised that it does not add tables

Re: [O] Arbitrary colouration of words/sentences etc. in HTML export?

2012-08-21 Thread Eric Schulte
desc format) (cond ((eq format 'html) (format span style=\color:%s;\%s/span path desc)) ((eq format 'latex) (format {\\color{%s}%s} path desc) and then you can use [[color:red][in red]] for colored export. Best, -- Eric Schulte http://cs.unm.edu

Re: [O] export inline image from source results?

2012-08-21 Thread Eric Schulte
that the results are a link to a file. :file /home/petro/tmp/fit_rates1.svg Best, Thanks. Petro -- Eric Schulte http://cs.unm.edu/~eschulte

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