> Thanks for spotting that. Applied in 8efec3d4c, adding a changelog
> entry to the message.
Thanks!
By the way, do you know how to automatically format changelog entries in
magit. The suggestion from contribute page seems outdated (or I miss
something):
> If you are using magit.el in Emacs, th
Rainer Thiel writes:
> I have set org-odt-preferred-output-format to docx, which works fine.
> How can I have the intermediate odt-file removed automatically after
> the docx-file is created?
Here's one (lightly tested) option:
(advice-add :after #'org-odt-convert
(lambda (&o
Ihor Radchenko writes:
> Archive location example in 16.7 Summary of In-Buffer Settings section
> of the manual is not valid. Patch attached.
> Subject: [PATCH] Fix example of in-buffer setting of archive location in
> manual
>
> The provided example '%s_done' is not valid syntax for archive
> l
Nick Dokos writes:
> The attached patch fixes an example in the "Tables in HTML export"
> section of the manual that uses the old `border="3"' syntax instead
> of `:border 3' etc.
> Subject: [PATCH] Fix syntax of #+ATTR_HTML
>
> The example in the "Tables in HTML export" section of the manual
> u
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
> But I'm not sure why this should work while the configuration that comes
> with outline-magic interacts with org-capture.
org-mode is derived mode based on outline-mode. "Derived" in Emacs means
that outline-mode-hook also runs in org-mode.
org-capture-mode is derived mode based on org-mode. S
I'm trying to get org-crypt to work, but I'm missing something.
Following the Org-Crypt Info page, I've set it up for symmetric
encryption and added a :crypt: tag to a header. When I try to save the
file, it reports that no key was specified, so it will do symmetric
encryption. And then it freeze
If I use js2 I lose all syntax highlighting, if I use js or javascript I get
the same syntax highlighting.
Also sorry for the duplicate emails, that was not intentional.
Thanks,
Brandon
On Sep 12, 2020, 9:44 PM -0400, Tim Cross , wrote:
>
> CRSHCMDR writes:
>
> > Is it possible to use js2-mode
CRSHCMDR writes:
> Is it possible to use js2-mode instead of js-mode for the syntax highlighting
> of code blocks in org-mode? The reason that I ask is that the current js-mode
> syntax highlighting leaves something to be desired, and is from my
> perspective broken. For instance after decla
The attached patch fixes an example in the "Tables in HTML export"
section of the manual that uses the old `border="3"' syntax instead
of `:border 3' etc.
>From 52be0b5b1fe492b3ff44e6ccd6dbfaed1eb88537 Mon Sep 17 00:00:00 2001
From: Nick Dokos
Date: Sat, 12 Sep 2020 17:47:29 -0400
Subject: [PATCH
Hello, I would like to use the outline-magic package to cycle headings
in outline-mode. I installed outline magic, and put the recommended
configuration in my init file.
(use-package outline-magic
:ensure t
:config
(add-hook 'outline-mode-hook
(lambda ()
(require
Well, I was able to fix my issue using the configuration on EmacsWiki
(use-package outline-magic
:ensure t
:config
(eval-after-load 'outline
'(progn
(require 'outline-magic)
(define-key outline-minor-mode-map (kbd "")
'outline-cycle
But I'm not sure why this should
Hi
Thanks for a making this fantastic program!
I think I found a bug.
When trying to import a xslx table into org-mode I get a lot of binary
data instead of a table back.
I would rather either get an error saying it is not supported yet or an
org-table.
Recoll supports xlsx files it seems, so
Is it possible to use js2-mode instead of js-mode for the syntax highlighting
of code blocks in org-mode? The reason that I ask is that the current js-mode
syntax highlighting leaves something to be desired, and is from my perspective
broken. For instance after declaring a variable, the usage of
Is it possible to use js2-mode instead of js-mode for the syntax highlighting
of code blocks in org-mode? The reason that I ask is that the current js-mode
syntax highlighting leaves something to be desired, and is from my perspective
broken. For instance after declaring a variable, the usage of
Hi Org List,
I'd like to submit a patch so that all bash babel arrays are indexed. Are there
cons to this that I'm not seeing? It might break some existing code that
expects associative arrays. Could this be a breaking change that is included in
Org 5.0? I'd like to check on the likely acceptan
I'd like us to add the ability to provide a default completion value
for a property prompt in a capture template, as already exists for a
non-property prompt.
So where at the moment we can have:
%^{prompt|default|completion2|completion3|...}
I want, by analogy:
%^{prop|default}p
with t
Thanks for the feedback. There's no special reason for the external test
data file or repeated executable-find calls. I was following the convention
from ob-C. I'll make those changes.
ob-haxe and ob-java both involve a few changes to ob-core to allow temp
directories instead of just temp files. S
Just chiming in here, you are correct that org-protocol is
unnecessary. Regular org-capture templates plus a call to
emacsclient -e will do the trick. I happened to recently see a
workflow like this in a blog post:
https://yiufung.net/post/anki-org/
Bastien [2020-09-09, 10:49 +0200]:
> Protesilaos Stavrou writes:
>
>> Diego Zamboni [2020-09-05, 23:39 +0200]:
>>
>>> I had seen the same in my setup. I recently started using Doom Emacs
>>> (https://github.com/hlissner/doom-emacs/) and was pleasantly surprised
>>> to discover that todo and tag
20 matches
Mail list logo