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.
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,
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
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:
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
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
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
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
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
Nicolas Goaziou writes:
> This fix looks fine, obviously. You can go ahead as far as Org is
> concerned.
+1
--
Bastien
* 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
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
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
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
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
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
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
`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
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
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
20 matches
Mail list logo