Re: [O] syntax for blocks that the exporter should not render?

2013-09-04 Thread Carsten Dominik
On 3.9.2013, at 17:32, Matt Price wrote: > Hi, > > certain lines are not rendered by the org exporter, but are instead > interpreted as instructions, e.g.: > > #+AUTHOR: Matt Price > > I'm using org2blog/wp, which is only partially converted to the new > exporter. It works pretty well, but n

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-04 Thread Stefan Monnier
>> Does the patch below work for you? > Yes. Please install. Done, Stefan

Re: [O] mixed orgmode installation

2013-09-04 Thread Achim Gratz
Johannes Rainer writes: > is there a "clean" way to disable the built in org from emacs? Short answer: no. > I'm loading org mode from git externally, but newer emacs always come > with org mode included. That's not a problem as long as you set up the load-path to point to the install made via G

Re: [O] asynchronous code evaluation

2013-09-04 Thread Brett Viren
Hi Johannes, Johannes Rainer writes: > well, I'm using emacs/org for my data analyses in R. I thus combine > documentation (i.e. the conclusions drawn from e.g. plots created in > R) and the R code to perform the analysis in my org file. Since I'm > analysing high throughput data some tasks to h

Re: [O] asynchronous code evaluation

2013-09-04 Thread Allen S. Rout
On 09/04/2013 09:23 AM, Johannes Rainer wrote: > > well, I'm using emacs/org for my data analyses in R. I thus combine > documentation (i.e. the conclusions drawn from e.g. plots created in R) > and the R code to perform the analysis in my org file. Since I'm > analysing high throughput data some t

Re: [O] syntax for blocks that the exporter should not render?

2013-09-04 Thread Suvayu Ali
On Tue, Sep 03, 2013 at 11:32:33AM -0400, Matt Price wrote: > > #+/home/matt/Matt_headshots/Matt Price/IMG_9367_.jpg > http://2013.hackinghistory.ca/wp-content/uploads/2013/08/wpid-IMG_9367_2.jpg [...chomp...chomp...chomp...] > ignore these lines. I thought that the leading #+ was enough to get

Re: [O] mixed orgmode installation

2013-09-04 Thread Johannes Rainer
On Wed, Sep 4, 2013 at 4:19 PM, Thorsten Jolitz wrote: > Johannes Rainer writes: > > > hi all! > > > > is there a "clean" way to disable the built in org from emacs? I'm > > loading org mode from git externally, but newer emacs always come with > > org mode included. would just deleting the org

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Karl Voit wrote: > Hi! > > I've got a strange issue here: today, I set up a second laptop with > more or less identical configuration (Debian Wheezy; orgmode from > git g6fdc23). I copied my .emacs.d to the new machine but Org-mode > is not working there :-O > > Whenever I open an Org file, I ge

Re: [O] asynchronous code evaluation

2013-09-04 Thread Charles Berry
Johannes Rainer gmail.com> writes: > > > hi all! > > I have some pretty calculation intense R code in a code block and when I > execute the code (C-c C-c) my emacs freezes and waits for the code to > finish. Is there a way to evaluate the code asynchronously, so that I > could edit the file

Re: [O] mixed orgmode installation

2013-09-04 Thread Thorsten Jolitz
Johannes Rainer writes: > hi all! > > is there a "clean" way to disable the built in org from emacs? I'm > loading org mode from git externally, but newer emacs always come with > org mode included. would just deleting the org folder in the emacs (am > using Emacs.app on mac) installation help? >

[O] mixed orgmode installation

2013-09-04 Thread Johannes Rainer
hi all! is there a "clean" way to disable the built in org from emacs? I'm loading org mode from git externally, but newer emacs always come with org mode included. would just deleting the org folder in the emacs (am using Emacs.app on mac) installation help? thanks in advance!

Re: [O] asynchronous code evaluation

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 03:23:03PM +0200, Johannes Rainer wrote: > On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali > wrote: > > > That said, I am curious why you are knowingly tying a computationally > > intensive (possibly buggy, during development i.e.) process with your > > editor. I have to work

Re: [O] mixed orgmode installation

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 04:52:34PM +0200, Johannes Rainer wrote: > hm, that's an option. > based on your suggestion I created now my own little makefile to install > the git org-mode and directly over-write the one located in > /Applications/Emacs.app/Resources/lisp/org . actually, I first delete a

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-04 Thread Carsten Dominik
On Sep 4, 2013, at 3:12 PM, Rick Frankel wrote: > On 2013-09-02 10:12, Carsten Dominik wrote: >> Applied, thank. >> Rick, I had trouble applying th patch, so did some handywork - please >> check after me. > > looks good modulo a couple of extra blank lines :). Thank you for checking. - Carst

Re: [O] asynchronous code evaluation

2013-09-04 Thread Johannes Rainer
On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali wrote: > On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote: > > hi all! > > > > I have some pretty calculation intense R code in a code block and when I > > execute the code (C-c C-c) my emacs freezes and waits for the code to > > finish. I

Re: [O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-09-04 Thread Rick Frankel
On 2013-09-02 10:12, Carsten Dominik wrote: Applied, thank. Rick, I had trouble applying th patch, so did some handywork - please check after me. looks good modulo a couple of extra blank lines :). thanx, rick

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Thorsten Jolitz wrote: > > Did you try to copy a subdirs.el into the org-mode directory? > with subdirs.el file content: > > ,- >| (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >| (normal-top-level-add-subdirs-to-load-path))

Re: [O] Export and links

2013-09-04 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > If I export this to html : > > --- > #+TITLE: FOO > > #+macro: huge @@html:$1@@ > #+macro: large @@html:$1@@ > > * Foo page > > {{{large([[http:test.html][FOO]])}}} > ---

Re: [O] org-speed-commands-default 1 2 3

2013-09-04 Thread Suvayu Ali
Hey Oleh, On Mon, Sep 02, 2013 at 07:54:14AM +0200, Carsten Dominik wrote: > > you have good arguments - but I still think this is a matter of > workflow and preferences, so I am not going to change the defaults. > This is what we have user options for. I think this would be a great addition to

[O] Export and links

2013-09-04 Thread Fabrice Popineau
Hi, If I export this to html : --- #+TITLE: FOO #+macro: huge @@html:$1@@ #+macro: large @@html:$1@@ * Foo page {{{large([[http:test.html][FOO]])}}} --- I ge

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-04 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > But if I try what you suggest and move the #+ATTR_LATEX line inside the > dynamic block (after the #+BEGIN: clocktable and just before the generated > table), then this line gets lost as soon as the dynamic block is regenerated, > which is not what I exp

Re: [O] How to easily create a new export engine...

2013-09-04 Thread Eric Abrahamsen
flammable project writes: > Thanks Nocolas and Suvayu, > > > I will spend some time on ox-md.el and the section listed by Nicolas. > > One last question: > If I choose to extend the existing back-end, would I be able to put > all the code into a external file and allow the user to load it > throu

Re: [O] [PATCH] Add support for `ltablex'

2013-09-04 Thread Francesco Pizzolante
Hi Nicolas, > What are its advantages over "longtabu" environment, which is already > supported? There is a lot of table related packages, I'm not sure we > want to support them all. I wasn't aware about the tabu package and its tabu and longtabu environments. I'll try to use it and see if I ca

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Thorsten Jolitz
Karl Voit writes: > * Karl Voit wrote: >> >> Whenever I open an Org file, I get: >> >> File mode specification error: (file-error "Cannot open load file" >> "org") > > I found an old posting with "toggle-debug-on-error" and activated it > before I open my test Org-mode file: > > Debugger entered

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Karl Voit wrote: > > Whenever I open an Org file, I get: > > File mode specification error: (file-error "Cannot open load file" > "org") I found an old posting with "toggle-debug-on-error" and activated it before I open my test Org-mode file: Debugger entered--Lisp error: (file-error "Cannot o

Re: [O] How to easily create a new export engine...

2013-09-04 Thread Rasmus
Hi, flammable project writes: > I will spend some time on ox-md.el and the section listed by Nicolas. > > One last question: > If I choose to extend the existing back-end, would I be able to put all the > code into a external file and allow the user to load it through it emacs > config file? Ye

Re: [O] asynchronous code evaluation

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote: > hi all! > > I have some pretty calculation intense R code in a code block and when I > execute the code (C-c C-c) my emacs freezes and waits for the code to > finish. Is there a way to evaluate the code asynchronously, so that I co

Re: [O] [SYNC] How do you sync your org-mode files between n devices (n > 2)

2013-09-04 Thread Torsten Wagner
Hi, For me it is git using a central "server". I push from the clients to the server and pull from the server only. Never on a device to device base, because most of the time the devices can't see each other (different networks). Hope that helps Torsten On 4 September 2013 09:43, Suvayu Ali

Re: [O] ediff-directories - how to ignore timestamps and work recursively

2013-09-04 Thread Michael Albinus
Suvayu Ali writes: >> Hello, >> >> I want to compare two directories and see what files are different, >> however, the comparison should ignore timestamps of files. Is there >> a simple solution? >> >> I had assumed that ediff would also consider files in subdirectories >> of the directory path

Re: [O] ediff-directories - how to ignore timestamps and work recursively

2013-09-04 Thread suvayu ali
On Wed, Sep 4, 2013 at 9:47 AM, Suvayu Ali wrote: > That said, did you look at `ediff-directories'? Oops! I missed the part you already tried it and it doesn't meet your needs. Sorry about that. -- Suvayu Open source is the future. It sets us free.

Re: [O] ediff-directories - how to ignore timestamps and work recursively

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 08:06:31AM +0200, Stefan Vollmar wrote: > Hello, > > I want to compare two directories and see what files are different, however, > the comparison should ignore timestamps of files. Is there a simple solution? > > I had assumed that ediff would also consider files in subd

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-04 Thread Francesco Pizzolante
Hi Nicolas, > Attributes are correctly applied to the block, but you want them to > apply on the inner table instead, which is different. Indeed, this is a better expression of what I want. > Correct syntax should be something along the lines of: > > #+BEGIN: clocktable :maxlevel 4 :scope

Re: [O] [SYNC] How do you sync your org-mode files between n devices (n > 2)

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 03:30:24PM +0900, Xiao-Yong Jin wrote: > > On Sep 4, 2013, at 3:04 PM, Suvayu Ali wrote: > > > On Tue, Sep 03, 2013 at 11:34:52PM +0200, nore...@maillard.im wrote: > >> Hello, > >> > >> I have a problem. I need to sync my files between several devices > >> (currently 3).

Re: [O] How to add custom markup elements and to define custom backends?

2013-09-04 Thread Suvayu Ali
On Wed, Sep 04, 2013 at 09:15:56AM +0200, Carsten Dominik wrote: > > On Sep 4, 2013, at 9:06 AM, Vladimir Lomov wrote: > > > Hello, > > sometimes I need markup elements than missing in Org mode, for example > > combination of both bold and italic. Some backends, for instance html > > and latex (

Re: [O] How to add custom markup elements and to define custom backends?

2013-09-04 Thread Carsten Dominik
On Sep 4, 2013, at 9:06 AM, Vladimir Lomov wrote: > Hello, > sometimes I need markup elements than missing in Org mode, for example > combination of both bold and italic. Some backends, for instance html > and latex (with minor exception) support such combinations. So I wonder > 1) how to define

[O] ediff-directories - how to ignore timestamps and work recursively

2013-09-04 Thread Stefan Vollmar
Hello, I want to compare two directories and see what files are different, however, the comparison should ignore timestamps of files. Is there a simple solution? I had assumed that ediff would also consider files in subdirectories of the directory paths given for comparison. Apparently, it does

[O] How to add custom markup elements and to define custom backends?

2013-09-04 Thread Vladimir Lomov
Hello, sometimes I need markup elements than missing in Org mode, for example combination of both bold and italic. Some backends, for instance html and latex (with minor exception) support such combinations. So I wonder 1) how to define custom or new markup elements that can be used in backends,