[Orgmode] org-babel caching question

2010-09-18 Thread Ista Zahn
ted in subsequent code blocks. Is there any way to make babel check to see if the input values have changed? ---8<--end example--8<--- -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org

[Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-02 Thread Ista Zahn
the same behavior using emacs version 23.2.1 and emacs version 24.0.50.1 Any help will be appreciated. Best, -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org ___ Emacs-orgmode m

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Ista Zahn
== > > This can be useful in particular with property inheritance, if > some upper level has the property, and some grandchild of it > would like to have the default settings (i.e. not overruled by a > property) back. > > Thanks to Robert Goldman and Bernt Hansen for sugg

[O] caching and code execution on export

2011-07-01 Thread Ista Zahn
1-04-11 Org-mode version 7.4 (same thing on 7.5 from ELPA) ===== 8< = example ends here <= 8< = -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org

Re: [O] caching and code execution on export

2011-07-02 Thread Ista Zahn
Fantastic, the latest git version now works as expected. Thank you! On Fri, Jul 1, 2011 at 3:57 PM, Eric Schulte wrote: > Ista Zahn writes: > >> Hi all, >> I'm giving org-babel another go after a recent retreat back to Sweave. >> I'm having problems with code b

[O] Portability

2011-07-04 Thread Ista Zahn
What suggestions do you have for someone just starting out with org-mode? Thanks! -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org

Re: [O] Org-babel: can evaluation confirmation be disabled (e.g., set to always yes)?

2011-07-07 Thread Ista Zahn
; > Can this be disabled by setting it to yes by default? I don't do any coding > in my blocks that could in any ways adversely affect my system... > > I could not find anything related in the documentation, apologies if I missed > it. > > Best, > Torsten > --

Re: [O] cleaning all the #+results from an org document

2011-07-28 Thread Ista Zahn
s, but it becomes easy to get to an inconsistent state, and I would like to be able to delete the results blocks and run the whole thing fresh. Best, Ista > > I was mostly thinking about b (for putting into version control) and c, > for giving to students to try out. > > Stephe

Re: [O] LaTeX Export Packages

2011-07-29 Thread Ista Zahn
file. > > I would like some way to add options in an org-mode file to the packages > that appear in org-export-latex-default-packages-alist. Maybe something > similar to #+LaTeX_CLASS_OPTIONS: will be possible. But this doesn't > look easy to me. Should I learn how to do publish

Re: [O] Closing brace with LaTeX export

2011-08-18 Thread Ista Zahn
t; > I would like to pass multi-line arguments, with spaces in braces. > I don't think it works to put use a #+BEGIN_LaTeX block for > every argument, since that seems to confuse things and is very verbose. > > What's the best way of doing this? > > Thanks for your tim

Re: [O] Problem with shift-up

2011-08-19 Thread Ista Zahn
What the heck is ‘translating’ this key binding? How can I find the guilty > one so I can do very cruel things to it? > > Pointers very much appreciated! > Peter. > > [1] http://kjhealy.github.com/emacs-starter-kit/ > [2] http://comments.gmane.org/gmane.emacs.org

Re: [O] Latex image placement (...again. H vs. h!)

2011-08-21 Thread Ista Zahn
es the floats don't drop > until a later section, in which case I think that's definitely *too* > late. Sure, if they dump at the end of Section 1.1, fine -- that's > where they are discussed. But now they're showing up in 1.2? The placeins package offers a solution to this problem. Best, Ista > > > Thanks, > John > >> >> -- >> Until the next mail..., >> Stefan. >> > > -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org

Re: [O] [OT] Current website not very attractive

2012-08-09 Thread Ista Zahn
I love the orgmode website. If you want to see amateurish and not attractive, take a look at http://www.r-project.org/ (I love R too, but the website could use an update) -Ista On Thu, Aug 9, 2012 at 5:45 PM, Marcelo de Moraes Serpa wrote: > Hey list, > > Don't want to be negative, but doesn't a

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-15 Thread Ista Zahn
Hi Eric, Sounds really cool, I'd love to try it out. But when I run (ert "org-ehtml") I get errors like Selector: "org-ehtml" Passed: 0 Failed: 5 (5 unexpected) Total: 5/6 Started at: 2012-08-15 22:00:20-0400 Finished. Finished at: 2012-08-15 22:00:50-0400 FFQFFF F org-ehtml-elnode-serve-a

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-16 Thread Ista Zahn
On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote: > Ista Zahn writes: > >> Hi Eric, >> >> Sounds really cool, I'd love to try it out. But when I run (ert >> "org-ehtml") I get errors like >> >> Selector: "org-ehtml" >&

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-16 Thread Ista Zahn
On Thu, Aug 16, 2012 at 12:36 PM, Eric Schulte wrote: > Ista Zahn writes: > >> On Thu, Aug 16, 2012 at 2:31 AM, Eric Schulte wrote: >>> Ista Zahn writes: >>> >>>> Hi Eric, >>>> >>>> Sounds really cool, I'd love

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-16 Thread Ista Zahn
On Thu, Aug 16, 2012 at 4:11 PM, Eric Schulte wrote: >> >> >> All is working as expected, and as expected it's really cool. Thank you! >> > > Great, happy its working. > >> >> Now if I could just edit babel source blocks and have the results >> blocks update on the fly I would be in R workshop pre

Re: [O] export literal examples font-lock: ess-mode

2012-08-17 Thread Ista Zahn
On Fri, Aug 17, 2012 at 9:23 AM, Paul wrote: > I write do-files for Stata code in emacs using ESS, which marks up my > code and sends it to a comint-mode buffer for evaluation. I'd like to > include some source code in an org file, as in the below examle: > > #+begin_src -n > foreach var of varli

[O] Interweaveing code and results with :session

2012-08-18 Thread Ista Zahn
Hi, I would like to interweave multi-line R code and results, like this: #+begin_src R :results output 2+2 3+3 #+end_src #+results: : > 2+2 : [1] 4 : > 3+3 : [1] 6 while using R :session. The solution posted at http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg00785.html is to set #+b

Re: [O] Interweaveing code and results with :session

2012-08-20 Thread Ista Zahn
On Sun, Aug 19, 2012 at 7:40 PM, Eric Schulte wrote: > Ista Zahn writes: > >> Hi, >> >> I would like to interweave multi-line R code and results, like this: >> >> #+begin_src R :results output >> 2+2 >> 3+3 >> #+end_src >> >>

[O] Bug: New exporter fails with void-function org-clocking-buffer [7.9.2 (release_7.9.2-532-g2e8591)]

2012-10-29 Thread Ista Zahn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

[O] Source block processing changes

2012-11-05 Thread Ista Zahn
Hi all, I've been silently suffering since the changes to source block processing announced at the end of September[1]. I had been using (abusing?) ':results org' to write results that would be processed as orgmode syntax and exported to both latex and html. For example, this #+name: tst #+begin_

Re: [O] Source block processing changes

2012-11-05 Thread Ista Zahn
Thank you Nicolas for your quick response! On Mon, Nov 5, 2012 at 12:25 PM, Nicolas Goaziou wrote: > Hello, > > Ista Zahn writes: > >> The only way I can get the headlines and tables to be exported >> properly is to set ':results raw', but then I get duplicat

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: > >> Hi all, >> >> I've been silently suffering since the changes to source block >> processing announced at the end of September[1]. I had been using >> (abusing?) ':results or

Re: [O] Source block processing changes

2012-11-06 Thread Ista Zahn
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 >> '::RESULTS:' and ':END:' strings are included in the exported html. >> Not sure if this is intentiona

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

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

[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] 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)

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

[O] latex command for org-preview-latex-fragment

2011-12-30 Thread Ista Zahn
Hello all, I'm having troubel getting org-preview-latex-fragment to work when using minted for exported code highlighting. Checking the log files in /tmp/orgtex<...>.log I find that tex fails with the error message "Package minted Error: You must invoke LaTeX with the -shell-escape flag". OK, t

[O] Tangle only code block body

2012-02-18 Thread Ista Zahn
Hi all, Is there a way to tangle just the body of code blocks, without any header argurments? For example when I tangle this file # begin example # * test #+name: testplot #+begin_src R :results output graphics :file tmp.png :tangle tmp.R plot(1:10) #+end_src # end example #

[O] latex export R code syntax highlighting with minted

2012-03-16 Thread Ista Zahn
Hi all, I'm having trouble modifying the example at http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 to highlight R code blocks. The trouble seems to be that org-mode identifies R blocks using uppercase R, while pygments looks for lowercase r. For example, org exports \begin{

Re: [O] latex export R code syntax highlighting with minted

2012-03-16 Thread Ista Zahn
Ah, perfect! Thank you. On Fri, Mar 16, 2012 at 5:13 PM, Christophe Pouzat wrote: > (add-to-list 'org-export-latex-minted-langs '(R "r"))

Re: [O] HTML slides

2012-04-20 Thread Ista Zahn
On Thu, Apr 19, 2012 at 3:38 PM, Dov Grobgeld wrote: > There is also https://github.com/dov/org-slidy , which I wrote since I like > to be able to scroll my slides which S5 does not allow. It would be even > cooler to create a package for creating HTML5 slideshows straight from > org-mode, e.g. li

[O] Bug: babel results: output wrong location [7.8.09]

2012-04-28 Thread Ista Zahn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [O] Bug: babel results: output wrong location [7.8.09]

2012-04-28 Thread Ista Zahn
ta On Sat, Apr 28, 2012 at 6:07 PM, Eric Schulte wrote: > Ista Zahn writes: > >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen.  You don't know how to make a good report?  See >> >>      http://orgmode.org

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

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

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

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

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-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-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-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] 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] 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] 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] 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: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 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 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-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-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] 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] [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

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

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

  1   2   >