Re: [O] how to get images support in Emacs on Windows?

2015-02-19 Thread Ista Zahn
You could use http://vgoulet.act.ulaval.ca/en/emacs/windows/ which comes bundled with image support (and other stuff that you may or may not want). On Feb 19, 2015 6:20 PM, Herbert Sitz hes...@gmail.com wrote: I'm trying to use inline images on Windows and (I think?) I've gotten to the point

Re: [O] about htmlize.el

2015-03-12 Thread Ista Zahn
It looks like that was created just by calling 'htmlize-buffer' three times with different visibility cycling. Does that work for you? Best, Ista On Thu, Mar 12, 2015 at 12:25 PM, XIE Yuheng xyh...@gmail.com wrote: what I wish is org mode like web page see ::

Re: [O] render - as rarr on html export?

2015-03-23 Thread Ista Zahn
Not an answer to your question, but alternative: the company-math[1] package makes it really easy to insert unicode. Best, Ista [1] https://github.com/vspinu/company-math On Mon, Mar 23, 2015 at 12:23 PM, Matt Price mopto...@gmail.com wrote: I feel like I've seen the answer to this somewhere

Re: [O] Latex export or Latex tangle? Best practice?

2015-04-27 Thread Ista Zahn
I would use LaTeX code blocks when I need to write something in LaTeX that isn't easy to write in org mode, not to distinguish what is a note and what is part of the draft. For that I recommend comments, e.g., ### Start example ### * Section 1 ** COMMENT Some rough draft notes to myself yadda

Re: [O] org-babel R ascii results: unable to export table

2015-04-30 Thread Ista Zahn
Hi Marco, Here is a fairly minimal example to get you started: Begin Example #+PROPERTY: header-args:R :session *R* :results output drawer :exports both #+BEGIN_SRC R library(ascii) options(asciiType=org) #+END_SRC #+BEGIN_SRC R ascii(mtcars[1:5, 1:5]) #+END_SRC #+BEGIN_SRC R

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Ista Zahn
On Thu, May 14, 2015 at 8:37 AM, alain.coch...@unistra.fr wrote: John Kitchin writes: Fortran is supported in the sense that you can edit a block in Fortran mode. But you cannot execute a Fortran block directly afaik. You have to tangle it, compile it and then run the executable.

Re: [O] Help with alternative ipython session workflow

2015-04-11 Thread Ista Zahn
The settings described at http://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg00793.html seem to work for me. (I replaced --pylab=osx with --pylab since I'm on Linux.) Best Ista On Sat, Apr 11, 2015 at 7:09 PM, Giacomo M jackja...@gmail.com wrote: I have never been able to make org

Re: [O] Problem with org-mode and minted

2015-04-08 Thread Ista Zahn
I think you just need to customize org-latex-minted-langs so that it maps C to c, e.g., (add-to-list 'org-latex-minted-langs '(C c)) Best, Ista On Wed, Apr 8, 2015 at 8:11 AM, azubi az...@acm.org wrote: Hi all I've recently discovered babel (of org-mode) and I try to learn it. I've

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-08 Thread Ista Zahn
are not known to be defined: org-babel-header-args-safe-fn, org-babel-graphical-output-file best Z On Fri, Aug 7, 2015 at 10:01 PM, Ista Zahn istaz...@gmail.com wrote: We discussed this already in another thread[0]. The upshot was run M-x byte-compile-file on ob-R.el. Best, Ista [0

Re: [O] user-error: No language for src block: (unnamed) when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 7:50 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, JI, Xiang h...@xiangji.me writes: Well actually I think the error shows because of another block below the emacs-lisp blocks. In this header I just wrote #+BEGIN_SRC without any language name. Is it

Re: [O] user-error: No language for src block: (unnamed) when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 10:43 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi, Ista Zahn istaz...@gmail.com writes: On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Ista Zahn istaz...@gmail.com writes: Unless you've restored sanity by setting

Re: [O] user-error: No language for src block: (unnamed) when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Ista Zahn istaz...@gmail.com writes: Unless you've restored sanity by setting org-export-babel-evaluate to nil. Personally I think this is not a good default. Source block evaluation and export are distinct

Re: [O] user-error: No language for src block: (unnamed) when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 11:04 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Ista Zahn istaz...@gmail.com writes: I agree that it is safer. In my case its safer like a 10 MPH speed limit. Safe yes, but too slow! Doesn't Babel :cache property help here? It does actually, to my surprise. I

Re: [O] Stable releases

2015-08-11 Thread Ista Zahn
On Tue, Aug 11, 2015 at 1:18 PM, Scott Randby sran...@gmail.com wrote: While I've used Org's development version in the past, I stopped doing that due to my failure to learn how to use git (no time) and other issues. Now, I only use the stable releases. But the latest 8.3 release doesn't seem

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-07 Thread Ista Zahn
We discussed this already in another thread[0]. The upshot was run M-x byte-compile-file on ob-R.el. Best, Ista [0] https://www.mail-archive.com/emacs-orgmode@gnu.org/msg98762.html On Fri, Aug 7, 2015 at 12:47 PM, Xebar Saram zelt...@gmail.com wrote: Thx for the response Bastien i removed

Re: [O] sudo uninstall org? Can it be done?

2015-08-05 Thread Ista Zahn
I had this problem too, but only on one of my machines. In my case it was triggered by (require 'ob-R). Running byte-compile-file on ob-R.el fixed it for me. I don't know what that means, but maybe it will give someone a clue as to how to track this down. best, Ista On Aug 5, 2015 6:23 PM,

Re: [O] Some projects

2015-10-27 Thread Ista Zahn
On Tue, Oct 27, 2015 at 9:42 AM, Rasmus wrote: > Hi, > > Rainer M Krug writes: > >> I don't know which OS you are using, but just checking on >> [[https://github.com/jgm/pandoc/releases/1.15.1]] and >> [[https://github.com/jgm/pandoc/releases/tag/1.15.1.1]]: >> >>

Re: [O] Some projects

2015-10-27 Thread Ista Zahn
On Oct 27, 2015 11:09 AM, "Rasmus Pank Roulund" <ras...@pank.eu> wrote: > > Hi, > > Ista Zahn <istaz...@gmail.com> writes: > > > I disagree. pandoc supports conversion to and from org-mode. > > I fail to see how this is relevant for the disc

Re: [O] preparing a R course in org for slides..can i link back to org document?

2015-10-21 Thread Ista Zahn
On Mon, Oct 19, 2015 at 7:29 AM, Eric S Fraga wrote: > On Monday, 19 Oct 2015 at 11:05, Xebar Saram wrote: >> Also if people are using other alternative to org-reveal that can do that i >> also wouldnt mind to try it out (a long as its as simple as org-revel :-)) > > You might

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Ista Zahn
I recommend using polymode[1] as a more general solution to the need to interact with code blocks without pulling up a separate edit buffer. It seamlessly switches major modes when point is inside a code block. Best, Ista [1] https://github.com/vspinu/polymode On Nov 11, 2015 12:11 AM, "Xebar

Re: [O] How to make ~evil-leader~ work for for ~org-src-mode~?

2015-10-20 Thread Ista Zahn
Hi Ben, It doesn't work because evil-leader/set-key-for-mode sets keys for major modes and org-src-mode is a minor mode. Unfortunately I don't know the answer to your implied question "how do I make it work?", but that is why it doesn't work. Best, Ista On Tue, Oct 20, 2015 at 10:22 AM, Ben

Re: [O] Modification dates in Worg (was: babel header arguments tutorial?)

2015-09-28 Thread Ista Zahn
I've created a worg mirror on github at https://github.com/izahn/worg-mirror/, so you can see the modification dates via git-blame. For example, https://github.com/izahn/worg-mirror/blame/master/org-contrib/babel/languages.org shows modification of the babel languages page. Best, Ista On Sun,

Re: [O] Modification dates in Worg

2015-09-30 Thread Ista Zahn
section might be. Best, Ista On Tue, Sep 29, 2015 at 4:06 AM, Michael Strey <mst...@strey.biz> wrote: > On Mo, 2015-09-28 at 17:04, Ista Zahn wrote: >> I've created a worg mirror on github at >> https://github.com/izahn/worg-mirror/, so you can see the modification &

Re: [O] babel for sml?

2015-09-23 Thread Ista Zahn
I don't understand. You see ob-sml, but you ask if there is no support? From the looks of it, ob-sml provides babel language support for Standard ML, no? Best, Ista On Wed, Sep 23, 2015 at 9:21 AM, Lawrence Bottorff wrote: > Is there no babel language support for Standard ML?

Re: [O] babel for sml?

2015-09-23 Thread Ista Zahn
is mentioned -- as if support is "built-in." And ob-sml -- at least in my > elpa listing -- says only > > Requires: sml-mode-6.4 > Summary: org-babel functions for template evaluation > > I was confused by the summary. I did install it and it works, BTW. > > On

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-23 Thread Ista Zahn
On Wed, Sep 23, 2015 at 2:16 PM, Eric S Fraga wrote: > On Wednesday, 23 Sep 2015 at 18:59, Sebastian Boehm wrote: >> Hi Nicolas, >> >> On 21 September 2015 at 21:46, Nicolas Goaziou >> wrote: >>> But can't users needing a non-default class customize

Re: [O] Super indent when editing R blocks and using a # comment

2016-01-28 Thread Ista Zahn
I'm pretty sure that's standard ess indentation. I don't think it has anything to do with org mode. Best, Ista On Jan 28, 2016 4:59 PM, "John Hendy" wrote: > Find attached a screenshot of the behavior I'm experiencing with this > minimal config and =emacs -Q=. > >

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Ista Zahn
On Tue, May 24, 2016 at 6:17 AM, Andreas Kiermeier wrote: > I second that. > I like exporting everything to LaTeX without having to re-run all the code, > which in many cases can add considerable time. Which you can still do, I guess by (setq

Re: [O] interesting dilemma with ob-ipython

2016-06-28 Thread Ista Zahn
On Fri, Jun 10, 2016 at 10:19 AM, John Kitchin wrote: > Thanks for this tip. It was a great start! I turned it into this: > > #+BEGIN_SRC emacs-lisp > ;; make src blocks open in the right mode > (add-to-list 'org-src-lang-modes '("jupyter-hy" . hy)) > (add-to-list

Re: [O] v9.0 running babel blocks

2016-11-28 Thread Ista Zahn
On Nov 28, 2016 5:54 AM, "Alan Schmitt" wrote: > > Hello again, > > On 2016-11-28 09:01, Alan Schmitt writes: > > > I'm sorry to write again about this, but the problem has come back, and > > reinstalling org-plus-contrib did not

Re: [O] ob-python newline & indentation behavior

2017-11-25 Thread Ista Zahn
ob-ipython[1] provides a working alternative: #+BEGIN_SRC jupyter-python :session :results output foo = 0 for _ in range(10): foo += 1 foo += 1 print(foo) #+END_SRC #+RESULTS: : 20 I've long wished that more org people would show ob-ipython some love. Letting jupyter handle

Re: [O] Moving from Jekyll to Orgmode

2018-04-29 Thread Ista Zahn
On Sun, Apr 29, 2018 at 4:50 AM, ST wrote: > Hi Scott, > > thank you, and all other responders, for the shared information. The > reason I want to leave Jekyll is because I don't want to depend on a > tool that relies on language (Ruby)/environment that I don't know/use > (in

<    1   2