Re: [O] [New exporter] Org code blocks

2012-10-22 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > That is, there is a *wrong comma* in front of the link. It should not be > outputted, isn't it? Correct. It should be fixed now. Thanks for the report. Regards, -- Nicolas Goaziou

Re: [O] [new exporter] Enabling multiple exporters?

2012-10-22 Thread Nicolas Goaziou
Hello, Michael Gauland writes: > Thanks for looking into it. I am running a small screen (netbook), but > your commit doesn't seem to change anything. > > If I change to a smaller font, the full menu is presented, so this is > consistent with the problem being related to window size. If window

Re: [O] [new exporter] Enabling multiple exporters?

2012-10-22 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou gmail.com> writes: >> Correct. The window displaying the UI is probably too short to display >> it completely. >> >> I've pushed a commit in order to fix this. It is better now? > > Actually, the window is even shorter now than it was before (I'm onl

Re: [O] Using git-annex with org-attach

2012-10-22 Thread John Wiegley
> John Wiegley writes: > The value of git-annex is that it lets you associate truly huge files with a > Git repository that are check-summed and easily archived, which you can then > drop from your local attachments directory when you no longer need the file > there. Later, if you need files

Re: [O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Sebastien Vauban
Hi François, François Pinard wrote: > Ian Barton writes: >> On 22/10/12 13:59, Carsten Dominik wrote: >>> On 22 okt. 2012, at 14:39, Ian Barton wrote: I thought I would define them in another file (setup.org) and INCLUDE this in each of the 100 files. >>> >>> you need to use #+setupfil

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

2012-10-22 Thread Eric Schulte
Simon Thum writes: > Hi Eric, > > thank you for this very interesting thing! > Happy you're finding this interesting. > > I have two comments from my first testing. > 1) It seems editing is eating all the whitespace in a section. They > probably need html protection. (  or the like) I'm not ex

Re: [O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread François Pinard
Ian Barton writes: > Thanks Carsten, > Works perfectly. > On 22/10/12 13:59, Carsten Dominik wrote: >> you need to use #+setupfile instead of #+include for this purpose. >> On 22 okt. 2012, at 14:39, Ian Barton wrote: >>> I thought I would define them in another file (setup.org) and >>> INCLUD

Re: [O] [new exporter] Windows / LaTeX export

2012-10-22 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > Achim Gratz writes: > >> The new exporter fires off LaTeX with an absolute path for the file to >> export. If you happen to use a native Emacs, but the LaTeX from Cygwin that >> will fail because it expects a POSIX path. Would it be possible to change >> thing

[O] tnx (was: Re: Using git-annex with org-attach)

2012-10-22 Thread Giovanni Ridolfi
Da: John Wiegley Inviato: Sabato 20 Ottobre 2012 16:59 > I pushed a change to master that allows you to use the wonderful git-annex > utility[1] seamlessly with org-attach.  The way it works is as follows: Amazing! Thank you! Giovanni

Re: [O] [new exporter] Windows / LaTeX export

2012-10-22 Thread Achim Gratz
Nicolas Goaziou writes: >> The new exporter fires off LaTeX with an absolute path for the file to >> export. If you happen to use a native Emacs, but the LaTeX from Cygwin >> that will fail because it expects a POSIX path. Would it be possible to >> change things so that a relative path is used a

Re: [O] [new exporter] Windows / LaTeX export

2012-10-22 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > The new exporter fires off LaTeX with an absolute path for the file to > export. If you happen to use a native Emacs, but the LaTeX from Cygwin > that will fail because it expects a POSIX path. Would it be possible to > change things so that a relative path is used

Re: [O] Sort Phrases

2012-10-22 Thread Sanjib Sikder
Hi Giovanni, - substitute "," with \n > - sort region > - substitute \n with "," > 1. I am new in org-mode and emacs. Can you please tell me what is "sort region" and what are the key bindings ? 2. Is there a way by which I can replace all the ',' with '\n' and do the reverse automatically ? Tha

Re: [O] Sort Phrases

2012-10-22 Thread Sanjib Sikder
Hi Giovanni, You need to put the following lines into your .emacs to sort WORDS and LINES. --8<---cut here---start->8--- ;;;Sort words (defun sort-words (reverse beg end) "Sort words in region alphabetically, in REVERSE if negative. Prefixed with ne

[O] [new exporter] Windows / LaTeX export

2012-10-22 Thread Achim Gratz
The new exporter fires off LaTeX with an absolute path for the file to export. If you happen to use a native Emacs, but the LaTeX from Cygwin that will fail because it expects a POSIX path. Would it be possible to change things so that a relative path is used as in the old exporter (or better ye

Re: [O] Sort Phrases

2012-10-22 Thread Giovanni Ridolfi
Da: Sanjib Sikder Inviato: Lunedì 22 Ottobre 2012 13:27 > I know it is possible to sort words and sort lines alphabetically in emacs > org-mode Would you please be so kind to explain to me how? I have only: org-sort-entries      M-x ... RET     Sort entries on a certain level of an out

Re: [O] Speeding up the agenda search

2012-10-22 Thread François Allisson
Marcelo de Moraes Serpa writes: > Anyone else with huge org "databases" out there? Any tips on improving > performance of the agenda search would be appreciated :) > Hi Marcello, 16 files and 3 MB: is that huge for you? Note that only 13 (1.5 MB) are agenda files; the "big three others" (2 dat

Re: [O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Nicolas Goaziou
Hello, "Myles English" writes: > Apart from looking at the code, could I have found that out from > somewhere? It was asked on the ML a couple of times already. But I guess you're talking about documentation. So, no, there's no documentation for that, since current documentation applies to curr

Re: [O] [new exporter] two unexpected behaviours of an #+INCLUDEd #+call

2012-10-22 Thread Nicolas Goaziou
Hello, "Myles English" writes: > Just adding some evidence: similar behaviour was reported in this > thread: > > http://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg00634.html Yes, I'm working on it on my spare time but it requires some modifications to Babel core, so I'm advancing slowl

Re: [O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Myles English
Thanks Tom! Apart from looking at the code, could I have found that out from somewhere? Myles Thomas S. Dye writes: > Aloha Myles, > > The syntax is different in the new exporter. > > #+CAPTION[short]: long > > All the best, > Tom > > "Myles English" writes: > >> Hello, >> >> Should it possib

Re: [O] Speeding up the agenda search

2012-10-22 Thread Marcelo de Moraes Serpa
Anyone else with huge org "databases" out there? Any tips on improving performance of the agenda search would be appreciated :) On Sat, Oct 20, 2012 at 12:29 AM, Marcelo de Moraes Serpa < celose...@gmail.com> wrote: > Hello everyone, > > My list of files in the agenda got to a considerable size.

[O] bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-22 Thread Glenn Morris
Jonathan Schaeffer wrote: > To reproduce : > > Create a .org file, create 2 level-1 entries. Create one level-2 entry > and hit C-c C-w to refile it into the other level-1 entry. > > Like this : > > * Entry One > * Entry Two > ** Refile Me > > The level-2 entry is copied in the correct location bu

Re: [O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Thomas S. Dye
Aloha Myles, The syntax is different in the new exporter. #+CAPTION[short]: long All the best, Tom "Myles English" writes: > Hello, > > Should it possible to do this yet: > > #+CAPTION: [short]{long} > > with the new exporter, as it is with the current exporter? > > Thanks, > > Myles > > --

Re: [O] Sort Phrases

2012-10-22 Thread Nick Dokos
Sanjib Sikder wrote: > Hi, > > I know it is possible to sort words and sort lines alphabetically in emacs > org-mode but is it > possible to sort phrases ? > > For example, > > Face the music, Fifteen minutes of fame, A beautiful mind. > > I want to sort it alphabetically like, > >

Re: [O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Ian Barton
Thanks Carsten, Works perfectly. Ian. On 22/10/12 13:59, Carsten Dominik wrote: Hi Ian, you need to use #+setupfile instead of #+include for this purpose. - Carsten On 22 okt. 2012, at 14:39, Ian Barton wrote: I have tags defined in my .emacs using setq org-tag-alist. However, I have a g

Re: [O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Carsten Dominik
Hi Ian, you need to use #+setupfile instead of #+include for this purpose. - Carsten On 22 okt. 2012, at 14:39, Ian Barton wrote: > I have tags defined in my .emacs using setq org-tag-alist. However, I have a > group of files (>100) for which I want to define a different set of tags. > Rathe

[O] Setting Tags Using #+INCLUDE:

2012-10-22 Thread Ian Barton
I have tags defined in my .emacs using setq org-tag-alist. However, I have a group of files (>100) for which I want to define a different set of tags. Rather than place a #+TAGS directive I thought I would define them in another file (setup.org) and INCLUDE this in each of the 100 files. Howev

[O] [New exporter] Org code blocks

2012-10-22 Thread Sebastien Vauban
Hello Nicolas, I've noticed that exporting a presentation such as: --8<---cut here---start->8--- #+TITLE: Org code blocks #+AUTHOR:Sebastien Vauban #+LANGUAGE: en_US #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation,t] #+OP

Re: [O] [new exporter] two unexpected behaviours of an #+INCLUDEd #+call

2012-10-22 Thread Myles English
Myles English writes: > Hi, > > I think there is a bug here. Just adding some evidence: similar behaviour was reported in this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg00634.html Myles > > > Given the situation below, I would expect that the block named xxx > would n

[O] Sort Phrases

2012-10-22 Thread Sanjib Sikder
Hi, I know it is possible to sort words and sort lines alphabetically in emacs org-mode but is it possible to sort phrases ? For example, Face the music, Fifteen minutes of fame, A beautiful mind. I want to sort it alphabetically like, A beautiful mind, Face the music, Fifteen minutes of fame

Re: [O] [new exporter] Enabling multiple exporters?

2012-10-22 Thread Achim Gratz
Nicolas Goaziou gmail.com> writes: > Correct. The window displaying the UI is probably too short to display > it completely. > > I've pushed a commit in order to fix this. It is better now? Actually, the window is even shorter now than it was before (I'm only loading org-e-latex) and only shows

[O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Myles English
Hello, Should it possible to do this yet: #+CAPTION: [short]{long} with the new exporter, as it is with the current exporter? Thanks, Myles

Re: [O] Word wrap in org-mode

2012-10-22 Thread Myles English
Chris Henderson writes: > On Mon, Oct 22, 2012 at 9:47 AM, Myles English wrote: >> >> Chris Henderson writes: >> >>> Is there a way to do word wrap in org-mode? When I copy and paste long >>> texts, it goes across the window. Alt-q doesn't do word wrap. >> >> Maybe I am misunderstanding, but M-q

Re: [O] publish one org-file as many html files

2012-10-22 Thread Tongzhu Zhang
On Mon, Oct 22, 2012 at 5:01 PM, Tongzhu Zhang wrote: > check out https://github.com/eggcaker/jo-exporter , > > i took some code from o-blog and changed it to working with jekyll. it can > export org entry to html file . hope it's works . > > > On Mon, Oct 22, 2012 at 4:57 AM, Detlef Steuer wrote