Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-19 Thread Eric Schulte
-element and org-export. This seems like the best choice, rather than go through the trouble of generating extra packages which will quickly be obsolete. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Interweaveing code and results with :session

2012-08-19 Thread Eric Schulte
to implement for someone familiar with ob-R.el. Best, Thanks! Ista -- Eric Schulte http://cs.unm.edu/~eschulte

[O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Eric Schulte
, Footnotes: [1] https://github.com/eschulte/org-ehtml -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Eric Schulte
Jambunathan K kjambunat...@gmail.com writes: Eric Schulte eric.schu...@gmx.com writes: Hi, I'd like to put together an ELPA package for org-ehtml [1], but it has dependencies not only on Org-mode but also on org-export (which is in contrib). Is there a way to require contrib packages

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-17 Thread Eric Schulte
-buffer macro defined. Searching all dot el files in org folder does not show anything neither does C-h f show anything similar. (describe-function 'org-src-in-org-buffer) shows that org-src-in-org-buffer can be found in org-src.el (line 679 in my version). -- Eric Schulte http://cs.unm.edu

Re: [O] Can't tangle inline source code

2012-08-17 Thread Eric Schulte
-)buffer and tangle (C-c C-v t) it. It should generate two files block.el and inline.el, but only the former appears. Regards, -- - Luis Muñiz -- Eric Schulte http://cs.unm.edu/~eschulte

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

2012-08-16 Thread Eric Schulte
careful enough about ensuring that cl-lib was loaded. I've added a number of require statements which should fix the error you pointed out above. Please grab the latest from git, and let me know if these problems persist or any new issues assert themselves. Thanks, -- Eric Schulte http://cs.unm.edu

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

2012-08-16 Thread Eric Schulte
Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Aug 16 2012, Eric Schulte wrote: Every time I edited a block and clicked save, it just deleted the whole block. I got these errors in ~/.elnodelogs/elnode-error: I'm not sure what could be causing this problem. Did the test suite run

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

2012-08-16 Thread Eric Schulte
Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Aug 16 2012, Eric Schulte wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Aug 16 2012, Eric Schulte wrote: Every time I edited a block and clicked save, it just deleted the whole block. I got these errors

Re: [O] [GSoC] Org Merge Driver Update

2012-08-16 Thread Eric Schulte
Andrew Young younga...@gmail.com writes: Hi, On Wed, Aug 15, 2012 at 1:04 PM, Eric Schulte eric.schu...@gmx.com wrote: I'm very excited to start using this merge driver. I've put together an Arch Linux User Repository (aur) package, which can be used by Arch Linux users to install the org

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

2012-08-16 Thread Eric Schulte
free time. My Java Script is not strong, so maybe there is a more inter-operable way to write this file. If anyone has Java Script and JQuery experience and wants to take a look the problem is around line 14 of src/org-ehtml-client.js. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

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

2012-08-16 Thread Eric Schulte
Ista Zahn istaz...@gmail.com writes: On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte eric.schu...@gmx.com wrote: Ista Zahn istaz...@gmail.com writes: Hi Eric, Sounds really cool, I'd love to try it out. But when I run (ert org-ehtml) I get errors like Selector: org-ehtml Passed: 0 Failed

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

2012-08-16 Thread Eric Schulte
notebooks should be fairly easy to implement. Cheers, Best, Best, Ista Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte -- Eric Schulte http://cs.unm.edu/~eschulte -- Eric Schulte http://cs.unm.edu/~eschulte

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

2012-08-16 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: Ugh, this is more headache related to the renaming of all cl-* functions between the released version of Emacs 24 and the development head of Emacs (which I'm using). I've just pushed up a change after which all tests are passing

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

2012-08-15 Thread Eric Schulte
Eric Abrahamsen e...@ericabrahamsen.net writes: On Tue, Aug 14 2012, Eric Schulte wrote: 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

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

2012-08-15 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: With respect to security, elnode has a simple authentication system which seems to work well in my local trials. It has no forms for setting passwords online, so users would have to generate a hash

Re: [O] [GSoC] Org Merge Driver Update

2012-08-15 Thread Eric Schulte
the failed merge. Please let me know if there is any other debug information I can provide. Thanks, Footnotes: [1] http://cs.unm.edu/~eschulte/data/org-merge-driver-20120815-1.src.tar.gz [2] http://cs.unm.edu/~eschulte/data/fruit-test.tar.bz2 -- Eric Schulte http://cs.unm.edu/~eschulte

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

2012-08-15 Thread Eric Schulte
persists you should now see a failing test, and conversely if you are now passing the test suite this problem should be eliminated. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org Build System (aka Makefile)

2012-08-14 Thread Eric Schulte
you find it from your experience and if there are other things that need attending aside from that depth limit. Will do. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] A tidy file maketh a tidy mind?

2012-08-14 Thread Eric Schulte
you most of the way to a clean buffer. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-14 Thread Eric Schulte
) #+end_src This looks good to me, perhaps it should be added to the Worg page on using R with Org-mode? http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html Thanks, Sincerely, Andrew Young -- Eric Schulte http://cs.unm.edu/~eschulte

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

2012-08-14 Thread Eric Schulte
-before-save-hook'. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Org Build System (aka Makefile)

2012-08-13 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: But we certainly shouldn't (and currently aren't?) inhibit the display of any warnings when the default make is run. I was surprised to run make compile-source and see additional warnings which weren't shown during regular make

Re: [O] Tangling is broken in git master

2012-08-13 Thread Eric Schulte
pushed up another version of this commit, which I believe removes cl-labels while still preserving tangling behavior. If you have a chance please re-check tangling with the latest Org-mode. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Tangling is broken in git master

2012-08-13 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: I've just pushed up another version of this commit, which I believe removes cl-labels while still preserving tangling behavior. If you have a chance please re-check tangling with the latest Org-mode. `letrec

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

2012-08-13 Thread Eric Schulte
of elnode's authentication system, or how to have web edits automatically committed to a local version control system. Comments and patches are welcome. Cheers, Footnotes: [1] https://github.com/nicferrier/elnode -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [OT] ELNODE is soon to be released as version 1.0

2012-08-13 Thread Eric Schulte
Org-mode files through the web browser. http://thread.gmane.org/gmane.emacs.orgmode/58773 The elnode relevant portion is located in a single file and only required ~50 LOC to implement. https://github.com/eschulte/org-ehtml/blob/master/src/org-ehtml-server.el Cheers, -- Eric Schulte http

Re: [O] Org Build System (aka Makefile)

2012-08-13 Thread Eric Schulte
From: Eric Schulte eric.schu...@gmx.com Date: Mon, 13 Aug 2012 16:42:59 -0600 Subject: [PATCH] adding elint top-level Makefile target --- Makefile | 1 + targets.mk | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 71e2765..0b9535e 100644 --- a/Makefile +++ b

Re: [O] Org Build System (aka Makefile)

2012-08-12 Thread Eric Schulte
few people (users or developers) are willing to edit make configuration files. Perhaps these elint build options should be used to build when make check is run. If a user is willing to run the test suite they should be willing to endure a slower build for more thorough warnings. Best, -- Eric

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-10 Thread Eric Schulte
for org-babel-default-header-args. Best, I'm running Org-mode version 7.8.10 (release_7.8.10-658-g451191.dirty) Footnotes: [1] http://www.kieranhealy.org/blog/archives/2009/10/12/make-shift-enter-do-a-lot-in-ess/ -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-10 Thread Eric Schulte
://www.kieranhealy.org/blog/archives/2009/10/12/make-shift-enter-do-a-lot-in-ess/ -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] ditaa diagram not as expected

2012-08-07 Thread Eric Schulte
: 7.8.11; ditaa version: 0.9; Emacs version: 24.1.1. Thanks, Richard -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] ob-java error org-babel-execute-src-block: Wrong type argument: characterp, -cp .

2012-08-07 Thread Eric Schulte
for looking into this. Torsten -- Eric Schulte http://cs.unm.edu/~eschulte

[O] Change: no longer automatically evaluate embedded elisp in code block output Was: babel awk with table input: Code block produced no output.

2012-08-06 Thread Eric Schulte
] changing org-babel-string-read to call org-babel-read with inhibit-lisp-eval 't causes *my code* to work. my code *also* works if i say :results output or :results scalar; i will defensively use one of these for my code. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] babel: is it possible to cache #+call executed blocks

2012-08-03 Thread Eric Schulte
thanks to the cached result. #+call: foo(qux) :cache yes #+RESULTS[49bbb37e59694c557889ca8fd4b06fe0d4fb6b25]: foo(qux):cache yes : bar=qux This does not return immediately, because the block must execute. #+call: foo(quxxx) -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] test-ob-sh/session

2012-08-03 Thread Eric Schulte
code blocks should be switched to running emacs-lisp code blocks Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] The problem with `flet' in Org-mode and (future) Emacs 24.2

2012-07-18 Thread Eric Schulte
on the version of Emacs in use. With this patch I am able to successfully compile Org-mode on both trunk and Emacs 24 (I haven't tried on older versions). Best, From 8687829d88513dd4af0eb254a0e0b0a28f4263d0 Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Wed, 18 Jul 2012 07:35:46

Re: [O] The problem with `flet' in Org-mode and (future) Emacs 24.2

2012-07-18 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: This attached alternate patch introduces two new compatibility macros named `org-flet' and `org-labels' in org-macs.el. These macros are aliased to the appropriate cl macro depending on the version of Emacs in use. Wouldn't you

Re: [O] Emacs starter kit

2012-07-16 Thread Eric Schulte
Vikas Rawal vikasli...@agrarianresearch.org writes: There are multiple versions of Emacs Starter Kit. The two main versions that I currently see are one maintained by Eric Schulte (http://eschulte.me/emacs24-starter-kit/) and the other maintained by Phil Hagelberg (https://github.com

Re: [O] preserve trailing zeros in table output from shell script

2012-07-15 Thread Eric Schulte
control over the table. For example, #+begin_src sh :results output org :exports results cat EOF | 1. | 22.000 | | 333.00 | .0 | EOF #+end_src Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [dev] Org inline src block not being triggered in org-export.el

2012-07-10 Thread Eric Schulte
. --- -- groff output -- .AR Org User .TL testinline .AU Luis Anaya .ND 2012-07-10 .MT 0 .H 1 Test .P Verbage verbage verbage verbage verbiage verbiage verbiage. -- I ran it without the []'s and the results are the same. Nothing is showing up. ?? -- Eric Schulte http://cs.unm.edu

Re: [O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Eric Schulte
]) #+END_SRC Any ideas? Thanks a lot, Johannes -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] #+CAPTION: Not being protected when they are used with #+begin_src

2012-07-07 Thread Eric Schulte
gnuplot :file salida.pic set term gpic plot sin(x) #+end_src #+CAPTION: gnuplot drawing #+RESULTS: gnuplot-drawing [[file:salida.pic]] --8---cut here---end---8--- Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] R and babel on Windows problem

2012-07-06 Thread Eric Schulte
the command. Maybe the shell it uses can't handle the tilde? Best, p.s., I'm jumping into this thread part way through and didn't read all of the back-log, so I apologize if I'm repeating previous advice. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] R and babel on Windows problem

2012-07-06 Thread Eric Schulte
to 64bit setup and making sure to include the right arguments to the R command. Yes, please do add this to worg. If it will help others who run into this same issue it will definitely be worthwhile. Thanks, John -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] export of table with inline source blocks

2012-07-05 Thread Eric Schulte
formulas. Using spreadsheet formulas the `sbe' function may be used to execute code blocks from table cells. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [BUG] babel call lines broken

2012-07-05 Thread Eric Schulte
, From 9e0e55e0ee2c933de476ca869910c3279df62675 Mon Sep 17 00:00:00 2001 From: Eric Schulte eric.schu...@gmx.com Date: Thu, 5 Jul 2012 07:47:32 -0600 Subject: [PATCH] only try to insert extant hashes * lisp/ob-lob.el (org-babel-lob-execute): Only try to insert extant hashes. --- lisp/ob-lob.el | 2

Re: [O] R and babel on Windows problem

2012-06-30 Thread Eric Schulte
interface. Might be worth a bug report. I just pushed up a change which defines the `org-babel-R-command' variable using a defcustom, so it should now be customizable. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-27 Thread Eric Schulte
is bziped though it is small enough. --- WBR, Vladimir Lomov -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] text to plain list

2012-06-22 Thread Eric Schulte
on the second item after that you may continue pressing e to re-run the macro, or run the macro any number of times with a numeric prefix argument. This does however require some regularity in your list items. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [PATCH] ob-R.el, redundant list

2012-06-19 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: Aloha all, I noticed a redundant list of R device header arguments in ob-R.el. The attached patch removes the redundant list, along with two setq's that appeared to be unnecessary. All the best, Tom Applied, Thanks! -- Eric Schulte http

Re: [O] [PATCH] Re: [BUG] [babel] R graphics header arg :units

2012-06-19 Thread Eric Schulte
120 #+BEGIN_SRC R :results graphics :file test.png x - c(1,2,3,4,5) y - x plot(x,y) #+END_SRC All the best, Tom Applied, Thanks Tom -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [BUG?] Strange effect of noweb name collision on LaTeX export

2012-06-08 Thread Eric Schulte
that they aren't mistaken for label anchors. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Error while editing sh source code.

2012-06-08 Thread Eric Schulte
somewhere in your personal configuration. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov Sent: Wednesday, June 06, 2012 6:06 PM To: 'Eric Schulte' Cc: emacs-orgmode@gnu.org Subject: Re: [O

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte Sent: Wednesday, June 06, 2012 2:02 PM To: Mikhail Titov Cc: emacs-orgmode@gnu.org; 'henry atting'; 'Eric

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
be possible to use `default-directory'. The ansi-color-process-output stuff sounds like something that octave-mode should be taking care of, i.e., not something directly related to Org-mode. Sorry I can't be of more assistance. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] python/babel inline images

2012-06-06 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte Sent: Tuesday, June 05, 2012 9:57 AM To: henry atting Cc: emacs-orgmode@gnu.org Subject: Re: [O] python

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-06 Thread Eric Schulte
you convert the above into a patch which we could apply to ob-sh? P.S. I feel like I'm hijacking the thread M. I am certainly not the OP, but I don't mind, these varied topics all seem important. Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] python/babel inline images

2012-06-06 Thread Eric Schulte
to something in your configuration. Do you still notice this problem when launching emacs with the -Q option. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [PATCH] Re: [babel] Relative path for dir header argument

2012-06-05 Thread Eric Schulte
it. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] python/babel inline images

2012-06-05 Thread Eric Schulte
If you want to explicitly pass the current directory to your code block as an argument, you could try something like the following #+begin_src python :var mydir=(file-name-directory (buffer-file-name)) return mydir #+end_src Hope this helps, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] Why #+name: is not a member of params?

2012-06-05 Thread Eric Schulte
of the formal spec (i.e., cheating) and could change. #+name: foo #+begin_src emacs-lisp (nth 4 info) #+end_src #+RESULTS: foo : foo Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] How to export both Asymptote code and its result

2012-05-30 Thread Eric Schulte
24.1.50.1 (compiled from BZR trunk) Org-mode version 7.8.11 (=release_7.8.11-18-g244331 @ /usr/share/emacs/site-lisp/org/=) --- WBR, Vladimir Lomov -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel, patch] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-30 Thread Eric Schulte
not catch EOE from matlabShell on MS Windows Eric Schulte writes: Thanks for sending along the patch and the variable re-definition. If I understand correctly then the patch should be applied for any system, but the variable definition need only be applied on windows systems

Re: [O] org-babel clojure support outdated/not working

2012-05-29 Thread Eric Schulte
:package params))) to evaluate a snippet of clojure code returning a string of the results. If you come up with a patch to ob-clojure.el please do share it on this list. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] open a source code

2012-05-28 Thread Eric Schulte
' variable to change this behavior. The following should be close to what you're after. (setq org-src-window-setup 'current-window) Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Why doesn't this calc org-babel code work?

2012-05-28 Thread Eric Schulte
calc foo := 5 foo + 5 = #+END_SRC #+RESULTS: : foo + 5 = foo + 5 What I'd like, obviously, is for it to result in: #+RESULTS: : foo + 5 = 10 I guess I really don't understand how calc support works in org-babel. Could someone enlighten me? -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel, patch] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-28 Thread Eric Schulte
that matlab/octave code blocks are still functional on a GNU/Linux machine after the above patch and redefinition have been applied? I do not use octave/matlab myself and can't verify this. If they don't break anything I'm happy to apply these patches. Thanks, -- Eric Schulte http://cs.unm.edu

Re: [O] source code folding

2012-05-28 Thread Eric Schulte
, but the `org-hide-block-toggle' command does perform this action, and you could assign it a keybinding in your personal config to make it easy to call. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Language identifiers

2012-05-21 Thread Eric Schulte
-modes' which may be used to explicitly associate particular language identifiers with particular modes, so if for example you prefer to use email to mail you can simply add the following to your config. ;; emacs-lisp (add-to-list 'org-src-lang-modes (cons email mail)) Best, -- Eric

Re: [O] Babel and capitalization

2012-05-21 Thread Eric Schulte
. Add the following to your config ;; -*- emacs-lisp -*- (setq org-babel-capitalize-examplize-region-markers t) and the latest version of Org-mode will insert capitalized versions of all begin/end example delimiters. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] How to get to work non-interactive publishing?

2012-05-21 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte Sent: Saturday, May 19, 2012 5:39 PM To: Mikhail Titov Cc: emacs-orgmode@gnu.org Subject: Re: [O] How

Re: [O] How to get to work non-interactive publishing?

2012-05-19 Thread Eric Schulte
Mikhail Titov m...@gmx.us writes: On 05/18/2012 07:19 AM, Eric Schulte wrote: I can publish project if I don’t use –-batch . So the following works just fine: emacs -nw --eval '(org-publish-project myproj)' However nothing happens if I try emacs --batch --eval '(org-publish-project myproj

Re: [O] [babel] java headless support is missing for most graphing languages

2012-05-19 Thread Eric Schulte
server. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Code blocks in lists?

2012-05-19 Thread Eric Schulte
initially, when exporting README.org to HTML. Github uses a ruby library named org-ruby to export, it is an entirely separate export implementation. OK. Best regards, Seb -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [babel] java headless support is missing for most graphing languages

2012-05-19 Thread Eric Schulte
. I'm not sure which other languages would benefit from such an option, but I agree that each java language should provide a way to pass command line options to the java executable. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] How to get to work non-interactive publishing?

2012-05-18 Thread Eric Schulte
. For a complete working example see the replication materials at http://www.jstatsoft.org/v46/i03. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
config loaded and without my personal config loaded). Could you try to reproduce the problem using Emacs -Q to see if the issue lies somewhere in your configuration? Thanks, Best regards, Seb -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
during export. I've just pushed up a fix, please let me know if you continue to have problems. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Code blocks in lists?

2012-05-18 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Nicolas and Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Nicolas Goaziou wrote: Sebastien Vauban writes: As demonstrated by the following ECM, it seems that I can't put code blocks inside lists. I

Re: [O] org-babel-parse-src-block-match params parse bug

2012-05-16 Thread Eric Schulte
, and thanks for pointing this out. Best, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] Using Org for a dissertation

2012-05-12 Thread Eric Schulte
/force.html [2] http://gitweb.adaptive.cs.unm.edu/dissertation.git/tree [3] http://gitweb.adaptive.cs.unm.edu/dissertation.git/blob_plain/HEAD:/Makefile [4] http://www.jstatsoft.org/v46/i03 [5] https://github.com/eschulte/org-mode-jss/blob/master/init.el -- Eric Schulte http://cs.unm.edu

Re: [O] (no subject)

2012-05-11 Thread Eric Schulte
-babel-expand-body:sql body params))) (message command) (shell-command command) (if (or (member scalar result-params) -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Feedback on org-collector Worg page

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

Re: [O] Babel, gnuplot, post processing

2012-05-11 Thread Eric Schulte
code block before it is run. See the relevant manual chapter for more information. http://orgmode.org/manual/Working-With-Source-Code.html Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [babel] [BUG] table with header line as parameter

2012-05-11 Thread Eric Schulte
between working state and broken state, but apparently I did. So, in the end, =git bisect= now told me the responsible commit: , | fb7ebd2dae66a7b42aecff695fe40461a33a76ed is the first bad commit | commit fb7ebd2dae66a7b42aecff695fe40461a33a76ed | Author: Eric Schulte eric.schu

Re: [O] [babel] export of inline source with wrapped results

2012-05-08 Thread Eric Schulte
} call. And the LaTeX export of this is #+begin_latex Here is an example :RESULTS: inline:END: call. #+end_latex Is this a known bug? Regards, Andreas What would you expect to see? I don't it was ever anticipated that anyone would wrap inline results. Best, -- Eric Schulte http

Re: [O] [babel] problem with colnames

2012-05-08 Thread Eric Schulte
| Regards, Andreas It almost seems like there should be two columnames options, one for input and one for output. This would add complexity but would make use cases like yours above feasible. Does this sound reasonable? Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Eric Schulte
. Is this function also useful to others? I'm not a long-time Emacs lisp hacker, so any comment is welcome. Has anyone an idea for a reasonable keybinding for org-insert-code-block which is not already taken by org-mode? Thanks in advance. Best regards, Florian -- Eric Schulte http://cs.unm.edu

Re: [O] Gather properties for use by babel source block?

2012-05-07 Thread Eric Schulte
then be fed as the argument to a source code block. Hope this helps, Footnotes: [1] http://orgmode.org/worg/org-contrib/org-collector.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [BUG] [babel] evaluation disabled completely with no-export

2012-05-06 Thread Eric Schulte
: emacs 24.1.50, org-mode 7.8.09 -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Can I export from org mode to org mode?

2012-05-04 Thread Eric Schulte
this together with the `org-sparse-tree' to limit your view by regexp, tags or properties before refiling; that way the file will appear less big and hairy as you work. Good luck! -WGG -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Auto-fill-mode with code sections

2012-05-04 Thread Eric Schulte
of any kind is strictly prohibited. If you are not the intended recipient, please contact the sender via reply e-mail and destroy all copies of the original message. Thank you. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-04 Thread Eric Schulte
to help with it. :-D Good :) -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Org-mode as a Quantified Self platform

2012-04-30 Thread Eric Schulte
analysis and plotting. Best, Footnotes: [1] http://orgmode.org/worg/org-contrib/org-collector.html [2] http://orgmode.org/manual/The-spreadsheet.html [3] http://orgmode.org/manual/Working-With-Source-Code.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Bug: babel results: output wrong location [7.8.09]

2012-04-28 Thread Eric Schulte
-maybe) org-babel-load-languages '((emacs-lisp . t) (sh . t) (R . t) (js . t) (latex . t) (octave . t) (ditaa . t) (org . t) (perl . t) (python . t) (matlab . t)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] [OT] mail integration, advice?

2012-04-28 Thread Eric Schulte
Rasmus ras...@gmx.us writes: Eric Schulte eric.schu...@gmx.com writes: Myles English mylesengl...@gmail.com writes: Matt, On Thu, 26 Apr 2012 09:47:40 -0400, Matt Price said: So, I'm wondering what solutions other org users have settled on. I use gnus, offline imap, dovecot

Re: [O] mail integration, advice?

2012-04-27 Thread Eric Schulte
servers. It sounds like dovecot and offline-imap could solve both of these problems. Was the offline-imap/dovecot combo difficult to configure? Are there perhaps online instructions to which you could direct me? FWIW I also use Arch as my OS. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] mail integration, advice?

2012-04-27 Thread Eric Schulte
Myles English mylesengl...@gmail.com writes: Hi Eric, On Fri, 27 Apr 2012 09:34:46 -0400, Eric Schulte said: Myles English mylesengl...@gmail.com writes: I use gnus, offline imap, dovecot, notmuch, msmtp, bbdb3. And org-mode capture including links to emails works fine

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