Re: [O] Possible bug: List items with * in them when *:nil

2012-01-29 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: > The following sample org file does not export as possibly expected. > > ,--- > | #+TITLE: Bug? > | #+OPTIONS: *:nil toc:nil author:nil > | > | - hello (*) I would like to have two items > | - may (*) I please? >

Re: [O] Unexpected behaviour while adding checkboxes

2012-01-29 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: > Given this Org fragment: > > * Essai > - Le > - petit :: chaperon > - rouge > > with the cursor on the "L", command `C-u C-c C-c' yields: > > * Essai > - [ ] Le > - petit :: chaperon > - [ ] rouge > > while I was expecting: > > * Es

[O] Unexpected behaviour while adding checkboxes

2012-01-29 Thread François Pinard
Hi, Org people. Given this Org fragment: --8<---cut here---start->8--- * Essai - Le - petit :: chaperon - rouge --8<---cut here---end--->8--- with the cursor on the "L", command `C-u C-c C-c' yields: --8<---cut

[O] italicizing urls

2012-01-29 Thread prad
since a url uses the forward slash as do italicized items, i'm having difficulty italicizing urls on the html export. /just [[http://gohere.com][go here]] will you?/ shows up as /just go here will you?/ on the html export (though the go here link is valid) with nothing italicized and the forwar

Re: [O] Export without code blocks

2012-01-29 Thread aaron barclay
Thanks Martyn, that was a big help. aaron. On 27 January 2012 14:04, Martyn Jago wrote: > Martyn Jago writes: > > > Hi Aaron > > > > aaron barclay writes: > > > >> Hi, > >> > >> I am having trouble finding the correct way to export a document without > >> the code blocks included. Should I

Re: [O] org-src-fontify-natively

2012-01-29 Thread Sebastien Vauban
Hi Dov, Dov Grobgeld wrote: > A solution would be that all org-mode faces would inherit a common > org-mode-face. You could then customize this font to a variable-pitch > without using the ~variable-pitch-mode~ command. Is this feasible? There is `org-default', but I don't know if it solves your

[O] New iCalendar import script

2012-01-29 Thread Simon Thum
Hi all, I've written an iCalendar import script in ruby (I know, not emacs lisp, but at the least I should let you be aware). I think it's an improvement over the awk script, so you may consider mentioning it in the appropriate places. See https://github.com/simonthum/ical2org It has more

[O] Possible bug: List items with * in them when *:nil

2012-01-29 Thread Jonathan Leech-Pepin
The following question came up on Stack Overflow: http://stackoverflow.com/questions/9051330/possible-bug-in-org-mode-export-of-item-with The following sample org file does not export as possibly expected. ,--- | #+TITLE: Bug? | #+OPTIONS: *:nil toc:nil aut

Re: [O] change call-process also for GNU emacs? (was: Solved)

2012-01-29 Thread Nick Dokos
Uwe Brauer wrote: > >> On Sat, 28 Jan 2012 19:13:57 -0500, Nick Dokos > >> wrote: > >>> > >> ... and bonus points if you also fix the problems described in > > Now I am confused, from the link, you provided, I conclude > you are talking about GNU Emacs, however I only wanted my chan

[O] change call-process also for GNU emacs? (was: Solved)

2012-01-29 Thread Uwe Brauer
>> On Sat, 28 Jan 2012 19:13:57 -0500, Nick Dokos >> wrote: >> > ... and bonus points if you also fix the problems described in Now I am confused, from the link, you provided, I conclude you are talking about GNU Emacs, however I only wanted my changes to work with Xemacs and therefore

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

2012-01-29 Thread Marc-Oliver Ihm
Am 29.01.2012 11:42, schrieb Andreas Leha: :colnames yes Hi Andreas, Thanx, that is definitely a solution ! And I agree with you, that its a bit puzzling, that both cases behave differently; the #+call-line should just have the same result as the #+begin_src-line, to which after all it just

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

2012-01-29 Thread Andreas Leha
Marc-Oliver Ihm writes: > Hello ! > > Generally enjoying babel very much, I have stumbled across a behaviour, that > I do not quite understand: > As it seems, a #+call in babel removes hlines from the results. > > Here is an example: > > #+call: foo() > | 3 | 4 | > #+name: foo > #+begin_src emac

Re: [O] Adding the ability to archive into the datetree (updated)

2012-01-29 Thread Bastien
Bastien writes: > thanks for this patch -- it on my radar now, along with these > other changes that I want to incorporate before the new release: > > - Patch by Niels to customize output table in LaTeX, combined > with the patch of Christophe Rhodes. (Carsten, are you still > on it or can

Re: [O] Adding the ability to archive into the datetree (updated)

2012-01-29 Thread Bastien
Hi Andrew, Andrew Hyatt writes: > I've fixed all the reported issues, and am attaching the modified > patch. I'd love for this to get into the next release. If anyone has > a desire to try this out, I'd love to hear if it is clear how to use > it, and if you encounter any issues. thanks for th

Re: [O] Possible bug in org-cycle with property drawer

2012-01-29 Thread Bastien
Achim Gratz writes: > Bastien writes: >> This is quite a hypothetical case: the default value for `org-drawers' >> contains drawers that are hardcoded and correspond to key features: I >> cannot figure out a good reason for *not* having these drawers in the >> configuration. > > As a customized

Re: [O] Tweaking the export

2012-01-29 Thread Nicolas Goaziou
Hello, Christian Wittern writes: > Exactly. The reason for wanting to do this is that the above is my > setup for translating, but in some cases the publication will have > only the translation, for such cases, I want to extract just the > translation. This should then produce a new org file,

Re: [O] org mode in press

2012-01-29 Thread Christian Wittern
On 2012-01-28 22:59, rick frankel wrote: The dot executable is part of the graphviz package. Installing graphviz should install the dot command line executable alongw w/ neato, circo and and other layout engines. Rick Thanks to all who pointed this out. $sudo port install graphviz did the t

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

2012-01-29 Thread Marc-Oliver Ihm
Hello ! Generally enjoying babel very much, I have stumbled across a behaviour, that I do not quite understand: As it seems, a #+call in babel removes hlines from the results. Here is an example: #+call: foo() | 3 | 4 | #+name: foo #+begin_src emacs-lisp '((1 2) hline (3 4)) #+end_src #+resu

Re: [O] Possible bug in org-cycle with property drawer

2012-01-29 Thread Achim Gratz
Bastien writes: > This is quite a hypothetical case: the default value for `org-drawers' > contains drawers that are hardcoded and correspond to key features: I > cannot figure out a good reason for *not* having these drawers in the > configuration. As a customized variable org-drawers can have a