[O] docs don't make

2016-09-18 Thread Colin Baxter
The docs do not make in release_8.3.6-1140-gc74f4c. There is the following error: makeinfo --no-split org.texi -o org org.texi:10008: misplaced { org.texi:10008: misplaced } Colin.

[O] Time to push the latest org to emacs-25 branch? (Was: Emacs 25.1 released)

2016-09-18 Thread Kaushal Modi
Is this a good time to update the org version in emacs-25 branch? -- Forwarded message - From: Nicolas Petton Date: Sat, Sep 17, 2016 at 1:25 PM Subject: Emacs 25.1 released To: emacs-devel Version 25.1 of the Emacs text editor is now available. For more information on Emacs,

Re: [O] docs don't make

2016-09-18 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > The docs do not make in release_8.3.6-1140-gc74f4c. There is the > following error: > > makeinfo --no-split org.texi -o org > org.texi:10008: misplaced { > org.texi:10008: misplaced } It is the usual 1 am typo. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] bug#24073: 25.1-rc2

2016-09-18 Thread Eli Zaretskii
Ping! Bastien, could you or someone else please look into this and provide your comments? TIA. > From: Paul Rankin > Cc: 24...@debbugs.gnu.org, emacs-orgmode@gnu.org > Date: Sat, 03 Sep 2016 14:38:55 +1000 > > Eli Zaretskii on Wed, 31 Aug 2016 17:25 +0300: > > > From: Paul Rankin > > > Date:

Re: [O] bug#24073: 25.1-rc2

2016-09-18 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: > Bastien, could you or someone else please look into this and provide > your comments? TIA. This fix looks fine, obviously. You can go ahead as far as Org is concerned. Thank you for letting us know. Regards, -- Nicolas Goaziou

Re: [O] Time to push the latest org to emacs-25 branch?

2016-09-18 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Is this a good time to update the org version in emacs-25 branch? I'd like to release Org 9.0 first, but that's the topic of another thread. Besides, I don't know what is the status of Org wrt Emacs, since some packages are going to be moved outside of Emacs core

Re: [O] Time to push the latest org to emacs-25 branch?

2016-09-18 Thread Kaushal Modi
On Sun, Sep 18, 2016 at 10:48 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > Is this a good time to update the org version in emacs-25 branch? > > I'd like to release Org 9.0 first, but that's the topic of another > thread. > OK. > Besides, I don't know what is the status o

[O] [RFC] Release Org 9.0 by the end of the next week?

2016-09-18 Thread Nicolas Goaziou
Hello, Now that Emacs 25.1 is out, I'd like to have Org 9.0 become the new stable branch. Are there outstanding bugs left out? Is there and pending patch important enough to block the release? If there is no objection, then I suggest to start the release process by the end of the next week. Bas

Re: [O] [RFC] Release Org 9.0 by the end of the next week?

2016-09-18 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou writes: > If there is no objection, then I suggest to start the release process by > the end of the next week. > > Bastien, do you agree? Sure I do, no problem. -- Bastien

Re: [O] bug#24073: 25.1-rc2

2016-09-18 Thread Bastien Guerry
Nicolas Goaziou writes: > This fix looks fine, obviously. You can go ahead as far as Org is > concerned. +1 -- Bastien

Re: [O] Calc: Multiply time (hours) with a float

2016-09-18 Thread Karl Voit
* Michael Welle wrote: > Hello, Hello Michael, > Karl Voit writes: > >> * Karl Voit wrote: >>> Hi! >>> >>> I do have following situation: I'd like to multiply a float with hours >>> which results in an error, obviously. However, I was not able to find >>> out how to do it. >>> >>> Minimal exam

[O] how to modify caption styles in odt file exported with org-odt-export-to-odt

2016-09-18 Thread Qiang Fang
Hello everyone, My work requires me to use libreoffice. I have several questions using org mode with libreoffice. 1 How to remove colon seperator in figure caption in odt files exported from org mode? 2 How to change equation numbering to latex style, like e=mc2 (Equation 1-1) I am trying to ge

Re: [O] docs don't make

2016-09-18 Thread Colin Baxter
On Sun, Sep 18 2016, Nicolas Goaziou wrote: > Hello, > > Colin Baxter writes: > >> The docs do not make in release_8.3.6-1140-gc74f4c. There is the >> following error: >> >> makeinfo --no-split org.texi -o org >> org.texi:10008: misplaced { >> org.texi:10008: misplaced } > > It is the usual 1 am

Re: [O] Time to push the latest org to emacs-25 branch?

2016-09-18 Thread Achim Gratz
Nicolas Goaziou writes: > Besides, I don't know what is the status of Org wrt Emacs, since some > packages are going to be moved outside of Emacs core for development and > bundled with Emacs only at the time of release. My understanding of this discussion is that this will not happen for Emacs 25

[O] Babel: a way to get the org-heading into source block

2016-09-18 Thread Benjamin Andresen
Hello, small intro in case there is a better way than I thought up: I've just started using Ledger and wanted to use Babel to tangle the ledger file. Every entry is its own heading: * <2016-07-01 Fri> * Hollywood | Monthly rent #+begin_src ledger :tangle yes 07-01 * Hollywood | Monthly rent

[O] Captioning arbitrarily on HTML export?

2016-09-18 Thread David A. Gershman
Hello, I have an HTML block: #+Caption: Diagram Caption #+Label: fig:diacap #+begin_html function drawme() { // code to draw on canvas object } #+end_html and was wondering if there was a

[O] [PATCH] Indicate what happens to CLOCK entries in cloned subtrees

2016-09-18 Thread Samuel Loury
Hello, This is a very small documentation patch to explain to the user what will happen to the CLOCK entries of a cloned subtree. From ea902d50e85c406376f5d54cf0e1652b7afaef26 Mon Sep 17 00:00:00 2001 From: Konubinix Date: Fri, 23 Jan 2015 08:53:47 +0100 Subject: [PATCH] Indicate what happens to

[O] [PATCH] Fix the call to `org-expiry-handler-function'

2016-09-18 Thread Samuel Loury
`org-expiry-handler-function' is meant to be a variable containing the symbol of a function to be called. Therefore, calling (funcall 'org-expiry-handler-function) results in a void function error while (funcall org-expiry-handler-function) correctly calls the contained function. From 8eedc132e75

Re: [O] Calc: Multiply time (hours) with a float

2016-09-18 Thread Michael Welle
Hello, Karl Voit writes: > * Michael Welle wrote: [...] > ... which is working: > > | time [h:m:s] | value | hours [float] | product | > |--+-+---+---| > | 09:15:00 | 2.54321 | 9.25 | 23.524693 | > > #+TBLFM: $4=$2*$3::@2$3='(org-time-str

Re: [O] Calc: Multiply time (hours) with a float

2016-09-18 Thread Michael Welle
Hello, Michael Welle writes: [...] > #+TBLFM: @2$3='(* $2 (org-time-string-to-hours "$1"));L or converting $2 to a number before the calculation should work also, but is more to write ;). Regards hmw