Re: [O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-11 Thread Eric Schulte
%s code block at line %d... lang line)) (when info ;; if we're actually going to need the parameters (when (member (cdr (assoc :exports (nth 2 info))) '(both results)) -- 1.7.9 -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Eric Schulte
the [:results raw] means that the input is a string, so hline processing is not performed. Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Regression of org-babel-load-file

2013-11-11 Thread Eric Schulte
Michael Brand michael.ch.br...@gmail.com writes: Hi all release_8.2.1-108-gaf80144 commit af80144976cef9e5630a33f85f05a8dfc07f55d4 Author: Eric Schulte schulte.e...@gmail.com Date: Sat Oct 19 15:52:31 2013 -0600 tangle checks for COMMENT in parent headlines

Re: [O] [bug] ox-org.el subtree export appears broken

2013-11-10 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: My initial thoughts are that inserting keywords *with* values while not inserting empty keywords would be the most intuitive. TITLE always have a value. When not specified, it defaults to buffer's name

Re: [O] [ANN] Improved Flyspell check

2013-11-10 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: I've been using this since it was sent, and I haven't noticed any bad behavior. Thanks for the feedback. BTW, I tried to add `org-self-insert-command' to `flyspell-delayed-commands', since

[O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Eric Schulte
. Nullam rutrum. Nam vestibulum accumsan nisl. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [ANN] Improved Flyspell check

2013-11-06 Thread Eric Schulte
' shows the jump location if it was hidden. (eval-after-load bookmark -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: Specifically, the title is not taken from the current heading, and subheadings are not promoted to the top level. I partly fixed this: subheadings should now get correct level. Confirmed

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

2013-11-04 Thread Eric Schulte
'. See http://orgmode.org/worg/org-contribute.html if you want to contribute any enhancements back to Org-mode. Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Babel Tangle issues

2013-11-01 Thread Eric Schulte
begin date end #+end_src tangles to this, echo begin date echo end Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH] lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eval

2013-10-30 Thread Eric Schulte
-babel-read results) + (org-babel-read results t) (let ((tmp-file (org-babel-temp-file c-))) (with-temp-file tmp-file (insert results)) (org-babel-import-elisp-from-file tmp-file))) -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH 2/3] Mark some org-babel variables as safe locals under proper conditions

2013-10-30 Thread Eric Schulte
and 3 to this email, which should be an improvement on that front. I also added docstrings, and a test. Aaron PS You were right about org-every vs. mapcar in your other message. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH 2/2] babel: don’t add babel eval to the session’s comint input ring

2013-10-29 Thread Eric Schulte
+ (let ((comint-input-filter (lambda (input) nil))) +,@body) (def-edebug-spec org-babel-comint-in-buffer (form body)) (defmacro org-babel-comint-with-output (meta rest body) -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH 2/3] Mark some org-babel variables as safe locals under proper conditions

2013-10-29 Thread Eric Schulte
) + (and (consp pair) +(org-babel-one-header-arg-safe-p pair))) + value + (provide 'ob-core) ;; Local variables: -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH 3/3] mark o-b-default-header-args:R as a safe local under proper conditions

2013-10-29 Thread Eric Schulte
) (defcustom org-babel-R-command R --slave --no-save Name of command to use for executing R code. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH 1/2] clean up two macros in ob-comint

2013-10-29 Thread Eric Schulte
))) +) + ;; replace cut dangling text + (goto-char (process-mark (get-buffer-process (current-buffer + (insert dangling-text) + ;; remove echo'd FULL-BODY from input (if (and ,remove-echo ,full-body (string-match -- Eric Schulte https://cs.unm.edu

Re: [O] Babel issue after upgrade to Org 8?

2013-10-24 Thread Eric Schulte
, everything worked before the upgrade. Thanks, Rasmus -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] ebnf2ps for babel

2013-10-24 Thread Eric Schulte
))) (provide 'ob-ebnf) ;;; ob-ebnf.el ends here -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [BUG] Exporting to HTML a document with a #+CALL

2013-10-22 Thread Eric Schulte
\/usr/share/emacs/site-lisp/org\) --eval (require 'org) --eval (require 'ox-html) ex-call3.org (ex-call3.org is the name of example document). --- WBR, Vladimir Lomov. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] org-mode based groupware wiki

2013-10-21 Thread Eric Schulte
and nice together, even if working concurrently on the same files. I was wondering, because I never read about gollum in this ML and my search only revealed a very short three year old thread between Bastien and Eric Schulte. Despite that many of us was asking of possible ways how to use org

Re: [O] [PATCH] ob-ruby.el fix for :session parameter

2013-10-21 Thread Eric Schulte
: +: +: 3 + +))) + +(provide 'test-ob-ruby) + +;;; test-ob-ruby.el ends here -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH] ob-ruby.el fix for :session parameter

2013-10-21 Thread Eric Schulte
Applied, Thanks! Oleh ohwoeo...@gmail.com writes: Hi Eric, Here's the update. regards, Oleh On Mon, Oct 21, 2013 at 7:42 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Oleh, Thanks for submitting this patch. Instead of the current progn/setq approach could you simply add your

Re: [O] Portable formatting of export?

2013-10-21 Thread Eric Schulte
). Is it possible to make the export engine assume defaults for all customization variables for a file (preferably through an in-file setting) and to specify those customization inside the file? - Klaus -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Bug: verbatim export of python code block with numpy array returns wrong value [8.2.1 (8.2.1-10-g9c1ef6-elpaplus @ /Users/sbagley/Dropbox/emacsd/elpa/org-plus-contrib-20131014/)]

2013-10-21 Thread Eric Schulte
Package: Org-mode version 8.2.1 (8.2.1-10-g9c1ef6-elpaplus @ /Users/sbagley/Dropbox/emacsd/elpa/org-plus-contrib-20131014/) -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [babel] Commenting out src blocks for tangling

2013-10-20 Thread Eric Schulte
/continued-code-blocks-w-noweb-ref I just did a git pull before trying this. This should be fixed now, thanks for pointing it out. Best, Alan -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] src code switches via properties

2013-10-20 Thread Eric Schulte
8.0.5) If not via a property, any suggestion (perhaps an in-buffer setting)? Your help is much appreciated. Cheers, Manuel GJT -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] src code switches via properties

2013-10-20 Thread Eric Schulte
My apologies, I misread your email. Please disregard my previous response. Setting switches in the same way as header arguments is not (to my knowledge) possible. Switches are handled seperately from header arguments in org-src.el instead of ob-core.el. Best, Eric Schulte schulte.e

Re: [O] [babel] Commenting out src blocks for tangling

2013-10-19 Thread Eric Schulte
this bug. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [babel] Commenting out src blocks for tangling

2013-10-18 Thread Eric Schulte
/lisp/) Cheers, Thanks, Alan -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [Babel] Exporting tangled file path

2013-10-18 Thread Eric Schulte
that does that? Thanks! -deech Try C-c C-v which runs the command org-babel-view-src-block-info on a code block. It will show you if the code block has a specified tangle name. If the value of tangle is yes then the name of the Org-mode file will be used. Best, -- Eric Schulte https://cs.unm.edu

Re: [O] [Babel] Exporting tangled file path

2013-10-18 Thread Eric Schulte
, On Fri, Oct 18, 2013 at 11:44 AM, Eric Schulte schulte.e...@gmail.comwrote: aditya siram aditya.si...@gmail.com writes: Hi all, Currently when I export a literate program I can see the chunks but not where they end up. It would be really useful if the chunks had a footnote or something

Re: [O] error exporting latex src block

2013-10-17 Thread Eric Schulte
Jason Lewis jasonble...@gmail.com writes: Hi Eric, On 17/10/13 2:59 PM, Eric Schulte wrote: Jason Lewis jasonble...@gmail.com writes: Your example exports w/o problem for me with Org-mode version Org-mode version 8.2.1. I believe the problem on your system lies in the latex fontification

Re: [O] org-mode based groupware wiki

2013-10-17 Thread Eric Schulte
following the readmes but the elnode server responeses with h1Server error/h1 at the website and I can't find any addtional error message in the logs. Thanks for help and support Torsten On 14 October 2013 15:07, Eric Schulte schulte.e...@gmail.com wrote: Hi Torsten, Sorry I missed your

Re: [O] org-mode based groupware wiki

2013-10-16 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hi again, today seems to be my Eric Schulte spamming day. Sorry for that. No problem. Ok. Checking why I do not have the latest and finest version of org-ehtml I found the following error package-compute-transaction: Need package `elnode

Re: [O] error exporting latex src block

2013-10-16 Thread Eric Schulte
? Is there any way I can include a double \\ in a latex SRC block? I'm using Org-mode version 8.2.1 (8.2.1-3-g35e5e5-elpa @ /Users/jason/.emacs.d/elpa/org-20131007/) Thanks, Jason -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] org-mode based groupware wiki

2013-10-14 Thread Eric Schulte
htmlbHELLO!/b/html)) (elnode-start 'my-test-handler :port 8010 :host localhost) Might it be, that the elnode API changed and that the handler function need some rewrite? All the best Torsten On 4 October 2013 16:03, Eric Schulte schulte.e...@gmail.com wrote: Check out org-ehtml. See

Re: [O] org babel before excute hook

2013-10-14 Thread Eric Schulte
)) Samuel -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] org babel before excute hook

2013-10-14 Thread Eric Schulte
not want `append' in this case. HTH, Chuck [rest deleted] -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Two column output

2013-10-14 Thread Eric Schulte
blocks so that I can do a comparison of the two. For HTML you'll want to write your own CSS. This is similar to what you're after. http://eschulte.github.io/org-docco/org-docco.html -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [bug] cannot export with babel function calls

2013-10-14 Thread Eric Schulte
information about these matters, see the file named COPYING. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Deactivate babel source block

2013-10-09 Thread Eric Schulte
' by removing the application of an anonymous lambda function. I just pushed up a fix which reapplies this function, and tangles the following file correctly (i.e., does not tangle the commented heading). Thanks for pointing this out. Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP

Re: [O] [Babel] Link Path In Tangled files

2013-10-09 Thread Eric Schulte
writes: Hi all, Currently the links generated in tangled files are absolute even if the path to the tangled file is relative. In such cases is there any way to get it to create a relative path back to the Org file? It makes it impossible for other people to de-tangle. -deech -- Eric

Re: [O] Computations on properties

2013-10-09 Thread Eric Schulte
/property-computation.org | | BLOCKED | | | VAL1 | 5 | | VAL2 |10 | | COEF |10 | | CATEGORY | property-computation | -- Eric Schulte https://cs.unm.edu/~eschulte PGP

Re: [O] Deactivate babel source block

2013-10-06 Thread Eric Schulte
possible with org-mode version 8.2? Best Regards, Michael -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Deactivate babel source block

2013-10-06 Thread Eric Schulte
possible with org-mode version 8.2? Best Regards, Michael -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

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

2013-10-05 Thread Eric Schulte
/asolar/papers/thesis.pdf -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] org-mode based groupware wiki

2013-10-04 Thread Eric Schulte
/gmane.emacs.orgmode/58773/focus=58884 [2] https://github.com/eschulte/org-ehtml -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] ob-clojure.el alternative using nrepl

2013-10-04 Thread Eric Schulte
, I haven't used Clojure in a couple of years now (since happily moving on to Common Lisp as my lisp of choice). Thanks to Oleh for the patch! Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
) 2009-2013 Free Software Foundation, Inc. -;; Author: Joel Boehland -;; Eric Schulte +;; Author: Joel Boehland, Eric Schulte, Oleh Krehel +;; ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org @@ -24,20 +24,26 @@ ;;; Commentary

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
ee6c792ec7657e50524d78d309538e7e58bb2989 Mon Sep 17 00:00:00 2001 From: Eric Schulte schulte.e...@gmail.com Date: Thu, 3 Oct 2013 13:25:46 -0600 Subject: [PATCH 2/2] ob-clojure nrepl customization variable - ensure body is expanded for n-repl as well - declare n-repl functions - remove require ob-tangle

Re: [O] ob-clojure.el alternative using nrepl

2013-10-03 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Please try out the attached patch which may be applied overtop of your patch and let me know if it works? I had to guess at the two nrepl function arguments. It works fine for nrepl.el, thanks a lot

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

2013-10-02 Thread Eric Schulte
, I tried :colnames no with one of Marc-Oliver's code blocks, (and kept :colnames yes with my #+call: line) but this didn't seem to change anything. Instead of the column names from the original tables, which I used to get, I now get names like t1c2. All the best, Tom Eric Schulte schulte.e

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-10-02 Thread Eric Schulte
Liam Healy l...@healy.washington.dc.us writes: On Sun, Sep 29, 2013 at 3:46 PM, Eric Schulte schulte.e...@gmail.com wrote: Liam Healy l...@healy.washington.dc.us writes: I noticed that raw results from in-line code blocks were disappearing in the new LaTeX exporter, and bisected the repo

Re: [O] input data for babel blocks

2013-10-01 Thread Eric Schulte
\+/(setf it [/; $ s/$/])/' #+end_src #+RESULTS: table-as-array : (setf it [[x 2] : [y 4]]) #+begin_src emacs-lisp :noweb yes table-as-array(data) (aref (aref it 1) 1) #+end_src #+RESULTS: : 4 Hope this Helps, Thanks, Alan -- Eric Schulte https://cs.unm.edu/~eschulte PGP

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
, Rainer Vladimir's patch in this thread fixes this issue and has been applied. Sebastien Vauban sva-n...@mygooglest.com writes: Hi Eric, Eric Schulte wrote: The blank line which was inserted between blocks isn't anymore for me. [...] results in: --8---cut here

Re: [O] [Babel] Padlines

2013-10-01 Thread Eric Schulte
Vladimir Lomov lomov...@gmail.com writes: Hello, ** Eric Schulte [2013-09-28 06:17:51 -0600]: The blank line which was inserted between blocks isn't anymore for me. ECM: --8---cut here---start-8--- * Tangle these blocks :PROPERTIES: :tangle

Re: [O] ``make test'' failures

2013-10-01 Thread Eric Schulte
|FAILED test-ob/org-babel-remove-result--results-org |FAILED test-ob/org-babel-remove-result--results-pp |FAILED test-ob/org-babel-remove-result--results-wrap ` I just pushed up a fix, thanks for reporting. -- Nick -- Eric Schulte https://cs.unm.edu/~eschulte PGP

Re: [O] input data for babel blocks

2013-09-30 Thread Eric Schulte
, will support all possible tables, and will work simply for simple tables allowing users to use tables without having to jump through typed hoops. Cheers, Thanks, Alan -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [BABEL] BUG - error on tangling - disappears when changing the filename

2013-09-30 Thread Eric Schulte
the tangling process by edebugging the `org-babel-tangle' function with (C-u C-M-x) i.e., (eval-defun 'edebug-it). Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] input data for babel blocks

2013-09-30 Thread Eric Schulte
number cell tuple strongly typed haskell ocaml /keywords Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Restore raw output in LaTeX export from in-line code block

2013-09-29 Thread Eric Schulte
. Liam Hi Liam, You're actually noticing a symptom of an error in the way lisp code blocks were handling results (conflating the output/results and the scalar/vector distinction). I've just pushed up a fix, please let me know if you continue to see these types of errors. Best, -- Eric Schulte

Re: [O] org mode R remote code evaluation

2013-09-28 Thread Eric Schulte
Michael Albinus michael.albi...@gmx.de writes: Eric Schulte schulte.e...@gmail.com writes: I'd rather not hard-code the value of /tmp/. Perhaps you could rework the patch so that it introduces a new customizable variable (including a documentation string) so that users can set the value

Re: [O] Fwd: epresent issue

2013-09-28 Thread Eric Schulte
-screening of the window -- something which seems related to the window manager?? Sorry I don't have the motivation to test under other window managers. Hopefully an Emacs upgrade will help or there is some other workaround (e.g., pressing t after calling epresent-run). Best, -- Eric Schulte

Re: [O] Exporting C++ code block to html

2013-09-28 Thread Eric Schulte
(require (quote org)) --eval (setq debug-on-error t) --visit test.org --funcall org-html-export-to-html)) command-line() normal-top-level() -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

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

2013-09-28 Thread Eric Schulte
confusion than it is worth. I've reverted this default for elisp, hopefully it doesn't break too many peoples existing Org-mode files. Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [BABEL] BUG - error on tangling - disappears when changing the filename

2013-09-28 Thread Eric Schulte
(lambda | (pair) (if (cdr pair) (progn ... path-collector) (mapcar | (function car) path-collector | org-babel-tangle(nil) | call-interactively(org-babel-tangle nil nil) ` #secure method=pgpmime mode=sign #secure method=pgpmime mode=sign -- Eric Schulte https://cs.unm.edu

Re: [O] Org Tutorials need more structure

2013-09-28 Thread Eric Schulte
in the documentation would be welcome, but given the time constraints of Org-mode developers and contributors not every desirable task can be accomplished. Cheers, Best wishes, Jo. Footnotes: [1] http://orgmode.org/worg/org-contrib/org-mime.html -- Eric Schulte https://cs.unm.edu/~eschulte PGP

Re: [O] [Babel] Padlines

2013-09-28 Thread Eric Schulte
adding :padline to yes, but I normally should not, as it is the default. Best regards, Seb Hi Seb, Thanks for this bug report, there was a problem in my previous patch in this thread. I've just pushed up a fix which should solve this problem. Best, -- Eric Schulte https://cs.unm.edu

Re: [O] epresent issue

2013-09-27 Thread Eric Schulte
usual version stuff (I assumed that I am doing something wrong) so here it is Org-mode version 8.2 (release_8.2-34-g33aded Emacs 23.4.1 epresent downloaded yesterday Rusi -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH] babel support for ABC notation music files

2013-09-26 Thread Eric Schulte
William Waites wwai...@tardis.ed.ac.uk writes: On Wed, 25 Sep 2013 09:15:45 -0600, Eric Schulte schulte.e...@gmail.com said: Hi William, I've added your ABC notation support to Org-mode. Thank you Eric! If you have time to add ob-ABC documentation to [1] that would

Re: [O] example filter for code blocks?

2013-09-26 Thread Eric Schulte
Check out `org-export-filter-src-block-functions'. It shouldn't be too hard to add a custom filter to that list which may be used to process all code block bodies during latex export. Best, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Export of inline source blocks

2013-09-26 Thread Eric Schulte
It is inline. ` when rendered. The experiments were performed with org mode 8.2 on Emacs 24.3.50.1 Could you point out my mistake, please? Thank you. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [BUG] in Release 8.2 - editing code in indirect buffer

2013-09-25 Thread Eric Schulte
, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [PATCH] babel support for ABC notation music files

2013-09-25 Thread Eric Schulte
Hi William, I've added your ABC notation support to Org-mode. Thanks for the contribution! If you have time to add ob-ABC documentation to [1] that would be much appreciated but is not required. Cheers, Footnotes: [1] http://orgmode.org/worg/org-contrib/babel/languages.html -- Eric

Re: [O] org mode R remote code evaluation

2013-09-25 Thread Eric Schulte
://orgmode.org/worg/org-contribute.html -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] using gnuplot's splot and every commands on org-mode table data

2013-09-25 Thread Eric Schulte
. I've changed the behavior of the :missing header argument so that it *only* replaces missing values in table data and does not add a set datafile missing... line to the code block. Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [Babel] Lisp error: (wrong-type-argument listp hline)

2013-09-23 Thread Eric Schulte
in my code block, or is there an option for telling that to Babel? Use the :colnames processing to strip the headings. #+begin_src emacs-lisp :var data=table :colnames yes data #+end_src #+RESULTS: : ((ABJ 1) (DEK 2)) Best, Best regards, Seb -- Eric Schulte https

Re: [O] using gnuplot's splot and every commands on org-mode table data

2013-09-23 Thread Eric Schulte
| 3 | 23 | | | || | 3 | 1 | ? | | 3 | 2 | 23 | | 3 | 3 | 28 | -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Detect if export is running

2013-09-22 Thread Eric Schulte
should not create local variables in the Org mode buffer. I do not plan to advertise this flag, but to use it in one very specific function. Regards - Carsten Regards, -- Nicolas Goaziou -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] BUG?: Org-src - Release 8.2

2013-09-21 Thread Eric Schulte
mode=sign -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
* 1. Headline 1 Headline test source#57344;#57345;#57345; Author: deech Created: 2013-09-20 Fri 16:49 Emacs 24.3.50.1 (Org mode 8.2) Validate -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
-to-html` and am seeing this issue. Thanks for taking the time ... -deech [1] Org-mode version 7.9.3f On Sat, Sep 21, 2013 at 2:41 PM, Eric Schulte schulte.e...@gmail.comwrote: I can't reproduce this problem. Do you still see the problem with a minimal Emacs config starting with emacs -Q

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
21, 2013 at 3:38 PM, Eric Schulte schulte.e...@gmail.comwrote: With the latest Org-mode I don't see the behavior you mention, I suspect it may be due to something else in your config or environment. Here's some easily reproducible commands which run export without loading the local config

Re: [O] [Babel] Padlines

2013-09-20 Thread Eric Schulte
Sebastien Vauban sva-n...@mygooglest.com writes: Hi Eric, Eric Schulte wrote: aditya siram aditya.si...@gmail.com writes: What's the rationale for having padlines by default in tangled source? It generates wrong programs for languages where whitespace is significant (Haskell) and, for me

Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Eric Schulte
Hi Daniele, Thanks for the suggestion and the accompanying patch. I've just applied a modified version of your patch (included below). Please let me know if this is insufficient for your needs. Best, From 136bdc0e83358fa3f6af1d8b3b0cd71cace61efe Mon Sep 17 00:00:00 2001 From: Eric Schulte

Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Eric Schulte
Hi Daniele, Thanks for catching this very large edge case which I completely ignored. I've just pushed up a fix. Best, Daniele Pizzolli d...@toel.it writes: On 09/20/2013 11:13 PM, Eric Schulte wrote: Hi Daniele, Thanks for the suggestion and the accompanying patch. I've just applied

Re: [O] [Babel] Padlines

2013-09-18 Thread Eric Schulte
will be turned off by default for that language. Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Jumping from source block to Org block ...

2013-09-15 Thread Eric Schulte
will incorporate your suggestions. However, regarding the cascading if statements, how would I use `cond` when the predicates are `and`ed and when I need different behavior in the else cases? On Sat, Sep 14, 2013 at 10:44 AM, Eric Schulte schulte.e...@gmail.comwrote: aditya siram aditya.si...@gmail.com

Re: [O] Jumping from source block to Org block ...

2013-09-15 Thread Eric Schulte
the branches, but this is an exceedingly minor point. I guess any use of cond could easily get overly verbose. Please disregard this suggestion. Cheers, On Sat, Sep 14, 2013 at 10:44 AM, Eric Schulte schulte.e...@gmail.comwrote: aditya siram aditya.si...@gmail.com writes: Attached

Re: [O] [Babel] Parsing source block bug ...

2013-09-14 Thread Eric Schulte
-babel-get-src-block-info) the first #+begin_src will include everything up to the second #+end_src as part of the body. -deech -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Eric Schulte
thing. -deech Cheers, Footnotes: [1] http://git-scm.com/book/en/Git-Branching-Rebasing [2] http://orgmode.org/worg/org-contribute.html -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Jumping from source block to Org block ...

2013-09-14 Thread Eric Schulte
a test which fails without this patch applied that would be icing on the cake. Best, Footnotes: [1] http://orgmode.org/worg/org-contribute.html -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] table as argument to code block : type of the elements

2013-09-13 Thread Eric Schulte
: code_test_simplified : ((name id) hline (name1 034) (name2 135) (name3 1B5)) -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [Babel] Getting Info On Empty Source Block Fails

2013-09-13 Thread Eric Schulte
-block-info)] | (c ((:colname-names) (:rowname-names) (:result-params replace) | (:result-type . value) (:comments . ) (:shebang . ) | (:cache . no) (:padline . ) (:noweb . yes) (:tangle . no) | (:exports . code) (:results . replace) ...) nil 0 882) ` Cheers, -- Eric

Re: [O] Connect to the ssh and execute any command

2013-09-12 Thread Eric Schulte
it is not synchronous. Last process-send-string does not wait for previous... Also I tried set-process-filter but filter just eats password prompt so I could not input password How my task could be implemented without TRAMP? Please help! Regards, Andrey -- Eric Schulte https://cs.unm.edu

Re: [O] setting options to python interpreter for a code block

2013-09-11 Thread Eric Schulte
of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Inline plot with matplotlib

2013-09-09 Thread Eric Schulte
tikz or raw tex output formats, you could use a python code block, e.g., something like the following. #+begin_src python :results latex # Python code to print latex code for a graph #+end_src -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] Outline cycling does not preserve point's position

2013-09-08 Thread Eric Schulte
; This works for me, could you report a minimal recipe for reproduction, and maybe a git bisect commit? Thanks, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D

Re: [O] [BUG] [Babel] Do not try to process inline source in macro templates

2013-09-08 Thread Eric Schulte
Nicolas Girard girard.nico...@gmail.com writes: 2013/9/2 Eric Schulte schulte.e...@gmail.com : I've just pushed up a fix for this issue which should now ignore inline source blocks on lines starting with #+ during export. I don't know if there is a better way than using a regex to detect

Re: [O] running some elisp code when exporting a given file

2013-09-06 Thread Eric Schulte
: entry. Thanks a lot, this was it. Just for completeness, another option may be the following set of header arguments. #+begin_src emacs-lisp :exports results :results none ;; code executed for side effects #+end_src Cheers, -- Eric Schulte https://cs.unm.edu/~eschulte PGP

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