-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
org-babel-expand-body:julia: export colons when vars are assigned
Fix issue #12
- Loading branch information
nixo
committed
Sep 17, 2021
1 parent
c0017ff
commit cd258ab
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd258ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a git expert: how do I get the fix-issue-12 branch into my system? Sorry for n00b question... (but the code looks reasonable although I wonder why the final ; is required on line 278? I seldom use semi-colons in my Julia code!