Bug: org-html-export-to-html doesn't handle .gpg files properly [9.3.6 (9.3.6-17-g389288-elpa @ /home/adalricus/.emacs.d/elpa/org-20200224/)]

2020-03-04 Thread Adalricus Ovicula
Henlo, - create a file called "test.org.gpg" - run org-html-export-to-html File gets exported as test.org.html, shouldn't it be test.html? Emacs : GNU Emacs 26.3 (build 1, x86_64-unknown-openbsd, GTK+ Version 2.24.32) of 2019-10-12 Package: Org mode version 9.3.6 (9.3.6-17-g389288-elpa @

[PATCH] Do not ignore org-odt-styles-file

2020-03-04 Thread Eric Timmons
:odt-styles-file was duplicated in ox-odt's org-export-define-backend form. This lead to the org-odt-styles-file custom being completely ignored. --- lisp/ox-odt.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 2723c60c9..d353a3a2e

Re: Nested quote blocks?

2020-03-04 Thread Fraga, Eric
On Wednesday, 4 Mar 2020 at 12:57, Tim Visher wrote: > Thanks for responding, Eric. :) You're very welcome! > IIUC, your solution should work but it's necessarily tied to specific > export backends, right? It is partly but the general concept of using special blocks works for HTML also. You

How do I diff the outputs of two blocks in org-babel?

2020-03-04 Thread Vladimir Nikishkin
Support I have two blocks: #+name: block1 #+begin_src shell cat <<'ADDTEXT4' #!/bin/bash echo "This script creates a new file" var1=10 var3=50 ((result=$var1*$var2)) echo "The result = $result" ADDTEXT4 #+end_src #+name: block2 #+begin_src shell cat <<'ADDTEXT4'

Re: [PATCH] org-eldoc: Use eldoc-documentation-functions when available

2020-03-04 Thread Kyle Meyer
Thank you. Applied in 7454d2018.

Re: Bug or not a bug? dot expansion in ob-shell

2020-03-04 Thread Nick Dokos
Hi Tim, Tim Cross writes: > It seems to me that two separate issues have been mixed up and causing > some confusion here. However, I think it is actually quite simple once > we consider the issues separately. > > Issue 1: Defining the meaning of :result value and :result output > Issue 2:

Re: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-04 Thread Tim Visher
Hi Kyle, Thanks for feedback! -- >From 626bd68a324cd65ba697dc1ccafdeff5808fd4c0 Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Tue, 3 Mar 2020 09:14:44 -0500 Subject: [PATCH] org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

Re: Nested quote blocks?

2020-03-04 Thread Tim Visher
Thanks for responding, Eric. :) On Wed, Mar 4, 2020 at 2:28 AM Fraga, Eric wrote: > On Tuesday, 3 Mar 2020 at 12:57, Tim Visher wrote: > > Is there a way to get nested quotes blocks to work? > > What is your actual goal? That is, what you do mean by "to work"? I > ask because although, as

Typo in Org Manual

2020-03-04 Thread Sebastian Miele
In an example for Org table range references it says: ‘@2$1..@4$3’ six fields between these two fields (same as ‘A2..C4’) However, it are nine fields instead of six.