http://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00634.html
Thank you for responses in regard to making a longtable using a radio
table. I found a way and want to let you know.
\begin{footnotesize}
\begin{center}
% BEGIN RECEIVE ORGTBL tbl:greate-results
% END RECEIVE ORGTBL
emacs 24.3
org-mode 8.2.6
When I run org-html-export-to-html the following code,
#+begin_src ditaa :file ditaa-seqboxes.png+--+ +-+ +-+
+-+|{io} | |{d} | |{s} | |cBLU || Foo +---+ Bar +---+
Baz +---+ Moo || | | | | | | |+--+
+-+ +--
John Hendy writes:
> On Fri, Oct 10, 2014 at 10:46 AM, Daniel Clemente wrote:
>>> >
>>> > I've been using org-mode for a variety of purposes for a few years. I find
>>> > that it suffers from the same problem that other such tools do. The
>>> > problem is me. I can't remember week to week how I
On Fri, Oct 10, 2014 at 10:46 AM, Daniel Clemente wrote:
>> >
>> > I've been using org-mode for a variety of purposes for a few years. I find
>> > that it suffers from the same problem that other such tools do. The
>> > problem is me. I can't remember week to week how I may have classified
>> > so
On Fri, 10 Oct 2014 22:46:58 +0700, Daniel Clemente
wrote:
> 1. Every information should have a single location, not two. Mix
sections
> fast if you detect repetitions. Use links extensively (C-c l) to connect
> one header with another, specially after you get lost once. Don't bother
> too much a
Mine is a pretty simple table (takes less than a second even in the
original case):
| Category | Budget | Spent | Remaining |
|--++---+---|
| A|100 | 0 | 100 |
| B|100 | 0 | 100 |
| C|100 | 0 | 100 |
| D
Rasmus writes:
>> Could you please rebase or cherry-pick your changes onto the
>> then-current master before committing them?
>
> Yes, I am very happy to!
>
> However, can you please elaborate on what exactly I did wrong? I have
> checked for the following to understand your criticism:
>
> 1. Wh
On Fri, Oct 10, 2014 at 11:50 AM, Thorsten Jolitz wrote:
> Aaron Ecay writes:
>
> Hi Rainer,
>
>> 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen:
>>> It looks like this - but I am always shocked by the number of brackets
>>> in lisp.
>>
>> It’s a bit of an adjustment. If you get into any serio
Nicolas Goaziou writes:
> Would you mind providing a test for it in org-test-table.el and an entry
> in ORG-NEWS?
>
> The commit message should be something like the following...
OK. New patch attached.
>From 273e642c937f0e12a2f71cf6499415406d708629 Mon Sep 17 00:00:00 2001
From: Dima Kogan
Da
Many thanks Fabrice. I will try to use your emacs configuration.
Best wishes
Jo.
2014-10-10 16:45 GMT+02:00 Fabrice Niessen :
> Joseph Vidal-Rosset wrote:
> > Many thanks Fabrice for this very nice html theme. I am going to use it
> > also.
> >
> > I cannot use another emacs-theme than your ema
Hi Rainer,
2014ko urriak 10an, Aaron Ecay-ek idatzi zuen:
[...]
>> the function file-relative-name (file-relative-name FILENAME &optional
>> DIRECTORY). If I am not mistaken, the optional argument DIRECTORY
>> needs to be set to the directory of the tangled file. I assume it is
>> not set at the
Aaron Ecay writes:
Hi Rainer,
> 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen:
>> It looks like this - but I am always shocked by the number of brackets
>> in lisp.
>
> It’s a bit of an adjustment. If you get into any serious lisp coding,
> check out paredit – it forces you to always have ba
Hi Henrik,
2014ko urriak 10an, Henrik Singmann-ek idatzi zuen:
>
> Hi Aaron,
>
> This patch also solves the problem for me. No more ".ess.eval" not
> found!
Thanks for testing. I’ve pushed the patch to the master branch.
--
Aaron Ecay
Hi Rainer,
2014ko urriak 10an, Rainer M Krug-ek idatzi zuen:
> It looks like this - but I am always shocked by the number of brackets
> in lisp.
It’s a bit of an adjustment. If you get into any serious lisp coding,
check out paredit – it forces you to always have balanced brackets in
the file, t
Hi Marco,
Thanks for the patch.
2014ko urriak 10an, Marco Wahl-ek idatzi zuen:
>
> Hi,
>
> it has just been reported on the emacs devel list that
> 'fancy-diary-display' has been replaced by 'diary-fancy-display' in
> Emacs 25.
>
> This breaks diary inclusion into the agenda.
>
> I think the
Hi Rainer,
2014ko urriak 10an, Rainer M Krug-ek idatzi zuen:
>
> Hi
>
> I want to highlight the cells in the table below with "***" by using
> color red for the font, "**' by using green for the font, ... or, if not
> possible, bold. Is any of this possible?
>
> The table is generated in R, so
> >
> > I've been using org-mode for a variety of purposes for a few years. I find
> > that it suffers from the same problem that other such tools do. The
> > problem is me. I can't remember week to week how I may have classified
> > some scrap of information. Did I drop it into notes/someproduc
Joseph Vidal-Rosset wrote:
> Many thanks Fabrice for this very nice html theme. I am going to use it
> also.
>
> I cannot use another emacs-theme than your emacs-leuven-theme, and it is
> going to be probably the same with your html theme !
Thanks for your nice comments.
You still miss one piece
Hello Mehul and all,
Mehul Sanghvi wrote:
> On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote:
>>
>> I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML
>> exports.
>>
>> To use it in your own files, adding these lines should make it:
>>
>> --8<---cut here
On Fri, Oct 10, 2014 at 3:24 AM, Rainer M Krug wrote:
> Grant Rettke writes:
>
>> Sounds like a valuable use of R.
>
> It definitely is.
>
>
>>
>> Do you have a writeup on the approach or is it a standard feature of
>> org and ess?
>
> No - but please bug me - I can post in the intermediate futur
Hi,
it has just been reported on the emacs devel list that
'fancy-diary-display' has been replaced by 'diary-fancy-display' in
Emacs 25.
This breaks diary inclusion into the agenda.
I think the appropriate fix is to choose the display function
dependending on the Emacs version. See the patch be
Andreas Leha writes:
> Hi Rainer,
>
> Rainer M Krug writes:
>> Hi
>>
>> I want to highlight the cells in the table below with "***" by using
>> color red for the font, "**' by using green for the font, ... or, if not
>> possible, bold. Is any of this possible?
>>
>> The table is generated in R,
Hi Rainer,
Rainer M Krug writes:
> Hi
>
> I want to highlight the cells in the table below with "***" by using
> color red for the font, "**' by using green for the font, ... or, if not
> possible, bold. Is any of this possible?
>
> The table is generated in R, so the ascii package might help (j
Hi Nathaniel
On Fri, Oct 10, 2014 at 7:56 AM, Nathaniel Flath wrote:
> That's still much more slow than not doing it - slightly modifying your
> example,:
>
> (progn
> (setq start (current-time))
> (let ((row 0) (log (time-add (current-time) '(0 1 0 0
> (while (< row 6543210)
>
Hi
I want to highlight the cells in the table below with "***" by using
color red for the font, "**' by using green for the font, ... or, if not
possible, bold. Is any of this possible?
The table is generated in R, so the ascii package might help (just
thinking about it while typing)?
Thanks,
Hello,
Dima Kogan writes:
> Sure. Updated patch attached.
Thanks. It looks good.
Would you mind providing a test for it in org-test-table.el and an entry
in ORG-NEWS?
> Subject: [PATCH] org-table.el: field formulas can now create columns as needed
>
> (org-table-recalculate): use the new org-
Hi Aaron,
This patch also solves the problem for me. No more ".ess.eval" not found!
Thanks a lot,
Henrik
Am 10.10.2014 um 06:38 schrieb Aaron Ecay:
Hi Henrik,
2014ko urriak 8an, Henrik Singmann-ek idatzi zuen:
I unfortunately can confirm that org-babel-R-initiate-session contains
the lines
Julien Cubizolles writes:
> The following needs to be saved in a file named "test.org", then run C-c
> C-c on the elisp source block and C-c e P x beamer
>
> #+begin_src emacs-lisp :tangle yes :exports none
> (setq org-publish-project-alist
> `(("beamer"
>:base-directory "./
Brady Trainor writes:
Hi,
> Newb bug report:
> I think if I have a brand new Emacs setup, installing org with an "emacs
> -q", then installing outshine.el (all with built-in package manager),
> that there is some problems created, possibly because of outorg to
> install (IIRC, a "silent-notifi
Marcin Borkowski writes:
Hi,
> I have an Org file which should all go to the archive. What do I do?
> Should I manually archive all level-one headlines? Should I just append
> "_archive" to its filename? What is the best practice?
there are probably build-in solution, but something on the li
Aaron Ecay writes:
> Hi Rainer,
>
> 2014ko urriak 9an, Rainer M Krug-ek idatzi zuen:
>>
>> I'd like to ping this as I think it
>> is an important bug. It e.g. make debugging of R packages, whose source
>> is in org, more difficult, (the .R files are tangled into ./R/) as ess
>> does not find the
Grant Rettke writes:
> Sounds like a valuable use of R.
It definitely is.
>
> Do you have a writeup on the approach or is it a standard feature of
> org and ess?
No - but please bug me - I can post in the intermediate future an
example demonstrating the points.
But the main points are:
* Se
Hello,
Marcin Borkowski writes:
> I'm writing a function which does some (serious) modifications on an Org
> file. I want it to save the results in some new file, so I'm (most
> probably) going to create a new buffer, execute (org-mode) there, copy
> the contents of the old one (insert-buffer-s
Aaron Ecay writes:
> Hello,
>
> Thanks Rainer for this patch, and thanks Chuck for the discussion. It
> appears that “use utils::read.table” is the official advice from
> devtools’s maintainer:
> https://github.com/hadley/devtools/issues/336#issuecomment-23517837.
>
> I’ve pushed the patch to th
34 matches
Mail list logo