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 this respect Hugo is

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 t

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 make it go away this time. Do you perhaps have both org and org-pl

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 'org-latex-minted-langs '(jupyter

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 org-babel-default-header-args (cons '(:eval . "

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=. > > #+begin_src min-config > > ;; s

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 Sar

Re: [O] Some projects

2015-10-27 Thread Ista Zahn
On Oct 27, 2015 11:09 AM, "Rasmus Pank Roulund" wrote: > > Hi, > > Ista Zahn writes: > > > I disagree. pandoc supports conversion to and from org-mode. > > I fail to see how this is relevant for the discussion at hand. > > > Making pandoc a requ

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]]: >> >> Windows: 19.7 MB >> Mac: 27.

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 want to try org-tree

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 wro

Re: [O] Modification dates in Worg

2015-09-30 Thread Ista Zahn
particular section might be. Best, Ista On Tue, Sep 29, 2015 at 4:06 AM, Michael Strey 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 >> dates via

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, Sep

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 their >>> own `org-latex-classes? Or is there

Re: [O] babel for sml?

2015-09-23 Thread Ista Zahn
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 Wed, Sep 23, 2015 at 2:10 P

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? I see a ob-sml at e

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 wrote: > Ista Zahn 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.

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 wrote: > Hi, > > Ista Zahn writes: >> On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou >> wrote: >>> Ista Zahn writes: >>> >>>> Unless you've restored sanity by setting org-export-babel-eva

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 wrote: > Ista Zahn 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 acti

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 wrote: > Hello, > > "JI, Xiang" 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 actually wrong and maybe I shoul

Re: [O] Stable releases

2015-08-11 Thread Ista Zahn
On Tue, Aug 11, 2015 at 1:18 PM, Scott Randby 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 so > stable to m

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

2015-08-08 Thread Ista Zahn
variable > `org-babel-safe-header-args' > > In end of data: > ob-R.el:470:1:Warning: the following functions 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

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 wrote: > > Thx for the response Bastien > > i removed (require 'org-

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, "Ba

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, 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. That is not true

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

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 y

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 wrote: > I have never been able to make org sessions getting alo

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 wrote: > Hi all > > I've recently discovered babel (of org-mode) and I try to learn it. > I've discovered a lit

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 wrote: > I feel like I've seen the answer to this somewhere but I can't find it

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 wrote: > > > what I wish is org mode like web page > see :: > > http://the-little-language-designer.gi

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" wrote: > I'm trying to use inline images on Windows and (I think?) I've gotten to > the > point where I under

Re: [O] [bug?] Link to be exported only in HTML

2015-02-04 Thread Ista Zahn
On Wed, Feb 4, 2015 at 10:15 AM, Sebastien Vauban wrote: > > #+TITLE: ECM Links for HTML only > > * Test > > If I want to include a link (GPL logo, here) to the HTML export, I should put > it > in a block, right? > > #+begin_html > [[http://opensource.org/licenses/GPL-3.0][http://img.shields.

Re: [O] Conducting end user surveys and analyze data (was: Org-mode to feed a database)

2014-12-31 Thread Ista Zahn
On Wed, Dec 31, 2014 at 8:40 AM, Karl Voit wrote: > * Ista Zahn wrote: >> >> On Dec 31, 2014 5:38 AM, "Karl Voit" wrote: >>> >>> When I was a researcher, I used SurveyMonkey for my surveys. It's >>> open source and web-based. You g

Re: [O] Conducting end user surveys and analyze data (was: Org-mode to feed a database)

2014-12-31 Thread Ista Zahn
On Dec 31, 2014 5:38 AM, "Karl Voit" wrote: > > * Vikas Rawal wrote: > > > > But there would be many interesting things one could do in an > > emacs/org-based solution. My biggest worry is that it would > > require continuous training of people coming in to enter data. > > I think you can differ

Re: [O] Conditionally export certain sections based on predefined types

2014-12-04 Thread Ista Zahn
On Thu, Dec 4, 2014 at 1:59 PM, Pete Ley wrote: > Not a great title, but I'm not sure how to explain what I want > succinctly. > > I'm trying to write a resume, and I'd like to be able to export > different versions of it for different things. For instance, I don't > necessarily want to include my

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Ista Zahn
On Tue, Nov 18, 2014 at 1:23 PM, David Bjergaard wrote: > Ista Zahn writes: > >> On Tue, Nov 18, 2014 at 10:43 AM, Brett Viren wrote: >>> David Bjergaard writes: >>> >>>> I use org mode as a lab notebook. I write org-src blocks to keep track >>

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Ista Zahn
On Tue, Nov 18, 2014 at 10:43 AM, Brett Viren wrote: > David Bjergaard writes: > >> I use org mode as a lab notebook. I write org-src blocks to keep track >> of tasks I do at the command line, and then I copy paste them into the >> terminal. I would really like to hit "C-c C-c" on the source bl

Re: [O] Inline code :results replace not working

2014-11-10 Thread Ista Zahn
On Mon, Nov 10, 2014 at 3:04 PM, Grant Rettke wrote: > On Mon, Nov 10, 2014 at 11:03 AM, Ista Zahn wrote: >> On Mon, Nov 10, 2014 at 11:23 AM, Charles C. Berry wrote: >>> On Mon, 10 Nov 2014, Andreas Leha wrote: >> >> [snip] >> >>> >>&

Re: [O] Inline code :results replace not working

2014-11-10 Thread Ista Zahn
On Mon, Nov 10, 2014 at 11:23 AM, Charles C. Berry wrote: > On Mon, 10 Nov 2014, Andreas Leha wrote: [snip] > Nonetheless, from a literate programming perspective, I think that replaceable (and raw) inline results are definitely desirable. Regardless of the state of their imp

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Ista Zahn
s-contrib. Best, Ista > Cheers, > M > > Sent from my iPad > >> On Oct 29, 2014, at 9:43 PM, Ista Zahn wrote: >> >> On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. >> wrote: >>> >>> Hi there, >>> >>> I have been play wi

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Ista Zahn
On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. wrote: > > Hi there, > > I have been play with julia the last couple of weeks and have been having > some issues when I try to use it in org-babel > > More specifically, It get the following error > > ERROR: unsupported or misplaced expression u

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 /usr/local/share/emacs/site-lisp/org/)]

2014-10-07 Thread Ista Zahn
On Oct 7, 2014 3:41 PM, "Henrik Singmann" < henrik.singm...@psychologie.uni-freiburg.de> wrote: > > Dear all, > > Sorry to resurrect this thread but I still have the issue discussed here. I get "Error: could not find function ".ess.eval"" when inside an R code block with :session *R* but not withou

Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Ista Zahn
On Wed, Oct 1, 2014 at 3:10 AM, Malcolm Purvis wrote: >>>>>> "Ista" == Ista Zahn writes: > > Ista> Exporting and tangling don't require any language support. > > Ista> #+begin_src foobarbas :tangle foo.bar > Ista> +end_src > > Ista&

Re: [O] Tangling and Exporting an Unsupported Language.

2014-09-29 Thread Ista Zahn
Exporting and tangling don't require any language support. #+begin_src foobarbas :tangle foo.bar #+end_src is perfectly fine and will export and tangle just fine. Or did I misunderstand your question? Best, Ista On Mon, Sep 29, 2014 at 2:53 AM, Malcolm Purvis wrote: > All, > > I'm writing an o

Re: [O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Ista Zahn
Hi Fabrice, Very very nice, I enjoy it a lot. If you are accepting feature requests, the only thing I really miss is "Next" section link at the bottom. Best, Ista On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote: > Hello, > > I'm announcing the release of Bigblow, a CSS + JS theme for the

Re: [O] specifying the coding language resulting from a a :results code source block

2014-09-11 Thread Ista Zahn
Can't you just do #+begin_src foo :wrap src bar hello world #+end_src ? Best, Ista On Thu, Sep 11, 2014 at 5:11 AM, Dror Atariah wrote: > Is there some change in the status of this issue? Can one now specify the > language of the result? > > Cheers, > Dror > > -- > Mahalo Tom, > >

Re: [O] default headers for source code blocks

2014-09-09 Thread Ista Zahn
Hi Subhan, I think the idea is that you should not set his on each individual block, but set global values. For example #+PROPERTY: header-args:sql :exports code :tangle yes :comments noweb Best, Ista On Tue, Sep 9, 2014 at 1:24 PM, Subhan Michael Tindall wrote: > My apologies if this is in T

Re: [O] R code block produces only partial output

2014-08-23 Thread Ista Zahn
On Sat, Aug 23, 2014 at 2:35 PM, Thomas S. Dye wrote: > Aaron Ecay writes: > >> Well, I think that it’s going to be difficult to make babel a better >> literate programming solution for R if we restrict ourselves not to >> use the state-of-the-art R package for low-level literate programming >> s

Re: [O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-04 Thread Ista Zahn
gt; “Wisdom begins in wonder.” --Socrates > ((λ (x) (x x)) (λ (x) (x x))) > “Life has become immeasurably better since I have been forced to stop > taking it seriously.” --Thompson > > > On Sun, Aug 3, 2014 at 7:24 PM, Ista Zahn wrote: >> I'm somewhat confused by the &

Re: [O] How to disable block evaluation results being wrapped with a single character like =?

2014-08-03 Thread Ista Zahn
I'm somewhat confused by the "wrapped in =" part, but I think you are looking for 'C-h v org-babel-min-lines-for-block-output'. Best, Ista On Sun, Aug 3, 2014 at 3:03 PM, Grant Rettke wrote: > Hi, > > Sometimes block evaluation results are wrapped with a single character like =. > > When exporti

Re: [O] Enabling another language in org-babel

2014-07-31 Thread Ista Zahn
On Thu, Jul 31, 2014 at 6:52 AM, Bastien wrote: > Hi Ista, > > Ista Zahn writes: > >> I asked Bastien privately about getting access to the git repository, >> but will ask here as well: When I run 'git clone >> orgm...@orgmode.org:org-mode.git' I get a

[O] [PATCH] ob-stata.el: new file for stata code evaluation

2014-07-30 Thread Ista Zahn
nd it useful. Best, Ista [1] https://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00862.html From 24d957b8fc3eb207158e94cdec1a362ba2e79ff0 Mon Sep 17 00:00:00 2001 From: Ista Zahn Date: Wed, 30 Jul 2014 17:07:16 -0400 Subject: [PATCH] ob-stata.el: new file for stata code evaluation * co

Re: [O] Enabling another language in org-babel

2014-07-30 Thread Ista Zahn
; I get a response saying "Permission denied (publickey). fatal: Could not read from remote repository" Does that mean my key wasn't properly added, or did I miss some required set-up? Best, Ista On Tue, Jul 29, 2014 at 10:36 AM, Bastien wrote: > Hi Ista, > > some

Re: [O] Enabling another language in org-babel

2014-07-28 Thread Ista Zahn
t. If there are no objections I would like to add this to contrib. Best, Ista On Mon, Jul 28, 2014 at 9:20 AM, Bastien wrote: > Hi Ista, > > Ista Zahn writes: > >> I don't know if this is ready for contrib yet (though I don't object >> if you think it is). I&#

Re: [O] Evaluating inline source blocks on export issue

2014-07-24 Thread Ista Zahn
On Thu, Jul 24, 2014 at 6:14 AM, Andreas Leha wrote: > Nick Dokos writes: > >> Grant Rettke writes: >> >>> Thanks for looking Thomas and Nick. >>> >>> When I set this and export >>> >>> , >>> | (setq org-export-babel-evaluate t) >>> ` >>> >>> I get the expected result of >>> >>> , >>

Re: [O] org-ref in action

2014-06-27 Thread Ista Zahn
Yes, totally off topic for this thread, please start a new one. On Fri, Jun 27, 2014 at 12:27 AM, Xebar Saram wrote: > Hi all > > off topic a bit again. im an academic (asst. prof) in Epidemiology and have > been using org-mode for about a year now. i love using org but im really not > very techn

Re: [O] Babel-R vs. ESS

2014-06-25 Thread Ista Zahn
Hi Shiyuan, On Wed, Jun 25, 2014 at 3:08 AM, Shiyuan wrote: > Hi all, > I am learning R and use Emacs to work with R. I googled around and I > found two options: ESS and Org-R/Org-Babel. Org-Babel and ESS are not really alternatives; in fact the complement each other nicely. Org gives you a

Re: [O] Enabling another language in org-babel

2014-06-25 Thread Ista Zahn
ater? In short feel free to add it to contrib if you want, but be aware that it is in pretty rough shape. Best, Ista On Wed, Jun 25, 2014 at 4:33 AM, Bastien wrote: > Hi Ista, > > Ista Zahn writes: > >> The code is available at >> https://gist.github.com/izahn/5745dcf6dd07

Re: [O] org-ref in action

2014-06-24 Thread Ista Zahn
John, This is simply amazing. I think this covers basically every item on my org-mode reference handling wish list. It's really great, thank you! Will this be on Melpa soon? -Ista On Tue, Jun 24, 2014 at 2:45 PM, John Kitchin wrote: > Hello everyone, > > org-ref has basically stabilized. You

Re: [O] Enabling another language in org-babel

2014-06-24 Thread Ista Zahn
I just hacked up a rudimentary ob-stata.el by replacing "julia" with "stata" in ob-julia.el by G. Jay Kerns (and making a few other minor tweaks). Only ":results output" works (no graphics, no :results value). In short it's in pretty rough shape, but it does work for some basic things. Perhaps some

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Ista Zahn
Hi Xavier, I think #+begin_src latex :results drawer :exports results \begin{align*} x&=x\\ y&=y \end{align*} #+end_src will give both syntax highlighting (in the code block) as well as properly displayed equations in both latex and html export. Best, Ista On Mon, Mar 3, 2014 at 2:39 P

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Ista Zahn
Another user here, chiming in to support Nicolas's position. From my perspective orgmode is so vast and complicated that the number one thing we need (even from a user perspective) is predictability. I'd rather see minor conveniences removed in favor of a constancy and a logical interface. Best, I

Re: [O] No ODT export option

2014-01-10 Thread Ista Zahn
Hi Ken, ODT export isn't enabled by default. You can enable it by putting (require 'ox-odt) in your config file and restart emacs. Best, Ista On Fri, Jan 10, 2014 at 11:23 AM, Ken Mankoff wrote: > Hi, > > I'd like to export to ODT or even directly to DOC. But I notice I do not > have an ODT e

Re: [O] Export each top level heading to separate file

2014-01-05 Thread Ista Zahn
nil nil)) Great, thanks! Best, Ista > > > The when macro is like an if macro, with no else body. > > John > > --- > John Kitchin > Associate Professor > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon Univer

Re: [O] Export each top level heading to separate file

2014-01-05 Thread Ista Zahn
> > --- > John Kitchin > Associate Professor > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > http://kitchingroup.cheme.cmu.edu > > > > On Sat

Re: [O] Export each top level heading to separate file

2014-01-04 Thread Ista Zahn
On Sat, Jan 4, 2014 at 6:41 PM, Alan L Tyree wrote: > On 05/01/14 09:45, Charles Millar wrote: >> >> Ista and all, >> >> On 1/4/2014 5:29 PM, Ista Zahn wrote: >>> >>> Hi all, >>> >>> I'm looking for a way to export each top-le

[O] Export each top level heading to separate file

2014-01-04 Thread Ista Zahn
Hi all, I'm looking for a way to export each top-level heading to a separate markdown file. Ideally I would like to have the exported files named according to the heading. For example I would like this org file --- * Section one Section one text * Section two ** Se

Re: [O] Exporting markdown specific string

2014-01-04 Thread Ista Zahn
On Sat, Jan 4, 2014 at 1:40 PM, Charles Berry wrote: > Bastien gnu.org> writes: > >> >> Charles Berry ucsd.edu> writes: >> >> > No it won't. >> > >> > ox-md.el does not define a transcoder for keyword and falls back to its >> > parent: >> >> Thanks. >> >> I just added this transcoder to the mast

[O] Exporting markdown specific string

2014-01-04 Thread Ista Zahn
Hi all, I'm trying to figure out how to export a line (say "foo") only when exporting to markdown. For latex there is '#+LATEX: foo' and for html there is '#+HTML: foo' but neither '#+MD: foo' nor '#+MARKDOWN: foo' does the trick. Of course '#+HTML: foo' exports foo to markdown since the markdow

Re: [O] Beamer export: one question and one bug

2013-11-03 Thread Ista Zahn
On Sun, Nov 3, 2013 at 5:06 AM, Jarmo Hurri wrote: > > Greetings. > >> Set '#OPTIONS: H:2', then top level headlines become sections (and are >> listed in the table of contents) and second-level headlines become the >> frames. > > Yep, that will happen. However, the original idea was to get frame

Re: [O] Beamer export: one question and one bug

2013-11-02 Thread Ista Zahn
On Mon, Oct 28, 2013 at 10:13 AM, Nick Dokos wrote: > Jarmo Hurri writes: > >> Greetings again. >> >> 1. First the question: when I export the org file below as Beamer (C-c >>C-e l O), I get an empty outline. How do I fix this? >>> >>> Seems to work fine for me with the older version

Re: [O] Problem with beamer export

2013-10-09 Thread Ista Zahn
Any chance the fix can be pushed out to http://orgmode.org/elpa/? Thanks, Ista On Mon, Oct 7, 2013 at 11:09 AM, Nicolas Goaziou wrote: > Hello, > > Marvin Doyley writes: > > > I just updated to Org 8.2.1 and for some reason when I export a frame I > get > > > > \subsection{Title} > > > > > > r

Re: [O] BUG?: BABEL - Release 8.2

2013-09-21 Thread Ista Zahn
I observe the same behavior with org installed from elpa/org-plus-contrib-20130916. Best, Ista On Sat, Sep 21, 2013 at 9:54 AM, Rainer M Krug wrote: > Just to reiterate - is this only me or others as well? I consider this > as a serious problem, as it can result in loss of data. > > If it is onl

[O] ox-bibtex in contrib?

2013-07-31 Thread Ista Zahn
Hi all, I have org-plus-contrib installed using elpa from http://orgmode.org/elpa/, but this doesn't seem to include ox-bibtex.el. Should it? Or does this need to be installed separately? Thanks, Ista

Re: [O] [RFC] BibELTeX: native bibtex support in org-mode

2013-06-12 Thread Ista Zahn
On Wed, Jun 12, 2013 at 6:48 AM, Rüdiger Sonderfeld wrote: > Rasmus gmx.us> writes: > >> >> Rüdiger Sonderfeld c-plusplus.de> writes: >> >> > I've started writing BibELTeX as an alternative to =ox-bibtex.el=. >> > >> > https://github.com/ruediger/bibeltex >> >> Would you consider providing a tes

Re: [O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Ista Zahn
I'm not clear on whether you are looking for templates or examples, but if the later, maybe my slides at http://projects.iq.harvard.edu/rtc/event/introduction-r will be of some interest. Scroll down to the bottom and download the .zip file. The rintro.pdf is the beamer export of the rintro.org file

Re: [O] python sessions

2013-03-25 Thread Ista Zahn
On Mon, Mar 25, 2013 at 1:41 PM, John Hendy wrote: > On Mon, Mar 25, 2013 at 12:27 PM, Andreas Röhler > wrote: >> Am 25.03.2013 17:43, schrieb Eric Schulte: >> >>> John Hendy writes: >>> >>>> On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn wrote: &g

Re: [O] python sessions

2013-03-25 Thread Ista Zahn
On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte wrote: > John Hendy writes: > >> On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos wrote: >>> Eric Schulte wrote: >>> > > From participating in evaluating code throughout the discussion and > catching the comments throughout, I'd say yes,

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
On Wed, Mar 20, 2013 at 4:25 PM, Gary Oberbrunner wrote: > Ista, what OS are you on? Maybe this (or part of it anyway) is only a > Windows problem? Maybe -- I'm on Arch Linux. > > > On Wed, Mar 20, 2013 at 4:12 PM, Ista Zahn wrote: >> >> On Wed, Mar 20,

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
On Wed, Mar 20, 2013 at 3:53 PM, Andreas Röhler wrote: > Am 20.03.2013 20:42, schrieb Ista Zahn: > >> On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röhler >> wrote: >>> >>> >>>> I guess it depends on the definition of "works". I don't

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röhler wrote: > >> I guess it depends on the definition of "works". I don't get python >> buffers with the name of the :session variable. > > > Reads as it works only with named sessions, but fails with unnamed It fails to name the python process buffers.

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
on-buffers is not set correctly. > >> I've not used python prior to this, but I use R almost daily in Org >> and if I do #+begin_src R :session R, I get a buffer actually named >> =R=. In this case, I expected the buffer name would be *PyFoo*. >> Checking if it

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
On Wed, Mar 20, 2013 at 2:44 AM, Andreas Röhler wrote: > Am 20.03.2013 04:07, schrieb Nick Dokos: > >> John Hendy wrote: >> >>> On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner >>> wrote: I must be failing to understand something. I'm running Emacs 24.3 on Windows, with latest t

Re: [O] posting guide?

2013-03-13 Thread Ista Zahn
+1 On Wed, Mar 13, 2013 at 3:13 PM, Jay Kerns wrote: > The past few days have reminded me of something somebody famous > once said [1]. I can already see work being done to protect the > community for the future, yet I believe there is more we might do > to be even stronger. > > I understand and

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Ista Zahn
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler wrote: > Am 26.02.2013 14:49, schrieb Bastien: > >> Hi Andreas, >> >> Andreas Röhler writes: >> >>> org-babel-execute-src-block: No org-babel-execute function for python! >>> >>> When evaluating the following block C-c C-c starting from emacs -Q >>

Re: [O] org-export-babel-evaluate and :exports none

2013-02-22 Thread Ista Zahn
On Fri, Feb 22, 2013 at 3:49 PM, Achim Gratz wrote: > Nicolas Goaziou writes: >> I'm just starting over because that wasn't a correct solution. I'm not >> even sure about what bug this patch fixed. > > The bug was that Babel blocks were evaluated during export when > org-export-babel-evaluate was

Re: [O] org-export-babel-evaluate and :exports none

2013-02-19 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:17 PM, Nicolas Goaziou wrote: > Hello, > > Ista Zahn writes: > >> Thanks for checking Jay. I just tried with make update2 (usually I use >> make update), with the same result as I got before (i.e., the code >> block is exported). Just to

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Ista Zahn
On Mon, Feb 18, 2013 at 3:49 PM, Vinh Nguyen wrote: > On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: >> Hi, >> >> I was having issues exporting to a "doc" file with this in my init file: >> (setq org-export-odt-preferred-output-format "doc") >> >> After some debugging, it appears my "soffice

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Ista Zahn
On Mon, Feb 18, 2013 at 1:59 PM, Jay Kerns wrote: > Dear Ista, > > > On Mon, Feb 18, 2013 at 1:22 PM, Ista Zahn wrote: >> Hi all, >> >> Just checking to see if anyone was able to reproduce this or if I am >> the only one with this problem. >> >

Re: [O] org-export-babel-evaluate and :exports none

2013-02-18 Thread Ista Zahn
Hi all, Just checking to see if anyone was able to reproduce this or if I am the only one with this problem. Thanks, Ista On Sun, Feb 17, 2013 at 9:24 AM, Ista Zahn wrote: > Hi, > > I upgraded to the latest git version yesterday, and am loving the new > exporter. Congrats to

[O] org-export-babel-evaluate and :exports none

2013-02-17 Thread Ista Zahn
Hi, I upgraded to the latest git version yesterday, and am loving the new exporter. Congrats to all involved! However, when I set org-export-babel-evaluate to nil the new latex exporter (I have not tried the others) ignores :exports none source block header arguments. To reproduce: 1. start emac

Re: [O] OT, but not really: todays XKCD

2013-02-12 Thread Ista Zahn
On Tue, Feb 12, 2013 at 10:10 AM, Jambunathan K wrote: > Bastien writes: > >> It's important for two reasons: to keep a nice atmosphere on the list, >> so that people feel comfortable asking stupid questions; and to let >> other developers focus on their work (while you try to help newbies >> wit

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-28 Thread Ista Zahn
On Wed, Nov 28, 2012 at 10:15 AM, Giovanni Ridolfi wrote: > Da: Ista Zahn > Inviato: Martedì 27 Novembre 2012 15:55 > >>> I can't seem to get the new odt exporter working on my Windows machine >>> at work (it works fine on Linux at home). >> [...] >>

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Ista Zahn
Thank you, I'm currently working around this with ;; fix f'ed up windows temp directory (if (eq system-type 'windows-nt) (setq temporary-file-directory "c:/tmp/") ) in my init.el, and odt export is now working as expected. Best, Ista On Tue, Nov 27, 2012 at 12:46 PM, Jambunathan K wrote: > J

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-27 Thread Ista Zahn
Hi all, On Tue, Nov 27, 2012 at 3:40 AM, Giovanni Ridolfi wrote: > Hi, Ista, > > > Da: Ista Zahn > Inviato: Lunedì 26 Novembre 2012 23:44 > >> I can't seem to get the new odt exporter working on my Windows machine >> at work (it works fine on Linux at home)

[O] New exporter (org-e-odt) not creating content.xml

2012-11-26 Thread Ista Zahn
I can't seem to get the new odt exporter working on my Windows machine at work (it works fine on Linux at home). Specifically, when I call 'M-x export-dispatch o o' I get an odt archive with the following contents. M Filemode Length Date Time File - -- --

Re: [O] Source block processing changes

2012-11-06 Thread Ista Zahn
On Tue, Nov 6, 2012 at 12:48 PM, Ista Zahn wrote: > On Tue, Nov 6, 2012 at 8:22 AM, Eric Schulte wrote: >> Ista Zahn writes: > >>> Using ':results >>> drawer' or ':results org' gives me verbatim export >> >> This was a bug in &quo

Re: [O] Source block processing changes

2012-11-06 Thread Ista Zahn
On Tue, Nov 6, 2012 at 8:22 AM, Eric Schulte wrote: > Ista Zahn writes: >> Using ':results >> drawer' or ':results org' gives me verbatim export > > This was a bug in ":results drawer", which should *not* escape its > results. I'v

Re: [O] Source block processing changes

2012-11-06 Thread Ista Zahn
On Tue, Nov 6, 2012 at 12:16 PM, Nicolas Goaziou wrote: > Ista Zahn writes: > >> On Tue, Nov 6, 2012 at 11:44 AM, Nicolas Goaziou wrote: >>> Ista Zahn writes: >>> >>>> Thank you, all is working as desired now! One small niggle: the >>>>

  1   2   >