Hello,
Dale Sedivec writes:
> Hi, I think I may have found a bug in org-paste-subtree in master branch
> where it will delete the content of the headline at point before yanking.
> Steps to reproduce:
>
> 1. Start a fresh Emacs along the lines of:
>
> mkdir /tmp/fake-home
> cd /tmp/fake-home
> g
Hi, I think I may have found a bug in org-paste-subtree in master branch
where it will delete the content of the headline at point before yanking.
Steps to reproduce:
1. Start a fresh Emacs along the lines of:
mkdir /tmp/fake-home
cd /tmp/fake-home
git clone https://code.orgmode.org/bzg/org-mode.
Karl Voit writes:
>>
>> @# is the row number, so to refer to that row, you need @@#. Something like
>> this,
>> although I didn't test to see if everything gets parsed correctly:
>>
>> #+TBLFM: $2=if(2 == @#, 0, remote(my-table,@@#$1))::$3=if(2 == @#,
>> 0, remote(my-table,@@#-1$1))::$4=if(2 ==
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."
Ideally, an additional comment marker would delineate the source block from the
On Thu, Oct 4, 2018 at 2:09 AM Brad Knotwell wrote:
> I've been playing with org-babel-detangle and I've noticed something that's
> either a bug or a limitation. It's confusing enough that
> it's worth writing down if it's expected. Basically, it doesn't work if
> there are variables defined i
Hello,
Yesterday, while helping someone out[0] with why their custom
functions added to org-mode-hook didn't work, I asked them to reveal
the value of org-mode-hook, and they presented this as the default
value of org-mode-hook once Org was loaded:
=
'(org-mode-hook
(quote
(#[0 "\300\3
On Wed, Sep 19, 2018 at 3:35 PM wrote:
> Maybe there is another way to run the shell command and extract the file name
> I need (in elisp?), but I don't know how.
What if you start Emacs, have it create a temp file, then in a
separate terminal start Jupyter with stdout redirected to that file.
On Mon, Oct 1, 2018 at 3:25 PM Kaushal Modi wrote:
> I was thinking of adding cindices like the ones you added for header
> arguments.
>
> #+cindex: @samp{minlevel}, include
> #+cindex: @samp{lines}, include
> .. etc.
>
> Would that be OK?
>
I went ahead as this wasn't a major edit, and committe
* Marcelo de Moraes Serpa wrote:
>
> Oh wow Karl, lot's of 'hidden' gems there.
Thanks. Glad that you like it. Consider following Atom/RSS feeds of
https://karl-voit.at/ to get updates on my PIM/Emacs activity. I
hope that I'm going to implement tag-specific feeds so that you are
able to follow
Hi Nick,
* Nick Dokos wrote:
> Karl Voit writes:
>
>> I'd like to calculate the differences between rows of numbers of a
>> different table.
>>
>> Here is a minimal example showing the issue:
>>
>> #+NAME: my-table
>> | Numbers |
>>
>> |-|
>> | 1 |
>> | 5
10 matches
Mail list logo