[FEATURE REQUEST] No tangle of code blocks within archived subtrees

2020-09-04 Thread flare
Context I use org-mode to configure many of my machines on my home network and use Org's tangle capability to have every configuration file be seated in the correct place. Feature Request I wish that whenever I decide that I want to completely abandon an implementation of something like

Re: [PATCH] Re: Export to attach directory?

2020-09-05 Thread flare
While on the topic of attachments, a low priority goal which may be nice is to have a org-attach method that allows for automatic encryption of attachments. But again, not very important Bastien writes: > Hi Eric, > > sorry for the late reply -- I don't use attachments that much > but I see how

Re: attachments and inheritance (bug?)

2020-09-06 Thread flare
I have run into this issue myself, my solution for this ended up being a quick hack to toggle this inheritence so that subheadings could reach into superheadings when referencing the same attachments. #+BEGIN_SRC elisp (defun org-attach-switch-inheritence () "Allows for Subtrees to have their

[PATCH] org-preview-latex-fragment dvipng fix for packages in org-latex-packages-alist breaking 'latex' command

2020-09-19 Thread flare
Abstract This is a fix for a problem regarding the org-preview-latex-fragment function and its associated org-preview-latex-process-alist item 'dvipng,' which is broken by imported packages from org-latex-packages-alist which are incompatible with the 'latex' command Context Relevant