Re: [O] [bug] org-table-iterate-buffer-tables breaks source code blocks

2012-04-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: When running `org-table-iterate-buffer-tables' over a file containing source code blocks, these can be broken by the recalculate process: *pipe signs are inserted in source code blocks*. Fixed in master, thanks.

Re: [O] [PATCH] Add autoload cookie for function org-table-iterate-buffer-tables

2012-04-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: * org-table.el (org-table-iterate-buffer-tables): Autoload function. I finally accepted this in master. I reviewed org-table.el for other candidates and found `org-table-recalculate-buffer-tables',

[O] radiotables in LaTeX-document: export numbers from orgtbl with commas as decimal separators instead of periods; with MWE and lisp-code

2012-04-18 Thread AW
Dear all, I'd like to use radiotables inside a LaTeX-document. Here is a minimal working example: --- \documentclass[pagesize, ngerman, fontsize=12pt]{scrartcl} \usepackage[T1]{fontenc}\usepackage[utf8]{inputenc} \usepackage{babel,

Re: [O] org-list-demote-modify-bullet and alphabetic/numerical bullets

2012-04-18 Thread Nicolas Goaziou
Hello, Brian van den Broek brian.van.den.br...@gmail.com writes: I have (setq org-alphabetical-lists t) in my .emacs. I am trying to set org-list-demote-modify-bullet to cycle on demoting between bullets of the form -/+ and 1./A. (setq org-list-demote-modify-bullet '((+ . -) (- .

[O] org-program-exists vs executable-find

2012-04-18 Thread Sebastien Vauban
Hello, While browsing the Org code, I've found the function `org-program-exists': #+begin_src emacs-lisp (defun org-program-exists (program-name) Checks whenever we can locate program and launch it. (if (member system-type '(gnu/linux darwin)) (= 0 (call-process which nil nil

Re: [O] org-program-exists vs executable-find

2012-04-18 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: While browsing the Org code, I've found the function `org-program-exists': #+begin_src emacs-lisp (defun org-program-exists (program-name) Checks whenever we can locate program and launch it. (if (member

[O] Bug? v r in agenda crashes

2012-04-18 Thread Rainer Stengele
Hi! Org-mode version 7.8.09 (release_7.8.09.221.g72128) Being in my agenda (non stiocky or sticky doesn't matter) I press v r and get this error: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) org-babel-header-arg-expand()

[O] starting agenda gives: Selecting deleted buffer

2012-04-18 Thread Rainer Stengele
Hi all! Org-mode version 7.8.09 (release_7.8.09.221.g72128) After deleting all buffers and then trying to start any agenda (for example C-a a) I get this error message: Debugger entered--Lisp error: (error Selecting deleted buffer) org-compile-prefix-format(agenda) org-agenda-list(nil)

Re: [O] org-program-exists vs executable-find

2012-04-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: While browsing the Org code, I've found the function `org-program-exists': #+begin_src emacs-lisp (defun org-program-exists (program-name) Checks whenever we can locate program and launch it. (if

Re: [O] broken link in online docs

2012-04-18 Thread Bastien
Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: http://orgmode.org/manual/Tables.html#Tables has a link (see a href=../calc/index.html#TopCalc/a) that yields a 404. I know patches are preferred, but I don't know to what the link ought to point, so cannot fix the issue

Re: [O] [bug] void-variable org-special-blocks-line when exporting to HTML

2012-04-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'm not out of the blue yet... I still can't understand why: - you were unable to reproduce it? What's the difference between you and me? ;-) I mean why does Org behave differently between us? - nobody

[O] a turn-key org-mode for newbies?

2012-04-18 Thread Keith Gunderson
Is there a package or download that can allow a new non-emacs user to immediately engage with org-mode?  That is, install and configure both emacs and org-mode plus make some guesses about how a new user would initially want to use org-mode.  I am not an emacs newbie, so I can spearhead an

Re: [O] a turn-key org-mode for newbies?

2012-04-18 Thread Eric Schulte
Keith Gunderson kr...@yahoo.com writes: Is there a package or download that can allow a new non-emacs user to immediately engage with org-mode?  That is, install and configure both emacs and org-mode plus make some guesses about how a new user would initially want to use org-mode.  I am

Re: [O] Bug? v r in agenda crashes

2012-04-18 Thread Noorul Islam Kamal Malmiyoda
On Wed, Apr 18, 2012 at 7:50 PM, Rainer Stengele rainer.steng...@online.de wrote: Hi! Org-mode version 7.8.09 (release_7.8.09.221.g72128) Being in my agenda (non stiocky or sticky doesn't matter) I press v r and get this error: Debugger entered--Lisp error: (wrong-type-argument

Re: [O] starting agenda gives: Selecting deleted buffer

2012-04-18 Thread Max Mikhanosha
At Wed, 18 Apr 2012 16:22:01 +0200, Rainer Stengele wrote: After deleting all buffers and then trying to start any agenda (for example C-a a) I get this error message: Debugger entered--Lisp error: (error Selecting deleted buffer) org-compile-prefix-format(agenda)

Re: [O] org-list-demote-modify-bullet and alphabetic/numerical bullets

2012-04-18 Thread Brian van den Broek
On 18 April 2012 13:03, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Brian van den Broek brian.van.den.br...@gmail.com writes: I have (setq org-alphabetical-lists t) in my .emacs. I am trying to set org-list-demote-modify-bullet to cycle on demoting between bullets of the form  -/+ and

Re: [O] org-list-demote-modify-bullet and alphabetic/numerical bullets

2012-04-18 Thread Brian van den Broek
On 19 April 2012 00:57, Brian van den Broek brian.van.den.br...@gmail.com wrote: On 18 April 2012 13:03, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Brian van den Broek brian.van.den.br...@gmail.com writes: I have (setq org-alphabetical-lists t) in my .emacs. I am trying to set

[O] Question about adding to inherited properties

2012-04-18 Thread Bill Wishon
Hi Org-mode Community, I can't get the example in section 7.1 of the org-mode manual to work as I expect. Perhaps someone can help me see what I'm doing wrong. I tried creating this buffer: * CD collection ** Classic :PROPERTIES: :GENRES: Classic :END: *** Goldberg Variations :PROPERTIES:

Re: [O] [beamer] What is the easiest way to inject latex code between block environments?

2012-04-18 Thread Mikhail Titov
-Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov Sent: Tuesday, April 17, 2012 11:46 PM To: John Hendy Cc: emacs-orgmode@gnu.org Subject: Re: [O] [beamer] What is the easiest way to inject

[O] Flexible plain list bullets

2012-04-18 Thread Mark E. Shoulson
Attached is a patch that adds a customization variable for setting which characters you can use as bullets in plain lists. Unicode has all kinds of pretty characters like or that would be good for bullets, why limit ourselves to just [-+*]? The variable's "set"