Re: Bug: org-toggle-item removes tags from next heading [9.3.7 (release_9.3.7-696-g82b496 @ mixed installation! /home/n/.emacs.d/straight/build/org/ and /home/n/.emacs.d/straight/build/org/eln-x86_64-

2020-08-01 Thread Kyle Meyer
No Wayman writes: > I've attached a patch which removes the call to skip-blanks if > there is no active region. > This works for me with the ECM I've provided. > Not sure if it will have any adverse repercussions outside of > that. Taking a quick look, I don't spot anything. And the org-list

Re: Bug: [patch] Fix org-babel-result-to-file never expanding links when babel is evaluated in indirect buffer [9.3.7 (release_9.3.7-728-g1efc4e @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-08-01 Thread Ihor Radchenko
> It's intended to change directory and dont clone base buffer values. I > tried to accomplish "If the `default-directory' is different from the > containing file's directory then expand relative links." Not sure if I understand your use-case. Can you explain why you need to achieve such

Re: [PATCH] ol.el: Fixed typo

2020-08-01 Thread Kyle Meyer
Bassam Saeed writes: > Noticed the typo in org documentation and figured I'd send a patch. My > first contribution to org (and Emacs) so I hope I got everything right. Thanks! You got everything right. Applied (b395f0abf).

Re: org-checkbox-hierarchical-statistics not working as expected

2020-08-01 Thread Kyle Meyer
Thomas Albers writes: > Footnote 2 in the chapter 5.6 talks about the > 'org-checkbox-hierarchical-statistics' variable, which I have set to > nil. But the top level header still does no show the count of checked off > items. > > I have also used the :COOKIE_DATA: property set to recursive with

Re: Bug: [patch] Fix org-babel-result-to-file never expanding links when babel is evaluated in indirect buffer [9.3.7 (release_9.3.7-728-g1efc4e @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-08-01 Thread John Herrlin
It's intended to change directory and dont clone base buffer values. I tried to accomplish "If the `default-directory' is different from the containing file's directory then expand relative links." As I understands it that's when it inserts a relative link, otherwise it just `result'. I was

Re: patch for org-capture.el to allow for no file extension on open-source, protocol

2020-08-01 Thread Stacey Marshall
On 13 May 2020, at 9:02, Nicolas Goaziou wrote: Hello, Stacey Marshall writes: Will do. sorry didn't realize I was over the Tiny change limit. I can sign FSF papers if still needed. It is still needed :) Please let me know once the process is complete, or if you have question

[PATCH] ol.el: Fixed typo

2020-08-01 Thread Bassam Saeed
Hi all, Noticed the typo in org documentation and figured I'd send a patch. My first contribution to org (and Emacs) so I hope I got everything right. Thanks, Bassam From 3010082a4a704dbb3cc32a5cac21780fec465ff3 Mon Sep 17 00:00:00 2001 From: Bassam Saeed Date: Mon, 27 Jul 2020 18:03:58 -0400

Bug: Exporting internal link to special latex block [9.3.7 (9.3.7-14-gb2b587-elpa @ /home/lobo/.emacs.d/elpa/org-20200720/)]

2020-08-01 Thread Marco Falconi
I am trying to export to html a labeled latex special block (a theorem environment, defined by #+begin_theorem [...] #+end_theorem ). I have named the theorem with #+NAME: thm:mv (I also tried with #+LABEL: and the behavior described below does not change). I have a link to such block later

org-checkbox-hierarchical-statistics not working as expected

2020-08-01 Thread Thomas Albers
Hello, I have been playing around with checkboxes and I noticed a behaviour I did not expect based on what I read on the documentation. Footnote 2 in the chapter 5.6 talks about the 'org-checkbox-hierarchical-statistics' variable, which I have set to nil. But the top level header still does no

Documentation for org html head scripts

2020-08-01 Thread Paramjit Singh
Hi, I was trying to have a clean html-head while exporting using `ox-html`, and even while setting (setq org-html-head-include-default-style nil) (setq org-html-mathjax-template "") I would get some code in the header, as shown in the following reddit post:

Re: Website revamp?

2020-08-01 Thread TEC
The effort continues! To give an idea of what's changed, here's a commit log: Unmerged into origin/master (19) - master Replace header generic org description with quote - Remove jQuery, do smooth scrolling with CSS - Add open grabh meta tags - Don't eval src blocks on export, by default -