emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Fraga, Eric" <e.fraga@ucl.ac.uk>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: Bill Burdick <bill.burdick@gmail.com>,
	Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: :session for Julia in org babel?
Date: Mon, 22 Aug 2022 09:30:14 +0000	[thread overview]
Message-ID: <87r118wrq1.fsf@ucl.ac.uk> (raw)
In-Reply-To: <87r11bo3tg.fsf@localhost> (Ihor Radchenko's message of "Sat, 20 Aug 2022 13:56:59 +0800")

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

On Saturday, 20 Aug 2022 at 13:56, Ihor Radchenko wrote:
> Sure. You can submit the patch here, and I will apply it.

Here it is.  Thank you.

-- 
: Eric S Fraga, with org release_9.5.4-737-gd3a9c4 in Emacs 29.0.50

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org-contrib-babel-languages-ob-doc-julia.org-Session.patch --]
[-- Type: text/x-diff; name="0001-org-contrib-babel-languages-ob-doc-julia.org-Session.patch", Size: 2323 bytes --]

From 2564c84b41de55d478ba249fa932c40ac62fe510 Mon Sep 17 00:00:00 2001
From: Eric S Fraga <e.fraga@ucl.ac.uk>
Date: Mon, 22 Aug 2022 10:27:52 +0100
Subject: [PATCH] org-contrib/babel/languages/ob-doc-julia.org: Sessions
 requirements

* ob-doc-julia.org (Requirements, Sessions): Specify the extra Julia
packages required for sessions to work.
---
 org-contrib/babel/languages/ob-doc-julia.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-contrib/babel/languages/ob-doc-julia.org b/org-contrib/babel/languages/ob-doc-julia.org
index 970f9232..65ba49b0 100644
--- a/org-contrib/babel/languages/ob-doc-julia.org
+++ b/org-contrib/babel/languages/ob-doc-julia.org
@@ -47,7 +47,7 @@ The documentation for Julia describes it as "a flexible dynamic language, approp
 Julia code blocks can be used in Org to define functions, filter and analyze data, create graphics and figures, and produce reproducible research papers.
 
 * Requirements and Setup
-Julia code blocks in Org require a working Julia installation.  Julia is [[https://julialang.org/downloads/][available]] for FreeBSD on ARM, Linux on ARM or x86, macOS on ARM or x86, and Windows.
+Julia code blocks in Org require a working Julia installation.  Julia is [[https://julialang.org/downloads/][available]] for FreeBSD on ARM, Linux on ARM or x86, macOS on ARM or x86, and Windows.  See [[sessions][below]] for further requirements for sessions with Julia.
 
 There is [[https://github.com/JuliaEditorSupport/julia-emacs][julia-mode]] in Melpa for Emacs.  It requires [[https://ess.r-project.org/][Emacs Speaks Statistics]] (ESS).
 
@@ -67,8 +67,8 @@ Org mode can be configured to use Julia by creating an entry for it in =org-babe
 
    Babel support for Julia defines two Julia-specific header arguments, =:width= and =:horizontal=.
    
-** Sessions
-Sessions are fully supported through ESS.
+** Sessions <<sessions>>
+Sessions are fully supported through ESS.  Two Julia packages must be added to the Julia configuration to enable sessions to work: [[https://github.com/JuliaData/DataFrames.jl][DataFrames]] and [[https://github.com/JuliaData/CSV.jl][CSV]].
 
 Sessions can be used to define functions, set up variables, and share code between source blocks. 
 * Examples of Use
-- 
2.30.2


  reply	other threads:[~2022-08-22  9:37 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08 15:19 :session for Julia in org babel? Fraga, Eric
2022-08-08 15:49 ` Bill Burdick
2022-08-08 16:28   ` Fraga, Eric
2022-08-08 16:51     ` Bill Burdick
2022-08-08 17:36       ` Fraga, Eric
2022-08-09 12:39       ` Ihor Radchenko
2022-08-09 12:53         ` Fraga, Eric
2022-08-09 12:54           ` Bill Burdick
2022-08-10  7:10           ` Ihor Radchenko
2022-08-10  7:56             ` Fraga, Eric
2022-08-16 12:52             ` Fraga, Eric
2022-08-16 13:21               ` Ihor Radchenko
2022-08-16 16:06                 ` Fraga, Eric
2022-08-16 21:16                   ` Christopher M. Miles
     [not found]                   ` <62fc0be2.050a0220.306c1.e3baSMTPIN_ADDED_BROKEN@mx.google.com>
2022-08-17  9:51                     ` Show a warning/message when loading Org modules requiring external packages (was: :session for Julia in org babel?) Ihor Radchenko
2022-08-17 11:45                       ` Show a warning/message when loading Org modules requiring external packages Fraga, Eric
2022-08-17 21:25                       ` Show a warning/message when loading Org modules requiring external packages (was: :session for Julia in org babel?) Christopher M. Miles
     [not found]                       ` <62fd5dc7.050a0220.96139.b7e7SMTPIN_ADDED_BROKEN@mx.google.com>
2022-08-19  6:02                         ` Ihor Radchenko
2022-08-19 12:58                           ` Christopher M. Miles
2022-08-20  5:56                   ` :session for Julia in org babel? Ihor Radchenko
2022-08-22  9:30                     ` Fraga, Eric [this message]
2022-08-22 12:12                       ` Ihor Radchenko
2022-08-17 10:16 ` Timothy
2022-08-17 11:50   ` Fraga, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r118wrq1.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=bill.burdick@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).