On Thu, Oct 4, 2018 at 10:53 AM Brad Knotwell wrote:
> Thanks for the response. At a minimum, I'd recommend changing the error
> message from "Not in a source block" to something more descriptive
> as most people's initial response will be, "uhhh, but it looks like I am."
Consider submitting yo
Hi Karl
On Mon, Oct 1, 2018 at 5:02 PM Karl Voit wrote:
> I'd like to calculate the differences between rows of numbers of a
> different table.
For this kind of shifting row or column indexes I use Calc vector
subscript. In your case:
#+NAME: my-table
| Numbers |
|-|
| 1 |
|
Hello,
Kaushal Modi writes:
> Going down the rabbit hole, I discovered many places in Org source
> where lambdas were added to org-mode-hook.
>
> I propose to replace such lamba functions with named functions.
> Here's an example of diff on maint branch, after making one such change:
>
> =
>
Hi Org mode list,
I find it really distracting when a large SUBTREE is expanded while
browsing through an Org document. Does anyone else find this
problematic or am I doing something wrong?
Today I explored some ways to avoid this problem and came up with a
patch to the ~org-cycle~ function to al