morgan.j.sm...@outlook.com writes:
> From: Morgan Smith
>
> * lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo.
> ---
>
> Hello Org! This is my first patch so go easy on me. I'm planning on
> doing more patches in the future. I already submitted the FSF
> paperwork for emacs, s
david wen riccardi-zhu writes:
> I use org-plus-contrib 2020928 with Emacs 27.1.
>
> Since org-plus-contrib 20200920, I'm no longer able to get
> org-capture to insert a template at the point. Instead, it seems
> to place the entry at the appropriate heading level, above the
> current heading.
No Wayman writes:
>> Looks like it was introduced with:
>>
>> f5573e6a0 org-capture.el: Fix heading's level when inserting a
>> template "here"
>
> I believe the issue is due to `org-back-to-heading' moving point
> when calculating the heading level.
> The attached patch corrects the issue on my
Matt Huszagh writes:
> Subject: [PATCH] list/ob-core.el: Allow passing empty vector to :file-desc to
> omit description
s/list/lisp/
> diff --git a/doc/org-manual.org b/doc/org-manual.org
> index e7d25b90e..a790f3225 100644
> --- a/doc/org-manual.org
> +++ b/doc/org-manual.org
> @@ -17482,10 +1
a couple of corrections to my previous post.
the keystrokes are C-c C-e t A after setting subtree and body only.
pointer actually works for showing the link. just not cursor.
On 10/2/20, Samuel Wales wrote:
> a few things are broken for me in the new version of maint. my
> computer use is lim
a few things are broken for me in the new version of maint. my
computer use is limited, so i am taking them slowly..
emacs 25.
any hints are welcome. i am not able to proceed further.
1.
this export does nothing, with no errors or warnings:
(org-export-to-buffer 'ascii "alpha-org-export-o
From: Morgan Smith
* lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo.
---
Hello Org! This is my first patch so go easy on me. I'm planning on doing more
patches in the future. I already submitted the FSF paperwork for emacs, so
hopefully I don't have to do anything extra th
I don't know of something built in, but dash provides a few things sort
of like that:
#+BEGIN_SRC emacs-lisp :results raw
(-last-item '(a b c))
#+END_SRC
#+RESULTS:
c
#+BEGIN_SRC emacs-lisp :results raw
(-slice '(a b c) -1)
#+END_SRC
#+RESULTS:
(c)
#+BEGIN_SRC emacs-lisp :results raw
(-take-
Hi,
I'm trying to develop my own `publish.el` for some research project linked to
reproductibility.
I chose ox-slimhtml [0] as derived backend to limit and simplify the html/css
outputs generated by vanilla html
backend/publish.
Actually footnotes are not defined in ox-slimhtml, so as i read
Looks like it was introduced with:
f5573e6a0 org-capture.el: Fix heading's level when inserting a
template "here"
I believe the issue is due to `org-back-to-heading' moving point
when calculating the heading level.
The attached patch corrects the issue on my end.
Tested by running:
#+begin
On 2020-10-02 09:40, Nick Dokos writes:
> Not sure whether this will work (or whether it will help in your case):
>
> https://emacs.stackexchange.com/questions/60710/is-there-any-way-of-getting-overview-statistics-for-all-checkboxes-in-a-given-or/60747#60747
>
> There are some links to other
Alan Schmitt writes:
> On 2020-10-01 14:24, torys.ander...@gmail.com (Tory S. Anderson) writes:
>
>> The way I've made this work is with the following property:
>>
>>:COOKIE_DATA: ALL
>>
>> But I suppose I haven't tried if that's fully recursive.
>
> Thank you for the suggestion. I gave it a
> On Fri, 2 Oct 2020 08:25:03 +0200, Axel Kielhorn
> said:
>> Am 01.10.2020 um 17:47 schrieb John Kitchin :
>>
>> Glad it was helpful. You might also try (seventh row1) or (nth 6 row1).
I think it is the same thing, but more obvious to read!
Axel> I agree that „first s
On 2020-10-01 14:24, torys.ander...@gmail.com (Tory S. Anderson) writes:
> The way I've made this work is with the following property:
>
>:COOKIE_DATA: ALL
>
> But I suppose I haven't tried if that's fully recursive.
Thank you for the suggestion. I gave it a try, and unfortunately it does
not
Hi Samuel,
When you say item, do you mean list item, or thing? In either
case,
Org cannot currently do this.
That was unclear, sorry: I really meant linking two headings.
I have one heading per note and the idea is to go back and forth
between related notes. org-super-links promises to do
Le 02 Oct 2020, Ihor Radchenko a écrit :
https://github.com/toshism/org-super-links is probably what
you want.
Yes, this looks like it! Thank you Ihor!
16 matches
Mail list logo