Hi Kyle,
Not sure what happened, but about a month after I reported it, the key
binding started to work.
I hadn't made significant changes to my setup during that period, but maybe
some library that I had installed caused the problem.
Thanks for checking,
Best,
Ian
On Tue, May 5, 2020 at 11:3
Hello folks,
Here's a complete patch to make RET and C-j honor electric-indent-mode
in org-mode, targeting Org's master branch.
>From ec3b06f02aa875b3c78b076e846081ce4560ec18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?=
Date: Tue, 5 May 2020 19:01:07 +0200
Subject: [PATCH
ob-latex default .png export completely ignored additional "headers"
arguments.
0001-lisp-ob-latex.el-Stop-ignoring-headers-argument.patch
Description: Binary data
Greetings,
I was looking to see if there was a way to rotate images and refresh
myself on available attr_latex commands. Google took me here:
https://orgmode.org/manual/LaTeX-Export.html
Clicking "Images in LaTeX export" points here:
https://orgmode.org/manual/LaTeX-Export.html#Images-in-LaTeX-
Hi,
Here's an example of how to create an ivy prompt that inserts links.
It isn't exactly what you're looking for, as it doesn't hijack
`org-insert-link` functionality, nor does it specifically use
`org-refile-target-verify-function` to do filtering.
Instead, this uses org-ql to select TODO head
Hello,
I was trying to have spurious indentation removed from Python source
blocks before execution so that such blocks can be indented in Org mode
buffers. I managed to do so successfully, but some tests keep failing
and I believe it’s the test runner that’s the culprit. With the attached
patch