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

Org babel R command session

2024-07-02 Thread Sam
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

[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
. 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

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

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-hook >

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

2020-02-13 Thread Sam Steingold
ug. > > 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 <sam.halli...@gmail.com> wrote: > Hi a

[O] migrating to the snapshot api

2017-08-21 Thread Sam Halliday
dy 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

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 <m...@nicolasgoaziou.fr> wrote: > Hello, > > Sam Halliday <sam.halli...@gmail.com> writes: > >> To ensure that the Emacs-installed org-mode is not interfering, I >> added this to my init >> >> (cl-delete-

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
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 <m...@nicolasgoaziou.fr> wrote: > Hello, > >

[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
("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
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
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
+ (when (boundp lang-headers) (eval lang-headers)) + (append + (org-babel-params-from-properties lang) + (list (org-babel-parse-header-arguments + (org-no-properties (or (match-string 4) )) switches block-indentation))) -- Sam Ritchie

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...@ekiga.net XMPP: swfl

Re: [O] Org is awesome

2014-03-24 Thread Sam Flint
. 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...@flintfam.org freenode: swflint sip:swfl...@ekiga.net XMPP: 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
-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-map \C-c\C-xf'org-footnote-action) Thanks -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http

[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 -- Sam Flint swfl

[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://flintfam.org

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

2013-05-06 Thread Sam Ritchie
PNGs? Thanks! Sam -- Sam Ritchie, Twitter Inc 703.662.1337 @sritchie (Too brief? Here's why! http://emailcharter.org)

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 org 8

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

2012-04-11 Thread sam kleinman
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
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
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 e.fr...@ucl.ac.uk wrote: Sam Auciello ollei...@gmail.com writes: I apologize in advance

[O] Question about repeating events.

2012-01-12 Thread Sam Auciello
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
of reminders distributed through a document. Does that make things clearer? Sam John On Tue, Sep 7, 2010 at 9:28 PM, Sam Cramer samcra...@gmail.com wrote: When working on a document, I tend to sprinkle TODO headlines throughout the doc. These are really very loosely structured

[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 sebastian_r...@gmx.dewrote: Sam Cramer samcra...@gmail.com writes: When working on a document, I tend to sprinkle TODO headlines throughout the doc. These are really

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 jw.he...@gmail.com wrote: On Wed, Sep 8, 2010 at 2:34 PM, Sam Cramer samcra...@gmail.com 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] not exporting TODOs but exporting their subordinates

2010-09-07 Thread Sam Cramer
. 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

[Orgmode] TODO list in new buffer?

2010-01-05 Thread Sam Cramer
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-orgmode mailing list Please use `Reply

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

2009-07-31 Thread sam kleinman
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, as if I ever was one. :) Cheers, sam -- tycho(ish) @ ga...@tychoish.com http://www.tychoish.com/ http://www.criticalfutures.com/ don't get

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

2009-07-28 Thread sam kleinman
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 -- tycho(ish) @ ga...@tychoish.com http