Re: Org babel R command session

2024-07-02 Thread Sam Crawford
On 02/07/2024 15:35, Ihor Radchenko wrote: Sam writes: I just noticed an inconsistency between the way ob-R and ob-python select executables. For python, there are 3 variables: org-babel-python-command, org-babel-python-command-session and org-babel-python-command-nonsession, with the

Org babel R command session

2024-07-02 Thread Sam
s to the R interpreter when initialising a session, because you need to set inferior-ess-program to the executable specifically, and put any arguments in inferior-R-args.   Cheers, Sam

[BUG] Org babel python async can't return values

2024-06-26 Thread Sam Crawford
This may be MacOS specific, but I noticed that :async yes only works with :results output; :results value never returns. A MWE is: #+begin_src python :async yes :results value :session python   12 #+end_src This ought to return 12, but the "#+RESULTS:" field only ever shows the value of the temp

[BUG] Relative filenames for graphics output in ob-R.el [9.8-pre (release_9.7.4-80-g7fa169)]

2024-06-26 Thread Sam Crawford
do things. Emacs : GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.42, cairo version 1.18.0) of 2024-06-21 Package: Org mode version 9.8-pre (release_9.7.4-80-g7fa169 @ /var/home/sam/.emacs.d/straight/build/org/)

[feature] capture: defcustom for item/checkitem to skip LOGBOOK [9.4.4 (release_9.4.4-159-g9140a7 @ /home/n/.emacs.d/straight/build/org/)]

2020-12-30 Thread Sam Whitlock
I just saw this discussion on /r/emacs and came here to share my thoughts. I have worked around this behavior for a while and think having an option to skip logging into the drawer would be useful. My own workflow that this behavior (bug?) currently affects is as follows (similar to the reddit thr

bug#38592: 27.0.50; org mode insinuates itself into calendar

2020-02-17 Thread Sam Steingold
To reproduce: emacs -Q -f package-initialize --eval "(require 'ob)" --eval "(and (cl-assert (featurep 'ob)) (cl-assert (not (featurep 'org" --eval "(call-interactively 'calendar)" The emacs needs to be at least 165f738382. How about, minimally: diff --git a/lisp/org/org-compat.el b/lisp/o

bug#38592: 27.0.50; org mode insinuates itself into calendar

2020-02-16 Thread Sam Steingold
Looks like a bug in ein, https://github.com/millejoh/emacs-ipython-notebook/issues/668 On Fri, 14 Feb 2020 at 05:03, Bastien wrote: > > Hi Sam, > > Sam Steingold writes: > > > If you tell me what to do, I would gladly do it. > > I am afraid I am too busy to investig

bug#38592: 27.0.50; org mode insinuates itself into calendar

2020-02-13 Thread Sam Steingold
Hi Bastien, If you tell me what to do, I would gladly do it. I am afraid I am too busy to investigate it myself... sorry On Thu, 13 Feb 2020 at 10:41, Bastien wrote: > > Hi Sam, > > Sam Steingold writes: > > > Yes, I still have to (remove-hook 'calendar-mode-hoo

bug#38592: 27.0.50; org mode insinuates itself into calendar

2020-02-13 Thread Sam Steingold
e an Org bug. > > I suspect org-compat.el was loaded by some lingering installation of Org. > > Sam, do you still get this bug? > > -- > Bastien -- Sam Steingold <http://sds.podval.org> <http://www.childpsy.net> <http://steingoldpsychology.com>

Re: [O] migrating to the snapshot api

2017-08-25 Thread Sam Halliday
Apologies for bumping this, I was wondering if anybody had any more thoughts on migrating this backend to the latest version of org-mode? Seems to be something changed that isn't in the migration notes... On 21 August 2017 at 19:21, Sam Halliday wrote: > Hi all, > > I maintain a

[O] migrating to the snapshot api

2017-08-21 Thread Sam Halliday
y see what else I need to change to be compatible with the latest version? Best regards, Sam

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-08-21 Thread Sam Halliday
By running this (cl-delete-if (lambda (el) (string-match-p "/usr/share/.*org" el)) load-path) I'm able to hide org and now the org-plus-contrib loads up, yay! Thanks for the hints. On 21 August 2017 at 01:40, Kaushal Modi wrote: > On Sun, Aug 20, 2017, 4:25 PM Nicolas Goaziou > wrote

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-08-20 Thread Sam Halliday
On 20 August 2017 at 16:07, Nicolas Goaziou wrote: > Hello, > > Sam Halliday writes: > >> To ensure that the Emacs-installed org-mode is not interfering, I >> added this to my init >> >> (cl-delete-if >>(lambda (el) (string-match-p ".*org"

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-08-20 Thread Sam Halliday
hough I'm using additional extensions of md as per https://github.com/fommil/dotfiles/blob/master/.emacs.d/lisp/ox-leanpub.el I'm restricting my experiments to stock org-md for now. Best regards, Sam On 19 August 2017 at 10:50, Nicolas Goaziou wrote: > Hello, > > Sam Halliday w

[O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-08-19 Thread Sam Halliday
org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:"; path ("message" :follow (lambda (path) (browse-url (concat "message:" path ("news" :follow (lambda (path) (browse-url (concat "news:"; path ("shell" :follow org--open-shell-link)) org-babel-load-languages '((ditaa . t) (dot . t)) org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil org-export-headline-levels 5 ) -- Best regards, Sam

[O] Failed to add wikinodes to ‘org-font-lock-extra-keywords

2017-05-18 Thread Sam
on Version 157 AppKit 1404.47) of 2017-02-15 Org mode version 9.0.5 (9.0.5-elpaplus @ /Users/sam/.emacs.d/elpa/org-plus-contrib-20170210/) Does anybody have the same issue? Any idea of what I could / should do to make org-wikinodes work? Best, Sam

[O] ox-md and ox-leanpub

2017-04-08 Thread Sam Halliday
I install ox-leanpub with the latest org-plus-contrib then the :export-block line must be removed or it will fail to load. -- Best regards, Sam signature.asc Description: PGP signature

[O] fails to start on 32 bit

2015-11-30 Thread Sam Halliday
here are plenty of integers in the 32bit range for footnote IDs :-) -- Best regards, Sam signature.asc Description: PGP signature

[O] [PATCH] fix for ignored header args in org-babel-tangle

2015-04-23 Thread Sam Ritchie
properties (or (match-string 4) "")) switches block-indentation))) -- Sam Ritchie (@sritchie) Paddleguru Co-Founder 703.863.8561 www.paddleguru.com <http://www.paddleguru.com/> Twitter <http://twitter.com/paddleguru>// Facebook <http://facebook.com/paddleguru>

Re: [O] Space in Exported Text

2014-03-28 Thread Sam Flint
<#part sign=pgpmime> You know, at this point, I'm surprised no-one has mentioned org-mime. It works great, and let's you use tables, and just about any feature. foo bar quux 1 2 3 4 5 6 – Sam Flint swfl...@flintfam.org freenode: swflint sip:swfl...@ekig

Re: [O] Org is awesome

2014-03-24 Thread Sam Flint
ly to be esoteric for >> most. > > Can you please post a link to the sources? I would most probably use > it as a reference for generating different parts of any documents that > I would create. Yes, please release your indexing code especially! Sam -- Sam Flint swfl...@

Re: [O] working on cloud

2014-01-08 Thread Sam Flint
.emacs.d/init.el works just as well. -- Sam Flint swfl...@flintfam.org freenode: swflint sip:swfl...@ekiga.net XMPP: swfl...@members.fsf.org http://flintfam.org/~swflint 2048D/BAFBF3FF (3696 0D80 EC3C D40A 0186 D0E8 C63B 96FB BAFB F3FF) pgp71cXZygBtT.pgp Description: PGP signature

[O] Export issues

2013-12-02 Thread Sam Flint
quot;\C-c\C-e" 'org-export-dispatch) +(org-defkey org-mode-map "\C-c\C-e" 'org-export) (org-defkey org-mode-map "\C-c:"'org-toggle-fixed-width-section) (org-defkey org-mode-map "\C-c\C-x\C-f" 'org-emphasize) (org-defkey org-mode-m

[O] Most Recent Org Update

2013-11-04 Thread Sam Flint
I pulled org from git just now, restarted Emacs, and got this error: Symbol's function definition is void: org-element-chache reset Any ideas why? Thanks -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

[O] org-babel-load-file

2013-11-02 Thread Sam Flint
I'm trying to switch to using a org-mode based LP configuration. When I put `(org-babel-load-file "~/.emacs.org")` after I load org-mode, I get load-file: Cannot open load file: /home/swflint/.emacs.el I am using Org version 8.2.1 Any help would be appreciated. Thanks, Sam

[O] Babel Tangle issues

2013-11-01 Thread Sam Flint
I use org-babel to LP, and when I go to tangle, I get very little output, a shebang line and that is about it, I have noweb set to tangle, yet my references do not resolve. Any ideas why? -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

[O] Copy Sub-tree

2013-10-28 Thread Sam Flint
Is there a speed command or command in general to copy a subtree to the clipboard or to another file? Thanks, Sam -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

[O] LaTeX export with Code

2013-10-06 Thread Sam Flint
I regularly use org-mode for LP, and would like to be able to export the name of a code chunk as a caption in LaTeX. I have looked at the manual, and don't see any way of doing this, are there? Thanks, Sam -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfa

Re: [O] Image #s and captions missing in Org 8 Latex Export

2013-05-06 Thread Sam Ritchie
Hey, excellent, that works. Thanks so much! Nicolas Goaziou May 6, 2013 1:52 PM Hello,You need to apply CAPTION and NAME keywords on the results, not thesource code.Regards, Sam Ritchie May 6, 2013 10:40 AM Hey all,I've just upgraded to

[O] Image #s and captions missing in Org 8 Latex Export

2013-05-06 Thread Sam Ritchie
ption shows up in HTML export and in the Latex export as "Figure 1: Hello, World in Clojure". In org 7.9, my captions resolved on the png results but would never show up on code exports. Is there some option flag I need to enable to generate refs for embedded PNGs? Thanks! Sam -- Sam Ritchie, Twitter Inc 703.662.1337 @sritchie (Too brief? Here's why! http://emailcharter.org)

Re: [O] Worg = Ikiwiki + Org? (was Re: Usage of disqus instead of mailinglist considered harmful)

2012-04-10 Thread sam kleinman
ilt using org-mode syntax/files is important to you, the current solution or some variant thereon is probably the best bet... Cheers, sam -- Sam Kleinman (tychoish): - ga...@tychoish.com - tychoish <http://tychoish.com/> "don't get it right, get it written" -- james thurber pgp90le6VgmON.pgp Description: PGP signature

[O] workaround for inability to close outline section w/out starting a new one?

2012-02-06 Thread Sam Cramer
mbering and 4) is displayed in a special face in the Emacs buffer to indicate that it is a temporary heading? Such an approach would go a long way towards making the temporary heading workaround a bit more practical. Thanks, Sam

Re: [O] Question about repeating events.

2012-01-13 Thread Sam Auciello
e cluttered with events that weren't meant to be there. This link: http://orgmode.org/worg/org-faq.html#org-class, looks to be just what I needed. Thanks, Peace ~Sam On Fri, Jan 13, 2012 at 10:32 AM, Eric S Fraga wrote: > Sam Auciello writes: > > > I apologize in advance if

[O] Question about repeating events.

2012-01-12 Thread Sam Auciello
since it would make my agenda for the following semester cluttered if I was looking at it to plan future events. Is there an option I'm overlooking? Thank you, Peace ~Sam

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
On Wed, Sep 8, 2010 at 12:40 PM, John Hendy wrote: > On Wed, Sep 8, 2010 at 2:34 PM, Sam Cramer wrote: > >> >> The situation is one that arguably results from a lack of discipline on my >> part (hence my interest in org-mode!): I add TODO items to documents I'm >

[Orgmode] Re: not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
Ah, org-inlinetask.el, correct? Looks great -- thanks for the advice! Sam On Wed, Sep 8, 2010 at 9:14 AM, Sebastian Rose wrote: > Sam Cramer writes: > > When working on a document, I tend to sprinkle TODO headlines throughout > the > > doc. These are really very loosely str

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
w they are not a structured list of tasks but rather a bunch of reminders distributed through a document. Does that make things clearer? Sam > > > John > > On Tue, Sep 7, 2010 at 9:28 PM, Sam Cramer wrote: > >> When working on a document, I tend to sprinkle TODO headline

[Orgmode] not exporting TODOs but exporting their subordinates

2010-09-07 Thread Sam Cramer
lines be at a very deep level. Is there any other solution I should consider? Thanks, Sam ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] TODO list in new buffer?

2010-01-06 Thread Sam Cramer
Cool. I didn't know about indirect buffers; I can see that my Emacs knowledge is pretty dated! Thanks, Sam On Tue, Jan 5, 2010 at 8:27 PM, Darlan Cavalcante Moreira wrote: > > Use M-x clone-indirect-buffer to create another buffer that points to the > org > file and then

Re: [Orgmode] Re: TODO list in new buffer?

2010-01-06 Thread Sam Cramer
Thanks. I had tried that, but nothing happened; I didn't understand that I needed to add the file to the list of agenda files. "C-c [" followed by "C a t" did the trick. Sam On Tue, Jan 5, 2010 at 7:26 PM, Maurizio Vitale wrote: > >>>>> "Sam&q

[Orgmode] TODO list in new buffer?

2010-01-05 Thread Sam Cramer
e buffer and the org file in another, so I can refer to the TODO list while editing the org file. I looked through the manual and didn't see a way to do this, though it's possible that I overlooked a relevant section. Thanks, Sam ___ Emacs-org

Re: [Orgmode] Re: Literate Programming with Org mode

2009-07-31 Thread sam kleinman
approaches to research reporting, doesn't include reproducible data collection techniques/documentation which is a big part of RR, at least in my mind. I'm interested in you project (a lot, actually) but I must admit that I'm not much of a numbers guy any more,

Re: [Orgmode] Re: Literate Programming with Org mode

2009-07-28 Thread sam kleinman
f data, and from the analysis of those figures. The stack itself, was comprised of Sweave <http://www.stat.umn.edu/~charlie/Sweave/> R for stats processing, make, and a little bit of python for glue. I think. As an example. I'm not an expert either on this stuff. Cheers, sam