issue tracker?

2020-05-18 Thread Anthony Carrico
Does org-mode have an issue tracker, to keep track of which issues are active, or is it just this mailing list? -- Anthony Carrico

ISSUE: org publish document processor silently inserts licensed content into targets by default

2020-05-18 Thread Anthony Carrico
all) ;; or patch locally: ;; ;; (let ((org-html-scripts public-domain-scripts)) (org-publish-all)) -- Anthony Carrico

Re: issue tracker?

2020-05-20 Thread Anthony Carrico
On 5/18/20 5:24 PM, Anthony Carrico wrote: Does org-mode have an issue tracker, to keep track of which issues are active, or is it just this mailing list? I'm the OP here. My first post to this list generated a lot of feedback. I'm not sure I have an opinion, it was an honest question

Re: issue tracker?

2020-05-22 Thread Anthony Carrico
words, ignoring threads without those keywords. I don't actually use emacs for email, but I'm guessing it wouldn't be too hard for someone to write an elisp script to scan a mailbox/maildir to gather a list of subject lines--is this true? -- Anthony Carrico

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

[PATCH] Include missing files when sitemap style is tree

2020-09-11 Thread Anthony Carrico
* ox-publish.el (org-publish-sitemap): Include files that have an ancestor below base-directory with no published files and sitemap style is tree. This entire patch is released to the public domain by its author, Anthony Carrico. TINYCHANGE --- lisp/ox-publish.el | 21

Re: ISSUE: org publish document processor silently inserts licensed content into targets by default

2020-05-26 Thread Anthony Carrico
On 5/22/20 11:10 AM, Bastien wrote: > If you think it is useful as a patch against Org, not just as a way to > customize a setup, can you send a patch? > > See https://orgmode.org/worg/org-contribute.html on how to contribute. Ok, it is on my list, thanks. -- Anthony Carrico

Re: issue tracker?

2020-05-21 Thread Anthony Carrico
der based, which is a big ask for users. -- Anthony Carrico

Re: issue tracker?

2020-05-21 Thread Anthony Carrico
On 5/21/20 10:18 AM, Anthony Carrico wrote: > which is a big ask for users. ... given that the community expressed that it would like to interact on a mailing list without other user facing tooling. -- Anthony Carrico

Re: [PATCH] Include missing files when sitemap style is tree

2020-10-26 Thread Anthony Carrico
On 10/24/20 8:21 AM, Bastien wrote: Anthony Carrico writes: * ox-publish.el (org-publish-sitemap): Include files that have an ancestor below base-directory with no published files and sitemap style is tree. thanks for the patch and sorry for the delay in replying. I'm not sure I understand

ISSUE: Unable to resolve link (html export)

2020-08-06 Thread Anthony Carrico
to succeed. On the other hand, the original link works fine internally. This leads me to suspect that export is using different code to follow links, but also that the insert link code is buggy, skipping the pound symbol. -- Anthony Carrico

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

2020-06-16 Thread Anthony Carrico
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

ISSUE: dev documentation loading org, built from git

2020-06-08 Thread Anthony Carrico
ite-lisp" load-path) as the first thing in my init.el, but I'm unsure how to get this to load. Currently an older version is running. I'm not even sure what kind of artifact I'm looking for--an emacs package? list-packages shows: org 9.3.6 org 9.1.9 -- Anthony Carrico

Re: Reply-All noise

2020-11-01 Thread Anthony Carrico
that interests them comes around. -- Anthony Carrico

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-26 Thread Anthony Carrico
to remove the script in question: The functionality is pretty unusual for a document to trigger, and might not be missed in exchange for a javascript-free export, but I yield to your ultimate decision. Thank you -- Anthony Carrico

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-22 Thread Anthony Carrico
On 4/22/21 5:20 PM, Tim Cross wrote: Appreciate the intention. Perhaps we need to clarify what exactly we are licensing here I'm sorry, I didn't realize that you were missing the context; it is a tiny

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-22 Thread Anthony Carrico
the case. As this is a GNU project and correct licensing is important... Emacs is a GNU project, but org-mode export is a document processor, and the goal here was to avoid including licensed content in an Author's exported documents. -- Anthony Carrico

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-22 Thread Anthony Carrico
Hi all. Thanks for the note. I took a look at the LibreJS docs to try to understand the problem. My analysis: LibreJS is a web filtering plugin. Users are making a decision to block content which is not explicitly licensed in the LibreJS syntax, including public domain works marked in that

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-22 Thread Anthony Carrico
On 4/22/21 4:29 PM, Anthony Carrico wrote: Practically speaking, the script included by org-mode is in the public domain, so it could never conflict with whatever license the author chooses. Therefore, we should remove the LibreJS tag from the

[PATCH] Org-mode publish avoids inserting script license tag into target documents

2021-04-22 Thread Anthony Carrico
>From 8f86d82b6784d26d8af86de01adcf333ee81148b Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Thu, 22 Apr 2021 17:32:59 -0400 Subject: [PATCH] Org-mode publish avoids inserting script license tag into target documents * ox-html.el: In previous versions, org-export included a scr

org-insert-structure-template

2022-12-12 Thread Anthony Carrico
in the block. First prompts the user for keys, which are used to look up a structure type from the variable below. If the key is ‘’, ‘’, or ‘’, the user is prompted to enter a block type. -- Anthony Carrico

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
I'm trying to remember what the old keybinding was before it got switched to 'C-c C-,'... -- Anthony Carrico

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
keybinding that regularly bites me on the TTY. -- Anthony Carrico

Re: org-insert-structure-template

2022-12-12 Thread Anthony Carrico
inding is sometimes unreliable is the limited ASCII control keys on the TTY. Thanks! Was this deprecated because it isn't a regular emacs keybinding? -- Anthony Carrico

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Anthony Carrico
rom the link, because such links didn't used to work, maybe due to the pound sign, but apparently they are currently working, as I just discovered. -- Anthony Carrico

[BUG] org-store-link on document title

2023-06-28 Thread Anthony Carrico
output (at least a few years ago--see org mailing list around 2020-08-06 with subject "ISSUE: Unable to resolve link (html export)"). -- Anthony Carrico

Re: [BUG] org-store-link on document title

2023-06-28 Thread Anthony Carrico
On 6/28/23 15:56, Ihor Radchenko wrote: Latest version of Org will also auto-assign TITLE as the link description. Nice, sound like this issue is already fixed. Looking forward to the upgrade. -- Anthony Carrico

Re: [BUG] org-store-link on document title

2023-06-29 Thread Anthony Carrico
ect that this option does add the proper default description, but this is not a just plain file link anymore. -- Anthony Carrico

Re: what is the purpose of "This link has already been stored"?

2023-06-29 Thread Anthony Carrico
, so changing the default doesn't break the workflow of anyone using it the way Samuel describes (unless I'm missing something). -- Anthony Carrico

Re: [BUG] org-store-link on document title

2023-06-29 Thread Anthony Carrico
notes are file links with the title as the description. I tend to use *deft* to search a lot of small pages without deep outlines. -- Anthony Carrico

Re: [BUG] org-store-link on document title

2023-06-29 Thread Anthony Carrico
On 6/29/23 11:54, Ihor Radchenko wrote: You can set :store property for "file" links in `org-link-parameters' to adjust for your personal use case. That is good advice. -- Anthony Carrico