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

2012-01-29 Thread Achim Gratz
Bastien b...@altern.org 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

[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

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

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

2012-01-29 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien b...@altern.org 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

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

2012-01-29 Thread Bastien
Hi Andrew, Andrew Hyatt ahy...@gmail.com 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.

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

2012-01-29 Thread Bastien
Bastien b...@altern.org 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

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

2012-01-29 Thread Andreas Leha
Marc-Oliver Ihm marc-oliver@online.de 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

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

[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 nicholas.do...@hp.com 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

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

2012-01-29 Thread Nick Dokos
Uwe Brauer o...@mat.ucm.es wrote: On Sat, 28 Jan 2012 19:13:57 -0500, Nick Dokos nicholas.do...@hp.com 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

[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

[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

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

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 martyn.j...@btinternet.com wrote: Martyn Jago martyn.j...@btinternet.com writes: Hi Aaron aaron barclay aaron.diplo...@gmail.com writes: Hi, I am having trouble finding the correct way to export

[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

[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

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: * Essai - [ ] Le - [

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

2012-01-29 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com 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 |