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

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 t

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 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. I ha

[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] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
Ciaran Mulloy 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 I can r

[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] [RFC] Rewrite radio tables

2014-08-27 Thread Nicolas Goaziou
Hello, AW 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 can try applying it on mai

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 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] make orgtbl-ascii-plot easier to install

2014-08-27 Thread Nicolas Goaziou
Thierry Banel 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 (hopefully achi

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

2014-08-27 Thread Nicolas Goaziou
Hello, Daniel Clemente writes: > Hi, with latest org-mode and this 4-line org: > > > * <<>> > * 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: >

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 dolis

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/

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| | |

[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: * <<>> * 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: export only this subtree (you'll lose a ) export onl

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 o

Re: [O] HTML lists are including paragraphs (…)

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 writes: > > > Ok, let's keep the complex cases possible, but the simple ones simple. So: > > - text and text if there's only 1 text or sublist or > > text+sublist > > - [n

[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 arou

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 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://orgm

[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 heade

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

2014-08-27 Thread Nicolas Richard
Hi Marcin, Marcin Borkowski 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 other ideas? I'

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

2014-08-27 Thread Nick Dokos
Ciaran Mulloy 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| :='(mapconcat 'identit

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 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 the docstrings in o

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

2014-08-27 Thread Thorsten Jolitz
Ernesto Durante writes: > Florian Knupfer 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-pa

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

2014-08-27 Thread Ernesto Durante
Florian Knupfer 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 good and i

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

2014-08-27 Thread Nicolas Goaziou
Samuel Loury 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] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-27 Thread Nicolas Goaziou
Hello, Samuel Loury 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" reference... I'm

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

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 `org-clock-li

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 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/ org-tutorials/org-spreadsheet-lisp-formulas.