Re: [O] Create a longtable in LaTeX from orgtbl

2014-10-10 Thread Tak Kunihiro
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

[O] ditaa source gets disappeared by exporting html

2014-10-10 Thread ishi soichi
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 || | | | | | | |+--+ +-+ +--

Re: [O] org-mode for knowledge management

2014-10-10 Thread Eric Abrahamsen
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

Re: [O] org-mode for knowledge management

2014-10-10 Thread John Hendy
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

Re: [O] org-mode for knowledge management

2014-10-10 Thread mbork
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

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-10 Thread Nathaniel Flath
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

Re: [O] export to odt: error in style.xml

2014-10-10 Thread Achim Gratz
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Grant Rettke
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

Re: [O] Adding new table rows/cols in a formula update

2014-10-10 Thread Dima Kogan
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

Re: [O] You don't like the HTML export; well, that could change!

2014-10-10 Thread Joseph Vidal-Rosset
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Aaron Ecay
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Thorsten Jolitz
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

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 /usr/local/share/emacs/site-lisp/org/)]

2014-10-10 Thread Aaron Ecay
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread 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

Re: [O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-10 Thread Aaron Ecay
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

Re: [O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Aaron Ecay
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

Re: [O] org-mode for knowledge management

2014-10-10 Thread Daniel Clemente
> > > > 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

Re: [O] You don't like the HTML export; well, that could change!

2014-10-10 Thread 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 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

Re: [O] You don't like the HTML export; well, that could change!

2014-10-10 Thread Fabrice Niessen
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Grant Rettke
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

[O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-10 Thread Marco Wahl
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

Re: [O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Rainer M Krug
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,

Re: [O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Andreas Leha
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

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-10 Thread Michael Brand
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) >

[O] Make * bold or use colour for export to html and LaTeX

2014-10-10 Thread Rainer M Krug
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,

Re: [O] Adding new table rows/cols in a formula update

2014-10-10 Thread Nicolas Goaziou
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-

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 /usr/local/share/emacs/site-lisp/org/)]

2014-10-10 Thread Henrik Singmann
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

Re: [O] (void-variable ignore) in

2014-10-10 Thread Nicolas Goaziou
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 "./

Re: [O] Possible bug, installing outshine before outorg

2014-10-10 Thread Thorsten Jolitz
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

Re: [O] How to archive the whole file

2014-10-10 Thread Thorsten Jolitz
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
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

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
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

Re: [O] How to "initiate" Org mode in a buffer

2014-10-10 Thread Nicolas Goaziou
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

Re: [O] [NEW PATCH] read.table in variable transfer caused sometimes "function not found" error - small change

2014-10-10 Thread Rainer M Krug
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