Re: [PATCH] Org-mode publish avoids inserting licensed content into target documents.

2020-09-09 Thread Anthony Carrico

On 9/5/20 4:03 AM, Bastien wrote:

... I applied your change on the master branch as 471054136, thanks for this.


And thank you Bastien!

--
Anthony Carrico





Re: [PATCH] Org-mode publish avoids inserting licensed content into target documents.

2020-09-05 Thread Bastien
Hi Anthony,

sorry for the late reply.  I applied your change on the master 
branch as 471054136, thanks for this.

All best,

-- 
 Bastien



[PATCH] Org-mode publish avoids inserting licensed content into target documents.

2020-06-16 Thread Anthony Carrico
* It is customary for compilers to avoid claiming authorship over target
code.  However, the org-mode publish document publisher silently
inserted licensed content into target documents.  This patch replaces
the GPL-V3 licensed highlighter script with a public domain version to
resolve this issue.

The public domain version works in a different way than the original.
It adds(removes) highlighting rather than replacing the original
format.  In contrast, the old version caches(restores).  Because the
new add(remove) method is idempotent, the public domain version avoids
a potential bug in the original: the cached value would be lost if it
was called twice in succession.

This entire patch is released to the public domain by its author,
Anthony Carrico.  TINYCHANGE
---
 lisp/ox-html.el | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 32996c2c2..6a4555bc7 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -233,25 +233,23 @@ property on the headline itself.")
 
 (defconst org-html-scripts
   "