Hello,
Jean Louis writes:
> I am exporting Org to Markdown, and when used with:
>
>
>
> What is GNU CLISP?
This is not Markdown syntax. You should check the part of your process
responsible for turning Markdown into HTML.
For the record, by default, Org uses "id" instead of "name" when it
gen
Hello,
Yasushi SHOJI writes:
> * lisp/org-clock.el (org-clocktable-write-default): Align formula
> column in clock tables.
>
> Here is an ECM:
>
> * foo
> ** sub
> :LOGBOOK:
> CLOCK: [2017-03-18 Sat 15:00]--[2017-03-18 Sat 15:15] => 0:15
> :END:
> ** sub2
> :LOGBOO
On Sun, Mar 19, 2017 at 10:26:45AM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Jean Louis writes:
>
> > I am exporting Org to Markdown, and when used with:
> >
> >
> >
> > What is GNU CLISP?
>
> This is not Markdown syntax. You should check the part of your process
> responsible for turning Mar
Hello,
Jean Louis writes:
> Here below is the org file, and if I process it with:
> emacs tmp/test.org --batch -f org-mode -f org-md-export-to-markdown
>
> Then I get the file, where I can see the following line:
> # What is GNU CLISP?
I cannot reproduce it. Are you using latest Org? Did you tr
On Sun, Mar 19, 2017 at 02:06:55PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Jean Louis writes:
>
> > Here below is the org file, and if I process it with:
> > emacs tmp/test.org --batch -f org-mode -f org-md-export-to-markdown
> >
> > Then I get the file, where I can see the following line:
>
Hello,
Jean Louis writes:
> I am using this Org version: Version: 20170105.1723, and I am using
> GNU Emacs from "GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, X
> toolkit, Xaw3d scroll bars) of 2016-12-07"
You may have a mixed installation.
> Even if I run with the -Q, I get same result, and
On Sun, Mar 19, 2017 at 02:25:15PM +0100, Nicolas Goaziou wrote:
> You may have a mixed installation.
>
> > Even if I run with the -Q, I get same result, and that is without
> > personal config:
> > emacs -Q tmp/test.org --batch -f org-mode -f org-md-export-to-markdown
>
> This will load Org 8.2.
This is in reply to the Fontification error Thomas S. Dye reported on
Feb 13 2017:
http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html
I was able to bisect this error to the following commit:
f2a5104e45b6f44a08960ae49ba20c124a8fa9d8 is the first bad commit
commit f2a5104e45b6f4
Aaron Jensen writes:
> This is in reply to the Fontification error Thomas S. Dye reported on
> Feb 13 2017:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html
>
> I was able to bisect this error to the following commit:
>
> f2a5104e45b6f44a08960ae49ba20c124a8fa9d8 is the fi
Hello,
I actually have this problem without using spacemacs. However, I didn't have
time to debug that yet (that's a shame :().
Kind regards,
Sébastien
On Sun, Mar 19 2017 (18:05), Kyle Meyer wrote:
> Aaron Jensen writes:
>
>> This is in reply to the Fontification error Thomas S. Dye reporte
That appeared to fix it for me! Thanks.
>From cdf2c445e46d5691ee82adb1a6ca0bb0ae6bbd1b Mon Sep 17 00:00:00 2001
From: Aaron Jensen
Date: Sun, 19 Mar 2017 12:49:18 -0700
Subject: [PATCH] Reduce scope of inhibit-modification-hooks
This fixes a fontification error that some users were having.
---
This fixes the fontification error discussed here:
http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00423.html
and here:
http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html
---
lisp/org-src.el | 26 +-
1 file changed, 13 insertions(+), 13 dele
In the latest org release (9.0.5), I get errors when trying to save a buffer
while editing inside a babel source block. I can reproduce this using Emacs
25.1 and 25.2rc2.
Using:
emacs -Q -l ~/org-debug.el
where org-debug.el just consists of (package-initialize) since I've previously
installed
Hello -
I asked this on stackexchange and didn't get an answer so I figure that I would
try here, apologies for cross-posting.
I have a situation where I have a lot of similar tasks under a header like so:
* Header
** READY Task 1
** NREADY Task 2
** READY Task 3
** READY Task 4
** NREADY Task
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
--
Maybe this is language related? My weekdays appear in portuguese, when I
remove the weekday it works
Em seg, 13 de mar de 2017 às 18:31, Daniel Fortes
escreveu:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good
On Sun, Mar 19, 2017 at 1:05 PM, Kyle Meyer wrote:
>>
>> * lisp/org-src.el (org-src-font-lock-fontify-block): Let-bind
>> `inhibit-modification-hooks' to nil, since this function can be called
>> from jit-lock-function which binds that variable to t (Bug#25132).
>>
>> Call modifica
backtrace
Description: Binary data
Hi,
I tried setting a countdown timer in an Org buffer today for my first
time ever, but it failed with an error saying that Emacs expected a
string, but got nil.
Here is what I do:
1. Press C-x test RET to create a new buffer named 'test'.
2. Press M-x org-mode
Hello,
Parham Doustdar writes:
> Emacs : GNU Emacs 25.1.1 (x86_64-apple-darwin15.6.0, NS appkit-1404.47
> Version 10.11.6 (Build 15G1108))
> of 2016-11-25
> Package: Org-mode version 8.2.10 (release_8.2.10 @
> /usr/local/Cellar/emacs/25.1/share/emacs/25.1/lisp/org/)
This is an old release. C
Hello,
Aaron Jensen writes:
> From cdf2c445e46d5691ee82adb1a6ca0bb0ae6bbd1b Mon Sep 17 00:00:00 2001
> From: Aaron Jensen
> Date: Sun, 19 Mar 2017 12:49:18 -0700
> Subject: [PATCH] Reduce scope of inhibit-modification-hooks
>
> This fixes a fontification error that some users were having.
Appli
On Sun, Mar 19, 2017 at 3:58 PM, Nicolas Goaziou wrote:
> Hello,
>
> Applied. Thank you.
>
> I added TINYCHANGE at the end of the commit message since I don't know
> whether you signed FSF papers or not.
Thank you! I have not yet.
Aaron
When I do C-c C-e to start an org export, the export buffer opens at its
bottom, with the top cut off in the window. In past versions the buffer
opened at the top.
I am using GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.3.0, NS
appkit-1404.34 Version 10.11.3 (Build 15D21)) of 2016-03-13
and Org mod
22 matches
Mail list logo