Re: [O] remote execution in heterogeneous environment

2012-12-21 Thread Michael Albinus
Bastien writes: > Hi Michael, Hi everybody, > From the org-mode repo, simply run "make test": it will compile the > files and run the test suite. I could reproduce the problem. Finally, it is an error in `process-file', which wasn't detected until now. Thanks to triggering this! I've fixed

Re: [O] remote execution in heterogeneous environment

2012-12-21 Thread Michael Albinus
George Jones writes: > Hi. Hi George, > Similar procedure on a mac still yeilds: > > Couldn't write region to > `/scpc:g...@example.com:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsmgn/T/input- > 61683xyS', decode using `mimencode -u -b >%s' f\ > ailed Could you, please, show the exact test case

Re: [O] remote execution in heterogeneous environment

2012-12-21 Thread Bastien
Hi Michael, Michael Albinus writes: > Finally, it is an error in `process-file', which wasn't detected until > now. Thanks to triggering this! > > I've fixed it already in Emacs' trunk. For org-mode, I have used the > following workaround: great, thanks for fixing this so fast, I applied your c

Re: [O] new exporter - subtree export and a few keywords

2012-12-21 Thread François Allisson
> No answer. But I will share a trick. > > Good way to answer such questions is to do this: > > M-x find-library RET org-export RET > C-s EXPORT_ > > and with couple of more C-s es you will end up with something like. > > , C-h v org-export-options-alist > | KEYWORD is a string representing a

Re: [O] orgtbl-mode and markdown

2012-12-21 Thread Carsten Dominik
OK, I withdraw my opposition to fixing this issue in org - by my criticism toward the way markdown.el defines this hook remains. - Carsten On 20 dec. 2012, at 09:01, Carsten Dominik wrote: > > On 18.12.2012, at 18:56, Achim Gratz wrote: > >> Carsten Dominik writes: >>> Well this is very saf

[O] Editing org source blocks enabled by org-src-fontify-natively?

2012-12-21 Thread Bernt Hansen
My org-mode document http://doc.norang.ca/org-mode.org uses org source blocks like the following for example: --8<---cut here---start->8--- #+begin_src org :exports src ,* Health and Recreation ,* House Maintenance #+end_src --8<---cut here--

Re: [O] flyspell and code blocks

2012-12-21 Thread Francesco Pizzolante
Hi, Jambunathan K wrote: > Julian Burgos writes: > >> It is possible to make flyspell to ignore (i.e. do not spell check) >> the text within code blocks (I mean blocks of texts separated by >> #+begin_src and #+end src)? I did my homework but could not find a >> good answer. > > See > http://lis

[O] R code, LaTex export of tables

2012-12-21 Thread Neuwirth Erich
The following piece of code produced nicely formatted table some time ago when exported through LaTex. It comes from http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html #+BEGIN_SRC R :results output org :exports both library(ascii) a <- runif(100) c <- "Quantiles of 100 random number

[O] Bug: org-edit-special won't let me edit a latex snippet [7.9.2 (release_7.9.2-808-gd8b328 @ /home/youngfrog/sources/org-mode/lisp/)]

2012-12-21 Thread Nicolas Richard
Hello all, I'm at commit 830e231ef1da5c5a1ab760a6a059551841952610, and notice the following unexpected behaviour. Starting from "emacs -Q -L ~/sources/org-mode/lisp/" : M-x org-mode insert " "user-error: No special environment to edit here" This behaviour was introduced by commit 81d5ebc | * org

Re: [O] remote execution in heterogeneous environment

2012-12-21 Thread Nick Dokos
Michael Albinus wrote: > Bastien writes: > > > Hi Michael, > > Hi everybody, > > > From the org-mode repo, simply run "make test": it will compile the > > files and run the test suite. > > I could reproduce the problem. > > Finally, it is an error in `process-file', which wasn't detected

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

2012-12-21 Thread Thomas S. Dye
Aloha all, I was just looking at the Org mode web site and thought this edit might contribute to the discussion. This text at the top of Org mode web site: Org mode is for keeping notes, maintaining TODO lists, doing project planning, and authoring with a fast and effective plain-text system. M

[O] Publishing org project as odt

2012-12-21 Thread Wiskey 5 Alpha
Hello, I have a rather large project that I currently export to odt files. I tried the org-export-as-odt-batch command line function but it fails, and subsequently deletes all files in the directory. What i would *really* like is to publish the directory of org files, with a command like

[O] Rudel - Real-Time collaborative editing of Org-Mode files

2012-12-21 Thread Ciaran Mulloy
Hi, I was wondering whether anyone had experience, good bad or indifferent in the use of minor mode Rudel (http://rudel.sourceforge.net/) for collaborative editing of org-mode file by a number of different people over the internet. I am hoping that it would provide similar collaborative worki

Re: [O] R code, LaTex export of tables

2012-12-21 Thread Nick Dokos
Neuwirth Erich wrote: > The following piece of code > produced nicely formatted table > some time ago when exported through LaTex. > It comes from > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html > > #+BEGIN_SRC R :results output org :exports both Try #+BEGIN_SRC R :results

[O] elp-instrument-package does not return anything

2012-12-21 Thread Sebastien Vauban
Hello, For the sake of finding potential bottlenecks in my config, I'm looking back at elp. I've the following minimal Emacs config file for the current work: #+begin_src emacs-lisp (message "Loading Minimal Emacs...") ;; change the pathnames appropriately! (add-to-list 'load-path (expand-file-

[O] Recursive descent depth control in org-publish

2012-12-21 Thread Jashank Jeremy
G'day, I've probably not RTFM'd hard enough, but I'm at my wits' end trying to work out how to stop this happening: I keep notes and projects in the same hierachy -- the projects themselves can be quite large -- and I use org-publish to export my notes to HTML. The problem is that I use ':recurs