Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Ciaran Mulloy
On 27/08/14 03:52, Nick Dokos wrote: Ciaran Mulloy crmul...@gmail.com writes: Hi! I was fascinated to work through the examples provided in the org-tutorials sections under Worg and really see the power of using eLisp as spreadsheet formula: http://orgmode.org/worg/

Re: [O] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-27 Thread Samuel Loury
Hi, Finally, I don't have time to dig into org-element.el for the time being. Nonetheless, please find attached a revised version of the patch with your comments taken into account. In order to avoid creating the regexp each time `org-at-clock-log-p' is called, I added the constant

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Eric S Fraga
On Tuesday, 26 Aug 2014 at 21:36, Florian Knupfer wrote: your very welcome, i'll refactor the code a bit and clean up in the next days and think that its than mostly complete. If you've got suggestions concerning features or the code, I would be pleased to hear from, enabling me to learn. A

Re: [O] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-27 Thread Nicolas Goaziou
Hello, Samuel Loury konubi...@gmail.com writes: About org-element.el, I would be happy to try. I guess the best documentation is the file itself (it appears to be quite well commented). Is it a good way to start? There are also bits of documentation here and there, on the ML, in the ox.el

Re: [O] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-27 Thread Nicolas Goaziou
Samuel Loury konubi...@gmail.com writes: Nonetheless, please find attached a revised version of the patch with your comments taken into account. Applied (with some spurious newlines removed). Thank you. Regards, -- Nicolas Goaziou

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Ernesto Durante
Florian Knupfer f.knup...@gmail.com writes: Hello, I've written a function that enables a three pane view on org files. I'm quite new to emacs but I'd like to contribute and receive feedbacks, improvement etc. It can be found at: https://github.com/knupfer/org-panes Best regards very

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Thorsten Jolitz
Ernesto Durante stobos...@gmail.com writes: Florian Knupfer f.knup...@gmail.com writes: Hello, I've written a function that enables a three pane view on org files. I'm quite new to emacs but I'd like to contribute and receive feedbacks, improvement etc. It can be found at:

Re: [O] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-27 Thread Marcin Borkowski
Dnia 2014-08-27, o godz. 09:34:16 Nicolas Goaziou m...@nicolasgoaziou.fr napisał(a): There are also bits of documentation here and there, on the ML, in the ox.el reference... I'm in the process of writing a small document collecting these bits. Wow, that would be cool! I tried to look into

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Nick Dokos
Ciaran Mulloy crmul...@gmail.com writes: Hi Nick, Many thanks for your input. The table I was trying was the example in the tutorial shown as follows (not big) and no hint of a regex!: | Col1 | Col2 | Col3 | Col4 | Col5 | |--+--+--+--+--| | a| a|

Re: [O] How to represent this in Org-mode

2014-08-27 Thread Nicolas Richard
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: How to represent such a partially ordered set in Org-mode? One idea that comes to my mind is writing a normal outline (tree) with all the modules (possibly nested), and including links to all prerequisites in every such module. Any

[O] Bug: (org-clock-in 64) leads to redundant clock entries [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-08-27 Thread REN Lifeng
Hi, Maybe I missed something obvious, but I find c-u c-u c-u c-c c-x c-i does not work as the docstring says. Steps to reproduce the problem follows. - emacs -q - (find-file test.org) - insert a header, clock in (say 15:39) - clock out after more than 1 minute (say 15:43) - insert another header

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread ciaran_mulloy
On 27/08/14 08:21, Ciaran Mulloy wrote: On 27/08/14 03:52, Nick Dokos wrote: Ciaran Mulloy crmul...@gmail.com writes: Hi! I was fascinated to work through the examples provided in the org-tutorials sections under Worg and really see the power of using eLisp as spreadsheet formula:

[O] Emacs speaks to spreadsheet

2014-08-27 Thread Tak Kunihiro
To make a plot using org-babel/R with org-table (as data.frame) is an ultimate weapon for me. Thank you for development. Occasionally I want to transport datasets between Excel and org-table. Two essential operations are (a) to copy cells from Excel and paste into org-table and (b) other way

Re: [O] HTML lists are including paragraphs (lip…/p/li)

2014-08-27 Thread Daniel Clemente
It works very well now, thank you. El Tue, 26 Aug 2014 09:59:24 +0200 Nicolas Goaziou va escriure: Daniel Clemente n142...@gmail.com writes: Ok, let's keep the complex cases possible, but the simple ones simple. So: - litext/li and litextul//li if there's only 1 text or sublist or

Re: [O] [RFC] Rewrite radio tables

2014-08-27 Thread AW
Am Sonntag, 24. August 2014, 21:25:57 schrieb Nicolas Goaziou: Hello, The following patch implements radio tables and `orgtbl-to-...' functions using Org export engine. The implementation is probably not totally backward compatible, though. Hello, I'm really interested in improvments of

[O] words from radio links are not visible when exporting subtrees

2014-08-27 Thread Daniel Clemente
Hi, with latest org-mode and this 4-line org: * word * aaa ** export only this subtree (you'll lose a word) ABC Go to the „**“ and use C-c C-e C-s h H (export subtree to HTML). The result has the word „word“ missing from title and header: titleexport only this subtree (you'll lose a

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
Hello Ciaran, given your example: | Col1 | Col2 | Col3 | Col4 | Col5 | |--+--+--+--+--| | a| a| :='(mapconcat 'identity (delete-dups (list @2$1..@$1 @2$2..@$2)) ) | b| | | b| a| | | | | c| d| | | |

Re: [O] dropping the debian version

2014-08-27 Thread Achim Gratz
Sharon Kimble writes: I'm sorry Achim, but what do you mean by that? Giving that command on the command line. 'site-lisp'? Where’s that then please? Its not in the org-mode that comes with the git output, and I don't have one in my bog-standard emacs in my /home directory at ~/.emacs.d/ On

Re: [O] make orgtbl-ascii-plot easier to install

2014-08-27 Thread Thierry Banel
Hereafter is an enhanced version of orgtbl-ascii-plot. Thanks, Nicolas, for your feedback. Enhancements you suggested include: - let-binding (instead of setq) - better support for table headers (correct parsing of 'hline) - no dependency on cl-lib (hopefully achieving Emacs 23 support) - use

Re: [O] words from radio links are not visible when exporting subtrees

2014-08-27 Thread Nicolas Goaziou
Hello, Daniel Clemente n142...@gmail.com writes: Hi, with latest org-mode and this 4-line org: * word * aaa ** export only this subtree (you'll lose a word) ABC Go to the „**“ and use C-c C-e C-s h H (export subtree to HTML). The result has the word „word“ missing from title and

Re: [O] make orgtbl-ascii-plot easier to install

2014-08-27 Thread Nicolas Goaziou
Thierry Banel tbanelweb...@free.fr writes: Hereafter is an enhanced version of orgtbl-ascii-plot. Thanks, Nicolas, for your feedback. Enhancements you suggested include: - let-binding (instead of setq) - better support for table headers (correct parsing of 'hline) - no dependency on cl-lib

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Ciaran Mulloy
On 27/08/14 12:52, Nick Dokos wrote: Ciaran Mulloy crmul...@gmail.com writes: Hi Nick, Many thanks for your input. The table I was trying was the example in the tutorial shown as follows (not big) and no hint of a regex!: | Col1 | Col2 | Col3 | Col4 | Col5 |

Re: [O] [RFC] Rewrite radio tables

2014-08-27 Thread Nicolas Goaziou
Hello, AW alexander.will...@t-online.de writes: I'm really interested in improvments of orgtbl and exporting to LaTeX, but as a user I have no idea what to do with the patchfile. If I can patch against a file of orgmode 8.2.7, please drop a line. This patch is against master. Though, you

[O] [bug] exporting to org corrupts outline

2014-08-27 Thread Samuel Wales
don't know if i am doing something wrong, but i tried a few variants both programmatically and interactively. * exporting i exported 1 as a subtree to org: *** 1 * 2 *** 3:export: * 4 *** 5

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
Ciaran Mulloy crmul...@gmail.com writes: Inserting the following as a field formula in location @2$3: :='(mapconcat 'identity (delete-dups (list @2$1..@$1 @2$2..@$2)) ) and doing a C-c or a C-u-C-c C-c generates an 'Invalid regexp: Regular expression too big' error. It seems that

[O] [babel-R][RFC] Customizing the R prompt for babel sessions approach, advice, discussion

2014-08-27 Thread Grant Rettke
Good evening, The `R' programming language lets you set a custom prompt by evaluating this `R' code: ╭ │ options(prompt=ℝ ) ╰ When you are using `ess' [1] you need to let it know that you are using a different prompt than the defult by customizing the following value like this: ╭ │

Re: [O] [RFC] [PATCH] ox-latex: support :float no with caption for minted listings

2014-08-27 Thread Aaron Ecay
Hi Nicolas, 2014ko abuztuak 24an, Nicolas Goaziou-ek idatzi zuen: Hello, Aaron Ecay aarone...@gmail.com writes: Why is the compatibility=false option needed? I can’t figure this out. This is in my local copy of the minted manual, in 7 Known issues. It may be outdated, though. Hmm.

Re: [O] [babel-R][RFC] Customizing the R prompt for babel sessions approach, advice, discussion

2014-08-27 Thread Aaron Ecay
Hi Grant, 2014ko abuztuak 27an, Grant Rettke-ek idatzi zuen: [...] Question: • What do you think of such a change? • Do you have a desired approach? • Would you like a patch? • My change would be really basic, just add a new defcustom to store the regex and reference it in the

Re: [O] R code block produces only partial output

2014-08-27 Thread Aaron Ecay
Hi Chuck, Thanks for your feedback. The patch you’ve sent looks basically correct to me. 2014ko abuztuak 23an, Charles C. Berry-ek idatzi zuen: [...] The old hacky way works pretty well most of the time. I suspect that it will be hard to get folks to really test a new ob-R.el in advance of