Re: Reciprocal links between items

2020-10-02 Thread Victor A. Stoichita
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!

Re: Reciprocal links between items

2020-10-02 Thread Victor A. Stoichita
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

Re: recursive checkbox counting

2020-10-02 Thread Alan Schmitt
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

Re: Two tables with same data but different sorting

2020-10-02 Thread Robert Pluim
> 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

Re: recursive checkbox counting

2020-10-02 Thread Nick Dokos
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

Re: recursive checkbox counting

2020-10-02 Thread Alan Schmitt
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

Re: org-capture at point

2020-10-02 Thread No Wayman
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

How to reinject custom function into derived backend which doesn't implement it, ex : footnote in ox-slimhtml backend.

2020-10-02 Thread rey-coyrehourcq
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

Re: Two tables with same data but different sorting

2020-10-02 Thread John Kitchin
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-

[PATCH] org: Fix a docstring typo

2020-10-02 Thread Morgan . J . Smith
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

bugs in the new release of org

2020-10-02 Thread Samuel Wales
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

Re: bugs in the new release of org

2020-10-02 Thread Samuel Wales
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

Re: [PATCH] Omit file description when :file-desc has nil value

2020-10-02 Thread Kyle Meyer
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

Re: org-capture at point

2020-10-02 Thread Kyle Meyer
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

Re: org-capture at point

2020-10-02 Thread Kyle Meyer
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.

Re: [PATCH] org: Fix a docstring typo

2020-10-02 Thread Kyle Meyer
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