Re: [O] function for inserting a block

2017-10-28 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> In that case, would you be more in favor of a keymap-plus-subkey system, >> or a keymap-plus-prompt system? > > I have no strong opinion, but a keymap-plus-subkey system (subkeys >

Re: [O] Running org-mode (and emacs) inside the Web browser ?

2017-10-28 Thread Adonay Felipe Nogueira
Personally, I don't think running it inside a browser would be a good thing... both for keyboard shortcuts, and also for possible issues of non-free JS (or not-machine-readable free JS information). However, it's good to have interoperability with other collaborative editing tools, such as Gobby

Re: [O] Running org-mode (and emacs) inside the Web browser ?

2017-10-28 Thread Thibault Marin
Hi, org-mode in a browser would be great indeed. With https://github.com/paradoxxxzero/butterfly, you can get a terminal in the browser, then run emacs in terminal mode. It is not ideal (some keyboard shortcuts are intercepted by the browser), but it seems quite interesting. Olivier Berger

Re: [O] Error during org-export

2017-10-28 Thread Eric S Fraga
On Saturday, 28 Oct 2017 at 16:58, Gian-Maria Daffré wrote: [...] > If it helps, some additional information: > > > Emacs  : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) >  of 2017-09-15, modified by Debian > Package: Org mode version 9.1.2 (9.1.2-22-ga2a034-elpa @ >

Re: [O] using org-global-properties in capture templates

2017-10-28 Thread Xebar Saram
thx so much that works well. i tried to add another org-global-property entry (i assume thats possible) but then i didnt get completion for the second one. this is what i used (setq org-global-properties '(("Cuisine_ALL". "- Indian Thai Vietnamese Asian Chinese Israeli Italian American EastEuro

Re: [O] table align error

2017-10-28 Thread thomas
OK, I found it - orgmode 9.1 seems to be incompatible with emacs 24.3. Switched to 25, that fixed it. - thomas On 28.10.2017 17:20, thomas wrote: bisecting the repo I found 6d6a30d4cd682732ba40328bbeb96122a50f96ff is the first bad commit commit 6d6a30d4cd682732ba40328bbeb96122a50f96ff

Re: [O] table align error

2017-10-28 Thread thomas
bisecting the repo I found 6d6a30d4cd682732ba40328bbeb96122a50f96ff is the first bad commit commit 6d6a30d4cd682732ba40328bbeb96122a50f96ff Author: Nicolas Goaziou Date:   Tue Jun 27 23:06:02 2017 +0200     org-table: Implement shrunk columns     * lisp/org-table.el

Re: [O] Error during org-export

2017-10-28 Thread Gian-Maria Daffré
On Sat, 2017-10-28 at 14:08 +0100, Eric S Fraga wrote: > On Saturday, 28 Oct 2017 at 12:39, Gian-Maria Daffré wrote: > > If I use a completely empty .emacs file, then I get the error > > message. > > But if your .emacs is completely empty, how does emacs know how to > get > the ELPA version of

Re: [O] table align error

2017-10-28 Thread thomas
hm, I recompiled org mode and found this warning: Compiling /home/thomas/dev/elisp/orgmode/org-mode/lisp/org-table.el... In org-table-align: org-table.el:812:24:Warning: split-string called with 4 arguments, but accepts     only 1-3 this might be related to my error ... line 812 in

Re: [O] Error during org-export

2017-10-28 Thread Eric S Fraga
On Saturday, 28 Oct 2017 at 12:39, Gian-Maria Daffré wrote: > If I use a completely empty .emacs file, then I get the error message. But if your .emacs is completely empty, how does emacs know how to get the ELPA version of org? Do you have an init file in your .emacs.d directory? -- : Eric S

Re: [O] Error during org-export

2017-10-28 Thread Gian-Maria Daffré
Hello Nicolas, On Sat, 2017-10-28 at 11:23 +0200, Nicolas Goaziou wrote: > Hello, > > Gian-Maria Daffré writes: > > > If I create a simple heading like > > * Hello > > Test > > > > and then try to export as latex/pdf from org-mode (C-c C-e l o) I > > get > > the

[O] table align error

2017-10-28 Thread thomas
Hi! org mode table align ( key) is broken on my installation. I'm using the latest version from github:  Org mode version 9.1.2 (release_9.1.2-154-g99dbca @ /home/thomas/dev/elisp/orgmode/org-mode/lisp/) This is the message I get when pressing on any table:  org-table-align: Wrong number

Re: [O] using org-global-properties in capture templates

2017-10-28 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > ;; Effort and global properties > (setq org-global-properties '(("Effort_ALL". "0 0:10 0:20 0:30 1:00 2:00 > 3:00 4:00 6:00 8:00"))) > > > > (add-to-list 'org-capture-templates > '("f" "Food" > entry > (file+headline (lambda () (concat pmm

Re: [O] Error during org-export

2017-10-28 Thread Nicolas Goaziou
Hello, Gian-Maria Daffré writes: > If I create a simple heading like > * Hello > Test > > and then try to export as latex/pdf from org-mode (C-c C-e l o) I get > the following error. > > Debugger entered--Lisp error: (void-variable element-property) FWIW, I cannot

Re: [O] Bug: Missing agenda files file causes org to fail [9.1.2 (9.1.2-22-ga2a034-elpaplus)]

2017-10-28 Thread Nicolas Goaziou
Hello, Allen Li writes: > If org-agenda-files is set to a file through customize.el and that > file is missing, Org will fail to load at all. I cannot reproduce it. Could you provide the error message and a recipe? Regards, -- Nicolas Goaziou

[O] using org-global-properties in capture templates

2017-10-28 Thread Xebar Saram
Hi all so i just discovered today the org-global-properties im still strugling to understand how to use it in a capture template currently i use the %^{prompt} option to quick select from a list of items as following (add-to-list 'org-capture-templates '("ff" "Food" entry (file+headline