Skip to content

Releases: yilkalargaw/org-auto-tangle

added support for user specified variables

12 Aug 23:29
2494a6f
Compare
Choose a tag to compare
  • support for user specified variables was added
  • a couple of variables were defined as defcustom to allow for customization group

Some Refactoring maninly by Stefan Monnier

15 Jul 03:32
Compare
Choose a tag to compare
0.5.1

update version number to 0.5.1

change the version tag in file to match the latest release

07 Jun 20:44
87b867b
Compare
Choose a tag to compare

a simple change to make the nongnu elpa version update to the latest update

added safe-lists behaviour to the docs

10 May 11:42
c3cbde2
Compare
Choose a tag to compare
Merge pull request #17 from RampedIndent/patch-1

Added Safe-list usage to readme

Permit code block evaluation for files in safelist

28 Nov 14:36
ad3c332
Compare
Choose a tag to compare
Merge pull request #13 from fredericgiquel/babel-evaluation

Permit code block evaluation for files in safelist

take steps to remove the warning during installation

14 Feb 10:40
ea2ca74
Compare
Choose a tag to compare
0.2.13

Update org-auto-tangle.el

changed the regexp to org-make-options-regexp

13 Feb 22:00
dc7eb11
Compare
Choose a tag to compare
Merge pull request #7 from zzamboni/master

Improve auto_tangle regex

added a org-auto-tangle-default variable

13 Feb 21:33
be9007a
Compare
Choose a tag to compare
0.2.11

corrected the arguments to org-auto-tangle-find-value function call

new regex used to parse the #+auto_tangle: option

08 Feb 08:48
7bd6e9c
Compare
Choose a tag to compare
improve the regex used to parse for the #+auto_tangle: option

again based on the recommendation by @riscy

minor fixes for on documentation strings code formatting

07 Feb 10:46
820cdd1
Compare
Choose a tag to compare
used a  more consice major mode check

based on a comment by @riscy the 
(string= (buffer-local-value 'major-mode (current-buffer)) "org-mode")
line is replaced by 
(eq major-mode 'org-mode)