[O] orgtbl-insert-radio-tableĀ forbid blanks in the table name

2012-10-09 Thread Pascal Wittmann
Hi, I noticed that its possible to enter a name containing blanks when calling orgtbl-insert-radio-table. I don't think that this is intended, because blanks are used as separators in the "#+ORGTBL" line. Entering a the name "first table" will result in the following error message: "No s

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-09 Thread Sebastien Vauban
Hi Achim, "Sebastien Vauban" wrote: > Achim Gratz wrote: >> only =(require 'org)= is needed. > > You mean we must require Org in our .emacs file (instead of just loading the > autoload definitions)? > > IIUC, (in my case at least) that could seriously impact the Emacs startup > time? Confirmed wi

Re: [O] C-c ^ for plain lists? Why not?

2012-10-09 Thread Carsten Dominik
On 8.10.2012, at 20:25, Nicolas Goaziou wrote: > Hello, > > James Harkins writes: > >> I've started to like checklists because they are a good way to keep >> account of things that have to be done, without the individual items >> being entered into the agenda (and thus transferred to MobileOrg

Re: [O] Publishing using the new exporter

2012-10-09 Thread Robert Klein
Hello, On 10/08/2012 07:36 PM, Robert Klein wrote: Hallo, On 10/08/2012 06:49 PM, Nicolas Goaziou wrote: Hello, I don't think so, but I cannot reproduce your problem. Could you try again in a fresh emacs, once back-ends you need have been required? I re-installed the git-version of org

[O] Error on reload but none in Messages Buffer?

2012-10-09 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi When reloading org after update, I get the following messages in the message buffer, where there is apparentkly an error - but I can't see any? Any suggestions? Rainer Loading /home/rkrug/.emacs.d/org-mode/lisp/ob...done Loading /home/rkrug/.em

[O] org-e-beamer missing from org-export-dispatch ui

2012-10-09 Thread Suvayu Ali
Hi Nicolas and others, The option for beamer export seems to have gone missing from the org-export-dispatch ui. This is how I setup org-e-beamer export in a minimal emacs instance. ;; load org-export and its backends (load-library "org-export") (load-library "org-e-latex") (load-library

Re: [O] error capturing with emacs 24

2012-10-09 Thread Martin Gross
> Dear Martin, > > You colud update Org In deed, that worked. Grazie mille!

Re: [O] [babel] howto debug #+call lines

2012-10-09 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> >>> Andreas Leha writes: >>> Hi Eric, > Andreas Leha writes: > >> Hi all, >> >> I am getting different results from the evaluation of a source block and >> the evaluation of a #+call line to that

Re: [O] Bug: New Exporter macro expansion

2012-10-09 Thread Jonathan Leech-Pepin
Hello, On 6 October 2012 05:29, Nicolas Goaziou wrote: > > > Hello, > > "Sebastien Vauban" > writes: > >> Did you go further in the thinking about what the macros will support in the >> future? Such as: multiline macros, recursive macros, Babel blocks, >> etc. > > Macro expansion is already

Re: [O] Error on reload but none in Messages Buffer?

2012-10-09 Thread Achim Gratz
Rainer M Krug writes: > When reloading org after update, I get the following messages in the message > buffer, where there > is apparentkly an error - but I can't see any? It's a bug in org-reload, please pull again. Thank you for the report. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neu

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-09 Thread Achim Gratz
Sebastien Vauban writes: > Starting Emacs now requires ~18 seconds vs 2 seconds before. That is one of the consequences of how org.el is currently structured. If you know exactly what you're doing when in your init file, you can at the moment still do a (require 'org-loaddefs) where you formerly

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-09 Thread Michael Brand
Hi Achim On Tue, Oct 9, 2012 at 7:47 PM, Achim Gratz wrote: > I'm not sure how Bastien wants this to work going forward, but by the > way it's been announced and implemented the need to do this should go > away. Would it be possible/reasonable to have org-version available before (require 'org)?

[O] Is Worg updating correctly?

2012-10-09 Thread Thomas S. Dye
Aloha all, Changes I pushed recently aren't reflected on the web site. Not sure what might be wrong. All the best, Tom -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-09 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: > Sebastien Vauban writes: >> Starting Emacs now requires ~18 seconds vs 2 seconds before. > > That is one of the consequences of how org.el is currently structured. > If you know exactly what you're doing when in your init file, you can at > the moment still do a > >

Re: [O] org-e-beamer missing from org-export-dispatch ui

2012-10-09 Thread bernard
Suvayu Ali gmail.com> writes: > > Hi Nicolas and others, > > The option for beamer export seems to have gone missing from the > org-export-dispatch ui. This is how I setup org-e-beamer export in a > minimal emacs instance. > > (setq org-e-latex-pdf-process ; for experimental o

Re: [O] org-e-beamer missing from org-export-dispatch ui

2012-10-09 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > The option for beamer export seems to have gone missing from the > org-export-dispatch ui. This is how I setup org-e-beamer export in a > minimal emacs instance. Once required, Beamer related export commands should appear in the same menu as latex ("l" key). > ;;

[O] Question about External List Shell

2012-10-09 Thread Rodolfo Aramayo
Running the following code inside emacs org-mode file: shell:ls -alFG Desired outcome: a list of a directory Observed behavior: The command or link is 'active' only up to 'ls' shell:ls the -alFG is never 'seen' I am using emacs: GNU Emacs 24.2.1 org-mode @7.9.2_0 on a Mac: Darwin 10.8.0 Dar

Re: [O] Question about External List Shell

2012-10-09 Thread Eric Schulte
Rodolfo Aramayo writes: > Running the following code inside emacs org-mode file: > > shell:ls -alFG > > Desired outcome: a list of a directory > > Observed behavior: > > The command or link is 'active' only up to 'ls' > > shell:ls > > the -alFG is never 'seen' > Use the full link syntax in the a

Re: [O] Question about External List Shell

2012-10-09 Thread Rodolfo Aramayo
Yes, It works! Thanks --R On Wed, Oct 10, 2012 at 1:04 AM, Eric Schulte wrote: > Rodolfo Aramayo writes: > >> Running the following code inside emacs org-mode file: >> >> shell:ls -alFG >> >> Desired outcome: a list of a directory >> >> Observed behavior: >> >> The command or link is 'active' on

[O] Warning (initialization): An error occurred while loading /Users//.emacs

2012-10-09 Thread Chris Henderson
I am getting this error when I add the following line to .emacs file: Warning (initialization): An error occurred while loading `/Users//.emacs': Symbol's value as variable is void: org-directory To ensure normal operation, you should investigate and remove the cause of the error in your initiali

Re: [O] Warning (initialization): An error occurred while loading /Users//.emacs

2012-10-09 Thread Sebastien Vauban
Hi Chris, Chris Henderson wrote: > I am getting this error when I add the following line to .emacs file: > > Warning (initialization): An error occurred while loading > `/Users//.emacs': > > Symbol's value as variable is void: org-directory It says it all: you're using an undefined variable (org-