Re: [O] exporting tables + equations to latex

2014-10-11 Thread Giuseppe Lipari
Thanks Nicolas and Jorge for your answers. In my version (8.3beta-326-g6eb982.dirty taken from git): - the :raw t flag does not work (same output as before) - the :no-escape t works well. After your answer, I understood this part is being reworked, so I decided to update the org-mode git reposito

Re: [O] ditaa source gets disappeared by exporting html

2014-10-11 Thread Eric S Fraga
On Saturday, 11 Oct 2014 at 12:13, ishi soichi wrote: > 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 +---+

[O] beamer and changing font size for example environment

2014-10-11 Thread Manfred Lotz
Maybe a stupid question. How could I change font size (in my case to smaller) for an example environment in org-mode? Needed in export to Beamer pdf. -- Thanks, Manfred

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

2014-10-11 Thread Marco Wahl
Hi Aaron, Aaron Ecay writes: > 2014ko urriak 10an, Marco Wahl-ek idatzi zuen: >> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el >> index da7993c..5fd9fbc 100644 >> --- a/lisp/org-agenda.el >> +++ b/lisp/org-agenda.el >> @@ -5112,8 +5112,10 @@ of what a project is and how to check if it stuc

[O] How to refer to parsed element in export-filter?

2014-10-11 Thread Thorsten Jolitz
Hi List, in an exporter I would like to have a filter function (for headlines) that acts conditional on the back-end and on the headline's properties (say its :todo-keyword). But is it possible to find the internal representation of the filtered headline in the communication channel? #+BEGIN_SRC

Re: [O] org-mode for knowledge management

2014-10-11 Thread Daniel Clemente
El Fri, 10 Oct 2014 16:48:39 -0500 John Hendy va escriure: > > 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 > >>

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

2014-10-11 Thread Bastien
Hi Marco, Marco Wahl writes: > The patch has shrunk considerably and hopefully is worth for the push > now. The patch looks good, please go ahead. Thanks! -- Bastien

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

2014-10-11 Thread Bastien
Achim Gratz writes: > The script that generates the ChangeLog for the Emacs merge will list > all of these separately and Bastien or who else is doing the merge will > have to manually put them back together. Yes. >> ¹ It pains me every time I use my private email for public mailing >> list, b

Re: [O] Clocktable language customization not working as expected

2014-10-11 Thread Bastien
Hi Axel, Axel Kielhorn writes: > It still does not work for: > > #+LANGUAGE: "fr" Does it work for #+LANGUAGE: fr ? > and i discovered some untranslated english words in the caption when > generating a clock table for a week/month/quater, Please report missing translations and someone will

Re: [O] converting from markdown to org mode?

2014-10-11 Thread Bastien
Hi Alan, Alan Schmitt writes: > I guess using pandoc could work … Is it the > best way to convert from markdown? I tried it once and it worked well, so I guess yes. -- Bastien

Re: [O] ob-clojure.el (org-babel for Clojure)

2014-10-11 Thread Bastien
Hi Daniel, Daniel Szmulewicz writes: > Just to confirm that it's a API change that broke ob-clojure.el for cider. > Also, the cider maintainer suggests to remove the nrepl back-end, > as it has merged into cider. Just to confirm that this has been done in the meantime in master. -- Bastien

Re: [O] clock-in and clock-out columns for clock-table

2014-10-11 Thread Bastien
Hi Paul, Paul Rudin writes: > Is there a way to coerce a clock table to include the clock in and clock > out information? Can you give a literal example of the desired table output? Thanks, -- Bastien

Re: [O] [patch] org-sbe doc

2014-10-11 Thread Bastien
Hi Rasmus, Rasmus writes: > Cf. Charles Berry's post to a similarly named post there's a bug in > the documentation of org-sbe. This patch corrects it. Thanks! I see it has been applied -- since the mailing list is really our bug tracker*, let's take a habit of confirming on the list when a p

Re: [O] orgmode in drupal

2014-10-11 Thread Bastien
Hi David, David Arroyo Menendez writes: > Perhaps in this mailing list there are some drupal admin who wants > upload his files to drupal. I've a project to make it :) > https://www.drupal.org/node/1977240. Maybe you can document this somewhere on Worg? Thanks, -- Bastien

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

2014-10-11 Thread Bastien
Hi Dima, Dima Kogan writes: > OK. New patch attached. Thanks for your work on this, the patch looks good but it cannot be accepted as a "tiny change". Would you be willing to sign the FSF copyright assignment papers? If yes, please fill in the form from here: http://orgmode.org/cgit.cgi/org-m

Re: [O] org-mode

2014-10-11 Thread Bastien
Hi Hans, Hans Kalldin writes: > What I expect would be: I understand why you would expect that, but 1st level headlines are never folded, it would be too confusing. HTH, -- Bastien

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-10-11 Thread Bastien
Nicolas Goaziou writes: > Please go ahead (applying the patch, not bugging somebody!). Alan, from now on, you can use this as a general rule :) Thanks! -- Bastien

Re: [O] [Feature Request] HEADLINE special property

2014-10-11 Thread Bastien
Nicolas Goaziou writes: > I think "ITEM" is expected return the headline without all the meta > data. If no one objects, I'll change it so in master. Yes, thanks for this, -- Bastien

Re: [O] emacs stackexchange beta site

2014-10-11 Thread Bastien
The Emacs Stackexchange site is now official: http://emacs.stackexchange.com This is good, but let's continue to aggregate as much knowledge directly on the list. Thanks! -- Bastien

Re: [O] ditaa source gets disappeared by exporting html

2014-10-11 Thread ishi soichi
thanks for your reply. It might have been my mistake. I have redone all org-mode configuration written in init.el, then now it seems to be working as I wanted it to. Though, I wasn't able to find the cause of what was happing. Thanks anyway. 2014-10-11 17:40 GMT+09:00 Eric S Fraga : > On Sat

Re: [O] exporting tables + equations to latex

2014-10-11 Thread Nicolas Goaziou
Hello, Giuseppe Lipari writes: > After your answer, I understood this part is being reworked, so I decided > to update the org-mode git repository and now my version is > 8.3beta-439-gfcce67.dirty. With this version > > - with no special option, it produces the correct output > - with :raw t, th

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

2014-10-11 Thread Nicolas Goaziou
Hello, Bastien writes: > Thanks for your work on this, the patch looks good but it cannot be > accepted as a "tiny change". Would you be willing to sign the FSF > copyright assignment papers? Actually, it's not a tiny change. He signed copyright assignment already. See http://permalink.gmane.o

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

2014-10-11 Thread Michael Brand
Hi Nathaniel On Fri, Oct 10, 2014 at 9:43 PM, Nathaniel Flath wrote: > Mine is a pretty simple table (takes less than a second even in the original > case): Earlier I assumed that the issue is a very high number of messages from the loops. Now your example table clarifies to me that the issue is

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

2014-10-11 Thread Marco Wahl
Bastien writes: >> The patch has shrunk considerably and hopefully is worth for the push >> now. > > The patch looks good, please go ahead. Thanks! Patch pushed! Thanks and regards, Marco -- http://www.wahlzone.de GPG: 0x0A3AE6F2

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

2014-10-11 Thread Dima Kogan
Nicolas Goaziou writes: >> Thanks for your work on this, the patch looks good but it cannot be >> accepted as a "tiny change". Would you be willing to sign the FSF >> copyright assignment papers? > > Actually, it's not a tiny change. He signed copyright assignment > already. See http://permalink

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

2014-10-11 Thread Achim Gratz
Marco Wahl writes: > Bastien writes: > >>> The patch has shrunk considerably and hopefully is worth for the push >>> now. >> >> The patch looks good, please go ahead. Thanks! > > Patch pushed! It looks like that patch should have gone to maint rather than master and please use a properly formatt

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-11 Thread Thierry Banel
Here is a patch which bindskeys: C-c " a orgtbl-ascii-plot(creates an ascii plot for the column where the cursor is) C-c " g org-plot/gnuplot (nicely launches Gnuplot for all columns) It also adds a sub-menu named "Plot" in the "Tbl" menu with those two entries. Have fun Thierry Le 07

Re: [O] Clocktable language customization not working as expected

2014-10-11 Thread Axel Kielhorn
Am 11.10.2014 um 14:51 schrieb Bastien : > Hi Axel, > > Axel Kielhorn writes: > >> It still does not work for: >> >> #+LANGUAGE: "fr" > > Does it work for > > #+LANGUAGE: fr No. That was my first try. It has no effect. >> and i discovered some untranslated english words in the caption whe

Re: [O] org-mode for knowledge management

2014-10-11 Thread Brady Trainor
Daniel Clemente writes: > About links: in org-mode they all look the same, but semantically there are > many types, like: > - *is-a*: „this is a concrete implementation of [[that generic knowledge]]“ > - *related*: „related to this is: [[that]]“ > - *same-as*: „this and [[that]] are exactly th

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

2014-10-11 Thread Aaron Ecay
2014ko urriak 11an, Achim Gratz-ek idatzi zuen: > It looks like that patch should have gone to maint rather than master > and please use a properly formatted commit message in the future: For reference, this link describes what Achim means about commit messages:

Re: [O] org-mode for knowledge management

2014-10-11 Thread Daniel Clemente
El Sat, 11 Oct 2014 12:45:45 -0700 Brady Trainor va escriure: > > > About links: in org-mode they all look the same, but semantically there > > are many types, like: > > […] > > - *same-as*: „this and [[that]] are exactly the same topic, so write > > only under that header, not here“ > > […] >

Re: [O] org-mode for knowledge management

2014-10-11 Thread John Hendy
On Fri, Oct 10, 2014 at 9:53 PM, Eric Abrahamsen wrote: > 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

[O] Documentation of org-clone-subtree-with-timeshift does not match actual behaviour

2014-10-11 Thread Julian Kniephoff
Hello everyone, I hope this is the right place to post things like this, and that I included enough information. If not, could somebody please tell me where I should go with this and what information you need? A while ago I experimented with calling org-clone-subtree-with-timeshift from an eli

Re: [O] org-mode for knowledge management

2014-10-11 Thread John Hendy
On Sat, Oct 11, 2014 at 6:36 AM, Daniel Clemente wrote: > El Fri, 10 Oct 2014 16:48:39 -0500 John Hendy va escriure: >> >> 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 s