According to
http://orgmode.org/worg/dev/org-syntax.html#Node_Properties, the NAME of
a property cannot be an empty string. However, the interactive version
of org-set-property accepts such a string, resulting in a malformed
drawer. When giving an empty string at the prompt for the property NAME,
o
tyuuni writes:
> Package: Org-mode version 8.3beta (release_8.3beta-1038-gcd7cbd @
> d:/ZballInstall/EZWinSoft/msys64/mingw64/home/github/org-mode/lisp/)
You are using an outdated version of Org. Please update and check if
the bug wasn't already fixed.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#
Hi Erik,
Erik Hetzner writes:
> If a user prefers to use git annex assistant or preferred content that
> shouldn’t
> interfere with this. But to my mind, opening an attachment is a pretty clear
> indication of the user’s desire to fetch the file from git annex, so it would
> be
> nice to do it
Hello,
Julien Cubizolles writes:
> According to
> http://orgmode.org/worg/dev/org-syntax.html#Node_Properties, the NAME of
> a property cannot be an empty string. However, the interactive version
> of org-set-property accepts such a string, resulting in a malformed
> drawer. When giving an empty
Hello,
Matt Lundin writes:
> With the shift to lexical-binding in org-clock.el (commit
> 35bc1c8853c5cfe37930e3540a944a328af5198b), the function org-load-clock
> fails to load the stored data in org-clock-persist-file.
>
> These are the relevant setting in my .emacs:
>
> (setq org-clock-persist
Hello,
Olli P writes:
> Steps to reproduce:
>
> Launching Emacs with -Q, calling `M-x package-initialize` and then `M-x
> org-mode`, and evaluating the following settings:
>
> (setq org-clock-into-drawer t)
> (setq org-log-into-drawer t)
> (setq org-clock-into-drawer t)
> (setq org-log-done 'tim
Hi all,
I believe this change is breaking the ox-twbs package.
The error shown is:
Debugger entered--Lisp error: (error "Unknown keyword: :export-block")
signal(error ("Unknown keyword: :export-block"))
error("Unknown keyword: %s" :export-block)
org-export-define-backend(twbs ((bold . org-
Hello,
when indirecting an org-tree the buffer gets the titel of the task together
with its tags and also the spaces between the title and the tags. This is an
ugly behaviour for the mode-line.
I will propose following patch which removes the tags for the buffer name
and therefore generates a sho
Thanks for the quick fix!
Nicolas Goaziou writes:
> Hello,
>
> Olli P writes:
>
>> Steps to reproduce:
>>
>> Launching Emacs with -Q, calling `M-x package-initialize` and then `M-x
>> org-mode`, and evaluating the following settings:
>>
>> (setq org-clock-into-drawer t)
>> (setq org-log-into-d
Aloha all,
The attached patch changes "keybinding" to "key binding" in org.texi to
make that file consistent internally and with the Emacs manual.
All the best,
Tom
>From 932fd7c2f51b5f492e4542fa32c91abbbe7c2437 Mon Sep 17 00:00:00 2001
From: tsdye
Date: Wed, 6 Jan 2016 07:18:00 -1000
Subject:
Hello,
Kaushal Modi writes:
> I believe this change is breaking the ox-twbs package.
>
> The error shown is:
>
> Debugger entered--Lisp error: (error "Unknown keyword: :export-block")
[...]
> The error goes away after I comment out the line with :export-block keyword
> in the org-export-define
Hello,
"Stefan-W. Hahn" writes:
> when indirecting an org-tree the buffer gets the titel of the task together
> with its tags and also the spaces between the title and the tags. This is an
> ugly behaviour for the mode-line.
>
> I will propose following patch which removes the tags for the buffe
Mail von Nicolas Goaziou, Wed, 06 Jan 2016 at 19:08:45 +0100:
Hello,
> > when indirecting an org-tree the buffer gets the titel of the task together
> > with its tags and also the spaces between the title and the tags. This is an
> > ugly behaviour for the mode-line.
> >
> Sounds good. Thank you.
Thanks Nicolas.
I agged the org-mode git repo for ":export-block" and found these
references:
contrib/lisp/ox-gfm.el
54: :export-block '("GFM" "GITHUB FLAVORED MARKDOWN")
(Copied Lars for above)
contrib/lisp/ox-freemind.el
46: :export-block "FREEMIND"
(Copied Jambunathan for above)
(And cop
Kaushal Modi writes:
> I agged the org-mode git repo for ":export-block" and found these
> references:
>
> contrib/lisp/ox-gfm.el
> 54: :export-block '("GFM" "GITHUB FLAVORED MARKDOWN")
>
> (Copied Lars for above)
>
> contrib/lisp/ox-freemind.el
> 46: :export-block "FREEMIND"
>
> (Copied Jambun
Hello,
Thomas S. Dye writes:
> The attached patch changes "keybinding" to "key binding" in org.texi to
> make that file consistent internally and with the Emacs manual.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
"Stefan-W. Hahn" writes:
> Attached.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Thanks for the instructions.
The process buffer, apart from some obviously irrelevant cleaning up of the
recentf list, says:
Warning (server): Unable to start the Emacs server.
There is an existing Emacs server, named "server".
To start the server in this Emacs process, stop the existing
server o
> I removed all of them but the last one.
Of course :)
Thanks.
Hi Thorsten,
Recently the global variable org-log-note-marker was removed from org.el.
But it is used in outshine.el as follows:
(defadvice org-store-log-note (around org-store-log-note-around activate)
"Outcomment inserted log-note in Outshine buffers."
(let ((outshine-log-note-beg-marker
;
On Sun, Jan 3, 2016 at 1:08 PM, John Kitchin wrote:
> It sounds a little circular.
Just a little.
> This org-file adds a hook function when loaded. Maybe you can adapt
> something like this? ymmv...
Thank you!
21 matches
Mail list logo