Re: [O] Insert a line separator in table results

2014-07-17 Thread Xavier Garrido
This also works for me. Thanks for your help, Xavier Le 17/07/2014 00:37, Arun Persaud a écrit : This works for me. #+BEGIN_SRC python x = [[label 1, label 2, label 3]] x.append(None) x.append((4, 5, 6)) x.append((7, 8, 9)) return (x) #+END_SRC #+RESULTS: | label 1 |

[O] org-table-edit-formulas misbehaving in 8.2.7b

2014-07-17 Thread Luke Crook
I just noticed that org does not jump to the correct cell in the table when examining formulas using org-table-edit-formulas. This was working in 8.2.6. In most cases, it will jump to a different location in the buffer. Example table below. Note that I had to break the table formulae onto

[O] Emacs with Org 8?

2014-07-17 Thread SabreWolfy
The latest stable release of Emacs is 24.3.1, which does not contain Org version 8? Therefore, using Org 8 requires (manual) installation? I am using a modified version of Emacs on Mac, with ESS and other packages pre-installed. This version has Org 7.9.3 though :(

[O] input date/time properties

2014-07-17 Thread Eike Kettner
Dear List, I've discovered orgmode only several weeks ago and this was a great day. So this is my first post and I want to thank you all making this free software! Now I have several org files and I sometimes want to attach date or datetime properties to a headline. So I type C-c C-x p and

Re: [O] Emacs with Org 8?

2014-07-17 Thread Nicolas Richard
SabreWolfy sabrewo...@gmail.com writes: The latest stable release of Emacs is 24.3.1, which does not contain Org version 8? Therefore, using Org 8 requires (manual) installation? I am using a modified version of Emacs on Mac, with ESS and other packages pre-installed. This version has Org

Re: [O] input date/time properties

2014-07-17 Thread Thorsten Jolitz
Eike Kettner n...@eknet.org writes: Now I have several org files and I sometimes want to attach date or datetime properties to a headline. So I type C-c C-x p and answer the minibuffer. For a date/time value I'd like to use the nice input method (I think provided by `org-read-date') but I

[O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Xebar Saram
hi all i keep once and a while screwing up my notes with unintended editing (erroneous key presses etc) and was wondering if any one knew of a way to to switch orgmode notes between read-only/editing? i have used such options in previous note taking apps that had that option build in but i

Re: [O] input date/time properties

2014-07-17 Thread Eike Kettner
Aahhh.. I knew I'm missing something obvious. I just wasn't brave enough to simply try those key strokes from within the minibuffer... silly me. It also works here, of course. Thank you Eike Thorsten Jolitz writes: Eike Kettner n...@eknet.org writes: Now I have several org files and I

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Thorsten Jolitz
Xebar Saram zelt...@gmail.com writes: hi all i keep once and a while screwing up my notes with unintended editing (erroneous key presses etc) and was wondering if any one knew of a way to to switch orgmode notes between read-only/editing? i have used such options in previous note taking

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-17 Thread Nick Dokos
Roland Everaert reveatw...@gmail.com writes: With the minimal-config, the org version is Org-mode version 8.3beta (release_8.3beta-40-g9cf3c4 @ /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/). So I have created a file that load only org-mode and my configuration. It begins like this:

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Xebar Saram
Thx Thorston this looks great can you recommend a way to open all orgmode notes in view mode by default, i guess i would then bind a key to disable view mode to start editing right? thanks alot again Z On Thu, Jul 17, 2014 at 4:13 PM, Thorsten Jolitz tjol...@gmail.com wrote: Xebar Saram

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Xebar Saram
PS. Also can anyone think of a way to get a visual cue when the file is in view mode? thx! Z On Thu, Jul 17, 2014 at 4:22 PM, Xebar Saram zelt...@gmail.com wrote: Thx Thorston this looks great can you recommend a way to open all orgmode notes in view mode by default, i guess i would then

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Thorsten Jolitz
Xebar Saram zelt...@gmail.com writes: Thx Thorston this looks great can you recommend a way to open all orgmode notes in view mode by default you could try (untested!!) , | (add-hook 'org-mode-hook 'view-mode) ` i guess i would then bind a key to disable view mode to start

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Thorsten Jolitz
Xebar Saram zelt...@gmail.com writes: PS. Also can anyone think of a way to get a visual cue when the file is in view mode? There is a visual cue in the mode-line: , | 1-UUU:**-- ` changes to , | 1-UUU:%%-- ` when view-mode is active On Thu, Jul 17, 2014 at 4:22 PM,

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Nick Dokos
Xebar Saram zelt...@gmail.com writes: PS. Also can anyone think of a way to get a visual cue when the file is in view mode? thx! Z On Thu, Jul 17, 2014 at 4:22 PM, Xebar Saram zelt...@gmail.com wrote: can you recommend a way to open all orgmode notes in view mode by

Re: [O] [bug] in org-element cache (?)

2014-07-17 Thread Nicolas Goaziou
Hello, Nicolas Berthier nbe...@member.fsf.org writes: I just hit a bug in org-element with the current development branch (commit 9cf3c4e9712aba63be36eac7193e4ac85f491f8b), when exporting a rather big Org file to LaTeX (HTML export works fine). It happens during export, in function

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Jorge A. Alfaro-Murillo
Xebar Saram zelt...@gmail.com writes: i keep once and a while screwing up my notes with unintended editing (erroneous key presses etc) and was wondering if any one knew of a way to to switch orgmode notes between read-only/editing? Hi Xebar. Use C-x C-q. This works for every file, I use it in

Re: [O] cache problem, with ECM

2014-07-17 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: I noticed this morning, after updating org-mode to the latest version, that I would get an error with a trace related to a cache even if a just started emacs. It took me a while to get down to an ECM, but here it is. The init file

Re: [O] [ANN] Org-gamify

2014-07-17 Thread Jürgen Hötzel
On Wed, Jul 9, 2014 at 4:39 AM, Paul Sexton psexton...@gmail.com wrote: I have written a plugin for org agenda, which allows gamification of task management. Define currencies, earn them by completing tasks, and spend them on rewards. Inspired by HabitRPG, Epic Win and similar systems.

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Xebar Saram
Thanks guys. really appreciate all your help im now using view-mode with hooks as suggested. btw whats the advantages of viewer-mode over read-only-mode best Z On Thu, Jul 17, 2014 at 5:46 PM, Jorge A. Alfaro-Murillo jorge.a.alf...@gmail.com wrote: Xebar Saram zelt...@gmail.com writes:

[O] bug#18035: Linum-mode + org-indent-mode results in graphical bug

2014-07-17 Thread Eli Zaretskii
From: Michael Heerdegen michael_heerde...@web.de Cc: 18...@debbugs.gnu.org, Lionel Henry lionel@gmail.com Date: Wed, 16 Jul 2014 20:14:46 +0200 Michael Heerdegen michael_heerde...@web.de writes: Activating both linum-mode and org-indent-mode will cause several graphical

[O] turn off monospace in src result

2014-07-17 Thread regcl
With this line in my .org file ... This is src_R{foo-FOO; paste(foo)}. ... when I publish to html or pdf, I get ... This is FOO. ... which is wonderful, except that FOO is monospace. Can I turn off monospace for all results of inline source? Thanks, regcl

[O] Infinite loop with org-log-done 'time?

2014-07-17 Thread Ethan
Hi list, I'm running org-mode from git (version 8.3beta), and recently I started to get hangs in org files. I can't characterize them completely; I have a clear memory of causing something when I hit Enter to create a newline before a heading. Today I managed to reproduce it reliably when I

[O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Hi List, I have a problem with a orgtbl which I would like to export with certain options to latex. The table looks like this: #+TBLNAME: test #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4\\num{%s}) | Soll | | | Haben | |--+---+--+---| | | | | 39000 | I

Re: [O] fill-paragraph running slowly in org mode

2014-07-17 Thread Sean Markan
I just upgraded to a new version of Linux/emacs/org-mode, and am finding that fill-paragraph (M-q) runs very slowly in org-mode on large files. With about 50k lines in the buffer, fill-paragraph takes around 3 seconds even if the paragraph is only a couple lines. (The behavior is

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: Hi List, I have a problem with a orgtbl which I would like to export with certain options to latex. The table looks like this: #+TBLNAME: test #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4\\num{%s}) | Soll | | | Haben |

Re: [O] turn off monospace in src result

2014-07-17 Thread Andreas Leha
Hi regcl, regcl re...@channing.harvard.edu writes: With this line in my .org file ... This is src_R{foo-FOO; paste(foo)}. ... when I publish to html or pdf, I get ... This is FOO. ... which is wonderful, except that FOO is monospace. Can I turn off monospace for all results of

Re: [O] turn off monospace in src result

2014-07-17 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi regcl, regcl re...@channing.harvard.edu writes: With this line in my .org file ... This is src_R{foo-FOO; paste(foo)}. ... when I publish to html or pdf, I get ... This is FOO. ... which is wonderful, except that FOO is

Re: [O] turn off monospace in src result

2014-07-17 Thread Andreas Leha
Hi Nick, Nick Dokos ndo...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi regcl, regcl re...@channing.harvard.edu writes: With this line in my .org file ... This is src_R{foo-FOO; paste(foo)}. ... when I publish to html or pdf, I get ... This is FOO.

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Nick, Nothing - there is a bug in org-table.el:org-table-clean-before-export where the regexp that matches special chars in the first column (see (info (org)Advanced features) for the details) inadvertently matches | | | | 3900| and deletes the first column. The regexp is set like

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe i...@th-grothe.de writes: thank you very much for your response, well I'm not an emacs guru, so my simple question is, how to apply this patch? I'm working with archlinux here and I installed orgmode systemwide not locally, I guess I should first install it in my local homedir

[O] bug#18035: Linum-mode + org-indent-mode results in graphical bug

2014-07-17 Thread Michael Heerdegen
Eli Zaretskii e...@gnu.org writes: [...] I'm not sure this is the same problem as reported by the OP, so it probably should have been reported as a separate bug (merging them later is easy). Ok. I wasn't sure what would be best. - visit a file under version control (I tried a git

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Eric Abrahamsen
Xebar Saram zelt...@gmail.com writes: Thanks guys. really appreciate all your help  im now using view-mode with hooks as suggested. btw whats the advantages of viewer-mode over read-only-mode Mostly that you get more convenient navigation commands. Scrolling and searching etc don't require

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Nothing - there is a bug in org-table.el:org-table-clean-before-export where the regexp that matches special chars in the first column (see (info (org)Advanced features) for the details) inadvertently matches | | | | 3900| and deletes the first column.