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
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
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
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:
╭
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
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
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
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|
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
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:
>
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
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/
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| | |
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
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
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
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
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
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
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'
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
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
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
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
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
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
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
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
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.
29 matches
Mail list logo