Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ob-julia.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alberto Ramos
ob-julia.jl
Commits
bd3007ad
Commit
bd3007ad
authored
May 26, 2020
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also changed writecsv
parent
37658072
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ob-julia.el
ob-julia.el
+1
-1
No files found.
ob-julia.el
View file @
bd3007ad
...
@@ -187,7 +187,7 @@ current code buffer."
...
@@ -187,7 +187,7 @@ current code buffer."
(
defvar
org-babel-julia-eoe-indicator
"print(\"org_babel_julia_eoe\")"
)
(
defvar
org-babel-julia-eoe-indicator
"print(\"org_babel_julia_eoe\")"
)
(
defvar
org-babel-julia-eoe-output
"org_babel_julia_eoe"
)
(
defvar
org-babel-julia-eoe-output
"org_babel_julia_eoe"
)
(
defvar
org-babel-julia-write-object-command
"
writecsv(\"%s\",%s
)"
)
(
defvar
org-babel-julia-write-object-command
"
DelimitedFiles.writedlm(\"%s\",\"%s\",','
)"
)
;; The following was a very complicated write object command
;; The following was a very complicated write object command
;; The replacement needs to add error catching
;; The replacement needs to add error catching
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment