Re: [O] A presentation tool for org-mode

2011-12-16 Thread Eric Schulte
for your comments. Best regards, Takaaki Ishikawa @takaxp Footnotes: [1] https://raw.github.com/eschulte/epresent/master/present.org [2] https://github.com/eschulte/epresent [3] http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [BABEL,PATCH] Add graphical output to ob-octave

2011-12-17 Thread Eric Schulte
#+begin_src octave :exports results :results silent :var s='nil ans = s #+end_src + + +* Graphical tests +#+begin_src octave :results graphics :file chart.png +sombrero; +#+end_src + +#+begin_src octave :session +sombrero; +#+end_src -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Org-babel / Clojure

2011-12-19 Thread Eric Schulte
. http://elpa.gnu.org/packages/;) (marmalade . http://marmalade-repo.org/packages/;))) (package-initialize) #+end_src Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Orthogonality of blocks

2011-12-27 Thread Eric Schulte
on the page. The display css style would be relevant here. Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2011-12-27 Thread Eric Schulte
the above helps, please let me know if I have been unclear or if you have any other questions. I look forward to your patch! Cheers, With kind regards, Marc-Oliver Ihm -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Orthogonality of blocks

2011-12-27 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. (...) Note that what you

Re: [O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-28 Thread Eric Schulte
. Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Problem with noweb-ref property

2011-12-29 Thread Eric Schulte
than fast performance. I've just pushed up a patch which fixes the bug you've described, and hopefully doesn't slow down the tangling process too significantly. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Problems exporting org-babel to HTML

2011-12-29 Thread Eric Schulte
set xrange [0:15] set xtics 0,1,15 plot data using 1 title 'Expected' linestyle 1 with lines, \ data using 2 title 'Actual' linestyle 2 with lines #+end_src #+results: [[file:test_chart.png]] /org_file Thanks for a wonderful piece of software and for your time. marco -- Eric Schulte

Re: [O] About the use of PROPERTY meta lines...

2012-01-02 Thread Eric Schulte
: bar. Best regards, Seb -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] inline src_R also in latex src block

2012-01-02 Thread Eric Schulte
-- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel] noweb with ob-screen??

2012-01-02 Thread Eric Schulte
there any many small examples located at http://eschulte.github.com/org-scraps/ Best -- Eric Thanks a lot Torsten Cc. Sorry all this is written down from memory on my smartphone and hence no code examples and maybe wrong syntax. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Problem with noweb-ref property

2012-01-02 Thread Eric Schulte
, Dec 29, 2011 at 16:51, Eric Schulte eric.schu...@gmx.com wrote: Tomas Grigera tgrig...@gmail.com writes: Hi list, This is my first post, so just let me say first that I have been using org-mode for 10 months or so and I love it. It's an exceptional package, and before I ask my question I would

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
)) (setq partial nil)) (setq last ch)) (string-to-list string)) (nreverse (cons (apply #'string (nreverse partial)) lst) Best, Martyn -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Eric Schulte eric.schu...@gmx.com writes: Martyn Jago martyn.j...@btinternet.com writes: Martyn Jago martyn.j...@btinternet.com writes: [...] The problem appears to be associated with the way `member' works: - on Emacs 23+ the following

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte eric.schu...@gmx.com writes: Great, both the test case and a fixed version of this function are now applied to the git repository. You've pushed it to both maint and master? Yes, I'm now pushing bug-fix commits to maint as well as master

Re: [O] [babel][bug] org-babel-balanced-split (with Emacs-22)

2012-01-03 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte eric.schu...@gmx.com writes: Yes, I'm now pushing bug-fix commits to maint as well as master. That way you duplicate the commit (the same change now has two ID). I think it would be preferrable to push bugfixes to maint and then merge maint

Re: [O] [patch] Add test-run capability to Makefile

2012-01-04 Thread Eric Schulte
to apply this to the test suite, but I don't know which four tests rely upon htmlize. Cheers, Achim. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] About the use of PROPERTY meta lines...

2012-01-05 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric and all, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Properties #+AUTHOR:Seb Vauban #+PROPERTY: var foo=1 #+PROPERTY: var+ bar=2 * Abstract IIUC, properties are set in this way

Re: [O] [patch][babel] Fix for bug in ob-emacs-lisp.el

2012-01-05 Thread Eric Schulte
, Martyn Applied, thanks -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [patch][babel] test fix - was: Add test-run capability to Makefile

2012-01-05 Thread Eric Schulte
bad for leaving dirty test data)! [...] This patch seems to have been overlooked, and is still failing - my bad for tagging it to the end of this thread. Here it is again just in case. Applied, Thanks Best, Martyn -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Including source when exporting in PDF

2012-01-05 Thread Eric Schulte
included #+Author: Eric Schulte #+LaTeX_Header: \usepackage{attachfile2} A tiny latex file with the source attached. #+LaTeX: \attachfile{with-the-source.org} Thanks for sharing this idea! Cheers! -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
-remove-result' correctly removes the result. Best, Martyn -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
if someone tries to set it again somewhere in the file. No, currently *all* properties are set in the same way regardless of their name, and I think this is a simplification worth keeping. Best, Torsten On 01/06/2012 04:28 PM, Eric Schulte wrote: Sebastien Vaubanwxhgmqzgw...@spammotel.com

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
an error message if someone tries to set it again somewhere in the file. Torsten On 01/06/2012 04:28 PM, Eric Schulte wrote: Sebastien Vaubanwxhgmqzgw...@spammotel.com writes: Hi Eric and all, Eric Schulte wrote: Sebastien Vaubanwxhgmqzgw...@spammotel.com writes: #+TITLE: Properties

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Eric Schulte eric.schu...@gmx.com writes: Hi Eric Hi Martyn, Unfortunately there is no way to remove raw results because there is no way to know where the results end. While your patch will certainly work most of the time, it will not work

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
Applied, Thanks, Martyn Jago martyn.j...@btinternet.com writes: Hi Eric Eric Schulte eric.schu...@gmx.com writes: [...] All the tests supplied with the exception of `test-ob/org-babel-remove-result--results-raw' will still pass without the change. Alright, would you be willing

Re: [O] [PATCH] Documentation of :results wrap

2012-01-08 Thread Eric Schulte
Applied, Thanks, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, The attached patch to the Org mode manual describes the current behavior of :results wrap. All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Eric Schulte
using 1:2:3:4:5 with candlesticks #+end_src Best, What is the problem here? At least the second method should end up in an error message or a file with content I guess. 1. http://en.wikipedia.org/wiki/Boxplot -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Eric Schulte
Karl Voit devn...@karl-voit.at writes: Hi Eric! * Eric Schulte eric.schu...@gmx.com wrote: In more complex examples like these I would recommend using a gnuplot code block rather than using Org-plot. Thought so. Thanks for confirmation. Gnuplot has an extremely comprehensive built

Re: [O] [PATCH] Add :special header argument

2012-01-08 Thread Eric Schulte
4)) #+end_src #+results: #+BEGIN_schulte | 1 | 2 | | 3 | 4 | #+END_schulte From 45b2335d5c6fba995ffe6556e5a1c9112ea392af Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Sun, 8 Jan 2012 12:54:13 -0700 Subject: [PATCH] introduce new :wrap header argument for wrapping

Re: [O] :noweb header argument

2012-01-10 Thread Eric Schulte
All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [PATCH] Revise manual entry for :noweb no

2012-01-10 Thread Eric Schulte
Applied, Thanks, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, The attached patch to the manual is intended to make the description of :noweb no conform to its behavior. All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Capitalisation and good taste ?

2012-01-10 Thread Eric Schulte
. That said I'm happy that Org-mode is forgiving enough to allow me to lowercase most of my keywords locally. Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread Eric Schulte
(i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Regards This same issue was raised recently on the mailing list and (I believe) a patch has been pushed to the git repository. Would you mind checking if the problem persists in the git head? Thanks, -- Eric Schulte http://cs.unm.edu

Re: [O] :noweb header argument

2012-01-11 Thread Eric Schulte
header argument. If I could be so bold as to impose on you for a correlate documentation patch... :) -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [PATCH] Manual edit for :noweb no-export

2012-01-11 Thread Eric Schulte
Applied, Thanks, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, Attached please find subject patch. All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
a patch which will change to inserting #+RESULTS: by default as well as a user-configurable variable which can be used to customize this behavior. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
| | Documentation: | Keyword used to name results generated by code blocks. | Should be either RESULTS or NAME however any capitalization may | be used. | | You can customize this variable. | | [back] ` Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [PATCH] Re: Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
Fantastic, I've just applied this patch, Thanks t...@tsdye.com (Thomas S. Dye) writes: Aloha all, The attached patch to the manual includes information on the RESULTS keyword. All the best, Tom Eric Schulte eric.schu...@gmx.com writes: I'm going to push up a patch which will change

Re: [O] [PATCH] :wrap header documentation

2012-01-11 Thread Eric Schulte
, Tom t...@tsdye.com (Thomas S. Dye) writes: Eric Schulte eric.schu...@gmx.com writes: Achim Gratz strom...@nexgo.de writes: t...@tsdye.com (Thomas S. Dye) writes: The attached patch defines a new header argument, :special, which wraps the results of Org babel source block execution

Re: [O] Rsquared for reproductible research

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

Re: [O] Rsquared for reproductible research

2012-01-12 Thread Eric Schulte
for further work! Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] org-babel order of evaluation

2012-01-12 Thread Eric Schulte
results in the creation of a debug file in the same directory reading; , | one | two | three ` Thanks for bringing this up, rick -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Bug: ob-clojure.el depends on deprecated swank-clojure [7.7]

2012-01-12 Thread Eric Schulte
org-babel-exp-src-block nil)                      (comment org-export-blocks-format-comment t)                      (ditaa org-export-blocks-format-ditaa nil)                      (dot org-export-blocks-format-dot nil))  ) -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Bug: ob-clojure.el depends on deprecated swank-clojure [7.7]

2012-01-13 Thread Eric Schulte
org-babel and clojure working together. His dotfiles are at https://github.com/stuartsierra/dotfiles On Fri, Jan 13, 2012 at 1:09 AM, Eric Schulte eric.schu...@gmx.com wrote: I personally no longer use Clojure (having graduated to Common Lisp :)) so I'm not abreast of the current Clojure

Re: [O] Bug: ob-clojure.el depends on deprecated swank-clojure [7.7]

2012-01-13 Thread Eric Schulte
this clojure code block (state) on your system? (y or n) executing Clojure code block (state)... ( #'user/*state*) On Fri, Jan 13, 2012 at 2:48 PM, Eric Schulte eric.schu...@gmx.com wrote: Alright, if you load ob-clojure.el and then evaluate the following to over-ride the existing

Re: [O] automatic tangle

2012-01-14 Thread Eric Schulte
not sure if there exists a need for this aside from tangling. Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-14 Thread Eric Schulte
for automated support. Best, kind regards, Yu -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel] org mode tables and tangling

2012-01-14 Thread Eric Schulte
==/ Is such a mode of tangling already available for R? Best, Andreas -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] :noweb header argument

2012-01-14 Thread Eric Schulte
as arbitrary #+HTML and #+LATEX lines can be used in Org-mode. Best, Footnotes: [1] http://orgmode.org/worg/org-contrib/babel/uses.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] :noweb header argument

2012-01-15 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: Eric Schulte eric.schu...@gmx.com writes: As I recall this was originally implemented and then later removed because it was causing more confusion and problems than it was worth. I hope it hasn't crossed the line of existence more than once. At some

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2012-01-15 Thread Eric Schulte
babel and org have made the task of keeping together all aspects of development; from user documentation to implementation and (of course !) organisation. This has made my coding even more fun ! Footnotes: [1] http://www.emacswiki.org/emacs/ColumnMarker -- Eric Schulte http://cs.unm.edu

Re: [O] [BUG] ORG-LIST-END-MARKER when exporting from within a babel block with an exclude or include tag

2012-01-16 Thread Eric Schulte
emacs-lisp :exports results :var buffer-file-name=(buffer-file-name) (let ((org-export-babel-evaluate nil)); don't evaluate in 'recursive' exports (org-export-as-ascii org-export-headline-levels nil nil 'string)) #+END_SRC -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] :noweb no-export

2012-01-16 Thread Eric Schulte
on export to LaTeX, as expected. If :exports both, then the noweb references are expanded on export to LaTeX. All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Minimal overhead Org-mode blogging system

2012-01-17 Thread Eric Schulte
] http://gitweb.adaptive.cs.unm.edu/wiki.git/tree/HEAD:/data -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Eric Schulte
should provide the desired functionality. #+Property: wrap results #+BEGIN_SRC emacs-lisp :exports results '((1 2 3 4) (5 6 7 8)) #+END_SRC #+results: #+BEGIN_results | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | #+END_results Best, rick -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-19 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte eric.schu...@gmx.com writes: Well maybe we should roll back this change. Please don't. _That_ would be a regression. I'll wait to see if Nicolas has a solution which is both functional and conforms to the Org-mode wide

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-19 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Hi Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte eric.schu...@gmx.com writes: Well maybe we should roll back this change. Please don't. _That_ would be a regression. These changes /have/ caused a software regression

Re: [O] functions from cl package called at runtime

2012-01-19 Thread Eric Schulte
))) abf3060e lisp/ob.el (flet ((intersection (as bs) abf3060e lisp/ob.el (intersection (cdr as) bs) abf3060e lisp/ob.el (intersection (case context These may need to be revised... Regards, Achim. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] functions from cl package called at runtime

2012-01-19 Thread Eric Schulte
, in looking at gensym it seems it also doesn't quite deliver on its promises. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [bug] :eval header argument ignored in the #+call: block

2012-01-20 Thread Eric Schulte
* evaluation. Cheers, --Leo -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [BABEL,PATCH] Map screen language to shell-script-mode

2012-01-20 Thread Eric Schulte
screen :session create-tmpdir + mkdir -p $TMPDIR + cd $TMPDIR +#+end_src -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [bugs] Export to HTML requires issuing org-babel-execute-buffer; results replace fails

2012-01-23 Thread Eric Schulte
-export4.org, but the other examples behave in a similar fashion. --Leo -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] org-babel functions for Io evaluation

2012-01-23 Thread Eric Schulte
, and session support) as I'm still learning org-mode from developer perspective, but if you're interested, I'd be happy to contribute it. Best regards, Andrzej Footnotes: [1] http://orgmode.org/worg/org-contribute.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] How to include comments on export? org-exp-blocks.el?

2012-01-23 Thread Eric Schulte
see Eric Schulte did some work on this and that somehow it ended up (I think) as part of what you could do using the org-exp-blocks addon. But I'm not sure how you actually use it. Can someone give an example of how org-exp-blocks (or anything else) could be used to export comment blocks

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-23 Thread Eric Schulte
an unresolved ... construct). kind regards, Yu 2012/1/14 Eric Schulte eric.schu...@gmx.com: Yu yu_...@gmx.at writes: Hello! I was wondering, if there is a way to get warnings for typos (e.g. when specifying invalid properties or header arguments). It can just easily happen that I mix up e.g

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-23 Thread Eric Schulte
Fixed. Thanks, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: there are two related functions which should help. ,[org-babel-view-src-block-info] bound to C-c C-v I | org-babel-view-src-block-info is an interactive Lisp function in | `ob.el

Re: [O] org-babel order of evaluation

2012-01-23 Thread Eric Schulte
Leo Alekseyev dnqu...@gmail.com writes: On Thu, Jan 12, 2012 at 7:52 PM, Rick Frankel r...@rickster.com wrote: On Thu, Jan 12, 2012 at 06:07:41PM -0700, Eric Schulte wrote: Rick Frankel r...@rickster.com writes: Turns out it was not that difficult to change this behavior.  You and Leo

Re: [O] Is it possible to include #+call lines in HTML export?

2012-01-23 Thread Eric Schulte
-babel-exp-call-line-template \n: call: %line) Best, --Leo -- Eric Schulte http://cs.unm.edu/~eschulte/

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

2012-01-23 Thread Eric Schulte
, Regards, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] (no subject)

2012-01-23 Thread Eric Schulte
if named block doesn't exist -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] string joining accumulated noweb references Was: (no subject)

2012-01-23 Thread Eric Schulte
Tom Regner t...@goochesa.de writes: Eric Schulte eric.schu...@gmx.com writes: I'd rather not change the default silently in this way. I understand that. My apologies, now that I understand the issue I see that the current behavior is most likely confusing and I agree with your original

Re: [O] [bugs] Export to HTML requires issuing org-babel-execute-buffer; results replace fails

2012-01-23 Thread Eric Schulte
Leo Alekseyev dnqu...@gmail.com writes: On Mon, Jan 23, 2012 at 11:58 AM, Eric Schulte eric.schu...@gmx.com wrote: Leo Alekseyev dnqu...@gmail.com writes: Since all source blocks are evaluated on export, I don't think it should be necessary to issue org-babel-execute-buffer before invoking

Re: [O] string joining accumulated noweb references

2012-01-23 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte eric.schu...@gmx.com writes: I just pushed up a new customization variable named `org-babel-noweb-separator' which is used to join multiple accumulated noweb references like the above. The value defaults to a newline giving the same

Re: [O] [babel][patch] provide consistent result removal (type `wrap')

2012-01-24 Thread Eric Schulte
thought it would be) and re-ran the test suite to many new failures. Could you resubmit? Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel][patch] provide consistent result removal (type `wrap')

2012-01-24 Thread Eric Schulte
...@btinternet.com writes: Patch to fix `org-babel-result-end' command to provide consistent result removal where result is type `wrap' . -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] org mode in press

2012-01-27 Thread Eric Schulte
it. Congratulations! Nick -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [bugs] Export to HTML requires issuing org-babel-execute-buffer; results replace fails

2012-01-27 Thread Eric Schulte
to be applied to call lines, which can then be used to identify their results and locate their results remotely in the buffer. If this sounds like a good way forward then I'll put it on my queue for some time in the when-I-have-more-time future. :) Best, --Leo -- Eric Schulte http

Re: [O] [babel]Skip comments on code blocks on export?

2012-01-27 Thread Eric Schulte
be great for this purpose. Or is there another way of handling this issue? Rainer -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [Babel] [PATCH] Customize regular expression to match noweb references

2012-01-27 Thread Eric Schulte
)) (save-match-data (setf source-name (match-string 1))) (save-match-data (setq evaluate (string-match \(.*\) source-name))) (save-match-data -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-27 Thread Eric Schulte
). This should now be fixed. Best, Best, Andreas -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Tangling text files

2012-01-27 Thread Eric Schulte
, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] org mode in press

2012-01-28 Thread Eric Schulte
for people who encounter org for the first time. Could you be more specific here? It might be obvious to others, but I don't understand what you mean by proper fontification. All the best, Tom Keep up the excellent work!! Christian On 2012-01-27 23:43, Eric Schulte wrote

Re: [O] org mode in press

2012-01-28 Thread Eric Schulte
, especially for people who encounter org for the first time. Keep up the excellent work!! Thanks!, Christian On 2012-01-27 23:43, Eric Schulte wrote: Hopefully this will serve as the canonical introduction to working with code blocks in Org-mode. As we acknowledge in the paper

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-30 Thread Eric Schulte
with and submits patches. It is worthwhile to review the text of a patch before submitting because often trivial things like changed indentation can add many lines to a patch file hiding the actual code changes. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel] #+call-line removes hlines and headings ?

2012-01-30 Thread Eric Schulte
block as a variable. In this case the 'hlines are stripped when the table passes into the ephemeral code blocks. Hope the above is more illuminating that confusing, -- Eric Schulte http://cs.unm.edu/~eschulte/

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

2012-01-30 Thread Eric Schulte
). king regards, Yu Footnotes: [1] http://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-30 Thread Eric Schulte
care of multipli occuring warnings and a single warning is more clear by far then several warnings). king regards, Yu 2012/1/30 Eric Schulte eric.schu...@gmx.com: Yu yu_...@gmx.at writes: I tried my test file just again with a fresh pull from git: :  `cat file1 file2' now expands

Re: [O] [bug] Problem when tangling into LaTeX

2012-01-30 Thread Eric Schulte
. Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Feature request for noweb mode that strips references on export

2012-02-01 Thread Eric Schulte
for would be called :noweb export-strip or something like that. -- Avdi Grimm http://avdi.org -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Feature request for noweb mode that strips references on export

2012-02-01 Thread Eric Schulte
, and/or a feature that could be easily added? I've just added tested and documented such a strip-export argument to :noweb. Please let me know if it doesn't work as you expected. Best, Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] noweb-ref: Limiting scope of definitions?

2012-02-01 Thread Eric Schulte
be relevant only when deciding whether to apply an explicitly introduced :noweb-prefix. This does seem like a good idea and a header argument such as :noweb-prefix is certainly the way to implement such functionality. I'll add this to my long term stack. Best, -- Eric Schulte http://cs.unm.edu

Re: [Orgmode] Re: Embedded code

2011-01-28 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric and Ido, Ido Magal wrote: I've gotten the fix and am trying to verify it, however I keep seeing File local-variables error: (invalid-function org-save-outline-visibility) I'm not sure if it's relevant or not. This is my test

Re: [Orgmode] org-latex and figures

2011-01-28 Thread Eric Schulte
Hi, This seems like it should be easily customizable. I've replaced the hardcoded htb values with `org-latex-default-figure-position' a new defcustom variable which can be customized to change this behavior. Please pull the latest from git, try it out and let me know if you run into any

Re: [Orgmode] [bug] [babel] results eat up following text

2011-01-29 Thread Eric Schulte
Hi Eric, Thanks for catching this issue. It turns out this was a result of adding lists as supported output types, the code block thinks that the enclosing list is the results list, and deletes it before inserting new results. Luckily this was a quick 2-character change, which has been

Re: [Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-03 Thread Eric Schulte
Dan Davison dandavis...@gmail.com writes: Loris Bennett loris.benn...@fu-berlin.de writes: Erik Iverson er...@ccbr.umn.edu writes: Loris Bennett wrote: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are

Re: [Orgmode] Re: Fontification of blocks

2011-02-03 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric(s), Dan all, Sébastien Vauban wrote: Eric Schulte wrote: I think that adding a new block delimiter face which inherits from the org-meta face as you've suggested is the way to go. I would recommend however that rather than

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Eric Schulte
Mark Elston m_els...@comcast.net writes: On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Eric Schulte
___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode Footnotes: [1] org script #!/bin/sh # -*- mode: shell-script -*- # org --- Calls Org-mode from the command line: # # Author: Eric Schulte

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