[O] Changing packages and their order in LaTeX export

2011-07-11 Thread Dror Atariah
to take effect? Thanks! Dror Atariah

Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Dror Atariah
>> I need to include 'amsmath' package in my LaTeX export. Using >> #+LATEX_HEADER: \usepackage{xyz} adds it at the end of the list, and >> then there are LaTeX related problems. >> I tried to find where the default list is defined - it seems like it >> is in org.el. However, I have several copies

[Orgmode] Using latexmk for LaTeX compilation

2011-02-08 Thread Dror Atariah
I want to use latexmk as the LaTeX exporting engine, I following this link's (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export) instruction, but it didn't work. Note, that exporting the .org to .tex file and then manually running latexmk -pdf works flawlessly. I'm very new to

Re: [Orgmode] Re: Using latexmk for LaTeX compilation

2011-02-08 Thread Dror Atariah
> This setting works for me to produce pdfs via latexmk. > > (setq org-latex-to-pdf-process (list "latexmk -f -pdf %f")) > This almost solved my problem - after changing %f to %s it worked as expected. Thnx! ___ Emacs-orgmode mailing list Please use `

[O] Update org-mode

2011-04-01 Thread Dror Atariah
I tried to follow the update process described here: http://orgmode.org/worg/org-faq.html under: How do I keep current with bleeding edge development? The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Library/elisp. Everything went smooth, exce

[O] Re: Update org-mode

2011-04-01 Thread Dror Atariah
> #+begin_src elisp > (setq load-path (cons > (expand-file-name "~/Library/elisp") > load-path)) > (require 'org-install) > #+end_src > @Yagnesh: where should I plug this code into?

Re: [O] Update org-mode

2011-04-03 Thread Dror Atariah
overwrite my hand-edited Makefile, and a > hand-edited Makefile caused conflicts on the next pull, and I didn't > understand git at all. > > So I did a shell script that pulls org-mode, copies the Makefile, applies a > patch with the above changes to the Makefile, compiles and instal

Re: [O] Re: Update org-mode

2011-04-03 Thread Dror Atariah
I have added the following: >>> (setq load-path (cons >>>(expand-file-name "~/Library/elisp") >>>load-path)) >>> (require 'org-install) No change in the way Aquamacs+org-mode behaves. In particular version still shows 6.33x... :(

[O] Re: Update org-mode

2011-04-03 Thread Dror Atariah
itialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. What should I do? Thanks for your time!! Dror On Apr 3, 2011, at 10:58 AM, Jambunathan K wrote: > Dror Atariah writes: > >> Good morning Jambunathan, >> >> I did co

Re: [O] Update org-mode

2011-04-03 Thread Dror Atariah
On Apr 3, 2011, at 11:55 AM, Christian Moe wrote: > On 4/3/11 10:08 AM, Dror Atariah wrote: >> # Where local software is found >> #prefix=/usr/local >> prefix=~/Applications > > Hi, > > Try > > prefix=/Applications > > without the tilde. That made

[O] Re: Update org-mode

2011-04-05 Thread Dror Atariah
installation by =i= the org package and the =x= for the actual installation. *** Restart emacs *** Verify Hit =M-x locate-library RET org= to verify the installation. You should now have org-mode up and running. Thank you all! Dror On Apr 1, 2011, at 18:24 PM, Jambunathan K wrote: > Dror Ataria

[O] Changing the font family in HTML export

2011-06-28 Thread Dror Atariah
Dear org mode users, I'm trying to change the font used when exporting .org to .html. At the moment, I get "

Re: [O] Changing the font family in HTML export

2011-06-28 Thread Dror Atariah
This solved the problem. However, as you pointed out, in case I want to publish/share this generated html, I have to send as well another file, and it is not longer self contained. In the automatically, generated html, there is a section at the beginning: --==--

Re: [O] Changing the font family in HTML export

2011-06-28 Thread Dror Atariah
rrides. This was most helpful actually! Thanks! > > Yours, > Christian > > On 6/28/11 11:00 AM, Dror Atariah wrote: >> This solved the problem. However, as you pointed out, in case I want to >> publish/share this generated html, I have to send as well another file, and

[O] Unable to use org-sbe

2014-09-11 Thread Dror Atariah
I'm trying to use org-sbe but keep failing... I'm trying to use the example that can be found in the documentation of ob-table.el and the second column is filled with #ERROR. Here is the related output piped to *Messages*: Re-applying formulas to full table...(line 10) Re-applying formulas to 10

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

2014-09-11 Thread Dror Atariah
Is there some change in the status of this issue? Can one now specify the language of the result? Cheers, Dror -- Mahalo Tom, It looks like that's what I'll be doing for the ruby block. That said, it would be great if the :results code argument would allow a language specification. Gre

[O] [babel][table] Passing argument to Python code block using org-sbe

2014-09-12 Thread Dror Atariah
Consider the following code: -8<-- #+NAME: test #+BEGIN_SRC python :var x="foobar" return len(x) #+END_SRC -8<

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

2014-09-12 Thread Dror Atariah
Indeed, this seems to do the trick! Thanks! On Thu, Sep 11, 2014 at 8:19 PM, Ista Zahn wrote: > 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 Ata

[O] Scope of properties as variables for babel blocks

2014-09-16 Thread Dror Atariah
#+title: Scope of properties as variables for babel blocks * Overview I have the following scenario in mind: =func1= and =func2= are two functions that can be executed in two modes: =foo= and =bar=. Each mode yields a different set of results, that have to be discussed, separately, in two differen

[O] Unable to finalize capture

2013-10-04 Thread Dror Atariah
It seems like after the last update I've made to org-mode the capturing of notes does not work properly. Currently I have version 8.0.7 (20130930) from the ELPA. Hitting C-c c (i.e. org-capture) brings the list of capture templates and then I can choose one of them to open a buffer where I can a

[O] Unable to finalize a capture

2013-10-04 Thread Dror Atariah
It seems like after the last update I've made to org-mode the capturing of notes does not work properly. Currently I have version 8.0.7 (20130930) from the ELPA. Hitting `C-c c` (i.e. org-capture) brings the list of capture templates and then I can choose one of them to open a buffer where I c

Re: [O] Unable to finalize capture

2013-10-04 Thread Dror Atariah
On Oct 4, 2013, at 14:56 PM, Nick Dokos wrote: > Dror Atariah writes: > >> It seems like after the last update I've made to org-mode the >> capturing of notes does not work properly. Currently I have version >> 8.0.7 (20130930) from the ELPA. Hitting C-c c (i.e. or

Re: [O] Unable to finalize capture

2013-10-04 Thread Dror Atariah
On Oct 4, 2013, at 23:04 PM, Nick Dokos wrote: > Dror Atariah writes: > >>> M-x locate-library RET org RET >> Returns: >> Library is file ~/.emacs.d/elpa/org-plus-contrib-20130930/org.elc > > N.B. Never used elpa, so take with appropriately sized grain of salt

[O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
Dear org-moders, It might be terribly simple, but I failed to find a solution. How can I mark several words as bold (or emphasized or any similar markup), in particular if the words spans over *more then one line*? A similar problem can occur when one is pasting a long line into an org-mode bu

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote: > Dnia 2013-10-13, o godz. 20:49:30 > Dror Atariah napisał(a): > >> Dear org-moders, >> >> It might be terribly simple, but I failed to find a solution. How can >> I mark several words as bold (or emphasi

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
On Oct 13, 2013, at 22:22 PM, Marcin Borkowski wrote: > Dnia 2013-10-13, o godz. 21:58:20 > Dror Atariah napisał(a): > >> >> On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote: >> >>> Dnia 2013-10-13, o godz. 20:49:30 >>> Dror Atariah napisał

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
On Oct 14, 2013, at 07:11 AM, Eric Abrahamsen wrote: > Dror Atariah writes: > >> Dear org-moders, >> >> It might be terribly simple, but I failed to find a solution. How can >> I mark several words as bold (or emphasized or any similar markup), >> in part

[O] Line breaks in org-mode having version control in mind

2013-11-03 Thread Dror Atariah
I am trying to extend my usage of org, and one of the things I want to integrate is version controlling of my org files. This is obviously straight forward, but I am wondering about the best line breaking approach to use. In my LaTeX docs I maintain one physical line per sentence [1]. This way,

[O] Unable to push to org-mobile

2013-12-13 Thread Dror Atariah
Today I realized that I cannot execute successfully 'org-mobile-push'. In particular here is the output from '*Messages*': Creating agendas... Agenda written to Org file /Users/drorata/Dropbox/MobileOrg/agendas.org Creating agendas...done Saving all Org-mode buffers... (No files need saving) Savi

Re: [O] Unable to push to org-mobile

2013-12-13 Thread Dror Atariah
On Dec 13, 2013, at 16:08 PM, Nick Dokos wrote: > Dror Atariah writes: > >> Today I realized that I cannot execute successfully 'org-mobile-push'. In >> particular here is the output from '*Messages*': >> >> Creating agendas... >> Age

Re: [O] Unable to push to org-mobile

2013-12-13 Thread Dror Atariah
On Dec 13, 2013, at 20:51 PM, Nick Dokos wrote: > Dror Atariah writes: > >> On Dec 13, 2013, at 16:08 PM, Nick Dokos wrote: >> >>> Dror Atariah writes: >>> >>>> Today I realized that I cannot execute successfully 'org-mobile-push

Re: [O] org-mode and python pandas

2015-04-29 Thread Dror Atariah
Using the tabulate python module it is possible to have the following "inline" workaround: 8<8<8<8<8<8<8< #+BEGIN_SRC python :results raw import pandas as pd import numpy as np from tabulate import tabu

[O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-02 Thread Dror Atariah
Consider the following example (from the documentation): ---8<---8<---8<---8<---8<---8<---8<---8<---8<--- #+begin_src python :session :results file import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt fig=plt.figure(figsize=(3,2)) plt.plot

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-05 Thread Dror Atariah
;> 'org_babel_python_eoe' >>> ---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<------- >From this it seems like the right thing ha

[O] Capturing file name from python session when using matplotlib

2015-05-11 Thread Dror Atariah
ible Apple LLVM 6.0 (clang-600.0.56)]' : sys.executable : '/Users/drorata/py-envs/generic3.4/bin/python' : : ** System I am running Emacs version ~GNU Emacs 24.4.51.1 (x86_64-apple-darwin14.1.0, NS apple-appkit-1344.72) of 2015-02-02 on boxname.local~ The orgmode version is: ~Org-mo

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-23 Thread Dror Atariah
I am still helpless here. Any idea how to debug the problem? I would be happy to provide any kind of help, but I just cannot do it myself. Further findings: 1) I don't think that matplotlib changes Python's '_', since the tmp file that contains the content of '_' is correct. 2) Somehow, emacs/orgm

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-25 Thread Dror Atariah
I am sorry for reposting, but I'm still in the dark. Am I the only one who experience this kind of issue? Did someone managed to reproduce the problem? Does anyone see this message? :) On Sat, May 23, 2015 at 8:49 PM, Dror Atariah wrote: > I am still helpless here. Any idea how to d

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-25 Thread Dror Atariah
On Mon, May 25, 2015 at 7:29 PM, Ken Mankoff wrote: > > On 2015-05-25 at 13:25, Dror Atariah wrote: > > I am sorry for reposting, but I'm still in the dark. Am I the only one > who > > experience this kind of issue? > > Don't know. > > > Did someone

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
chin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Mon, May 25, 2015 at 2:22 PM, Dror Atariah wrote: > >> On Mon, Ma

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
On Tue, May 26, 2015 at 3:49 AM, Ken Mankoff wrote: > > Nick Dokos removed from Cc. > > On 2015-05-25 at 14:22, Dror Atariah wrote: > > I tried to evaluate the problematic file using =emacs -Q= and the problem > > is the same. > > Sorry I can't help much.

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
On Tue, May 26, 2015 at 3:15 PM, Ken Mankoff wrote: > > On 2015-05-26 at 09:11, Dror Atariah wrote: > > I use emacs that come from MacPorts, so for -Q option I start it using: > > /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs -Q > > Consider using different compi

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
On Mon, May 25, 2015 at 8:30 PM, John Kitchin wrote: > With emacs -Q, and this org file: > > #+BEGIN_SRC emacs-lisp > (org-babel-do-load-languages > 'org-babel-load-languages > '((emacs-lisp . t) >(python . t))) > #+END_SRC > > #+RESULTS: > > #+BEGIN_SRC python :session with_matplotlib :res

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
On Tue, May 26, 2015 at 4:02 PM, Ken Mankoff wrote: > > On 2015-05-26 at 09:26, Dror Atariah wrote: > >> #+BEGIN_SRC python :session with_matplotlib :results file :exports both > >> import matplotlib > >> matplotlib.use('Agg') > >> import

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Dror Atariah
On Tue, May 26, 2015 at 4:02 PM, Ken Mankoff wrote: > > > Where you see everything printed twice. I notice that in addition, you have > > > r/folders/kz/1c2cxn1x60n_t5p2j1p02b18gn/T/py6499_X0''', 'exec')); > > at the top of your buffer, and I do not. I think the "exec" might be > causing ever

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-06-01 Thread Dror Atariah
No ideas? Please, I really don't know how to tackle this. Thanks. -- Dror Atariah, PhD Sent from mobile; excuse my brevity. On May 26, 2015 8:39 PM, "Dror Atariah" wrote: > > > On Tue, May 26, 2015 at 4:02 PM, Ken Mankoff wrote: > >> >> >> Where yo

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-06-02 Thread Dror Atariah
-k. > > On 2015-06-02 at 01:49, Dror Atariah wrote: > > No ideas? Please, I really don't know how to tackle this. Thanks. > > -- Dror Atariah, Ph.D. de.linkedin.com/in/atariah

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Dror Atariah
On Dec 13, 2013, at 23:08 PM, Nick Dokos wrote: > Dror Atariah writes: > >> Managed to get [backtrace] output... >> >> You can find it here: https://gist.github.com/drorata/7950857 >> >> I could not find my way in this output... :( >> > >

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Dror Atariah
On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote: > Nick Dokos writes: > >> Dror Atariah writes: >> >>> 2. What's next? I believe this is a bug... How can I report it? >> >> Consider it reported - thanks for checking it. I'll push the proposed

Re: [O] Unable to push to org-mobile

2014-01-12 Thread Dror Atariah
On Dec 15, 2013, at 15:17 PM, Nick Dokos wrote: > Dror Atariah writes: > >> On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote: >> >>> Nick Dokos writes: >>> >>>> Dror Atariah writes: >>>> >>>>> 2. What's next?

Re: [O] Unable to push to org-mobile

2014-01-12 Thread Dror Atariah
On Jan 12, 2014, at 13:53 PM, Bastien wrote: > Dror Atariah writes: > >> Update: I have just updated from ELPA, and the patch is not >> there... I had to re-patch the missing line. > > The ELPA packages are built from the maint branch, from the > master branch, so p

Re: [O] Unable to push to org-mobile

2014-01-12 Thread Dror Atariah
On Jan 12, 2014, at 14:26 PM, Bastien wrote: > Hi Dror, > > Dror Atariah writes: > >> So what's the point of the daily updates of the ELPA packages? > > To get bug fixed when you use ELPA. Wasn't the issue discussed originally in this thread a bug (and its

Re: [O] Unable to push to org-mobile

2014-01-20 Thread Dror Atariah
I'm sorry I keep bugging with this... ;) On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote: > Nick Dokos writes: > >> Dror Atariah writes: >> >>> 2. What's next? I believe this is a bug... How can I report it? >> >> Consider it reported - t

[O] [BUG] Problem with org-mobile.el

2014-02-17 Thread Dror Atariah
In the past (http://article.gmane.org/gmane.emacs.orgmode/79803/) I had a problem with pushing using org-mobile, and it was solved as detailed in (http://thread.gmane.org/gmane.emacs.orgmode/79856/focus=79876). Indeed now the patch can be found in ELPA, but it still introduces the same problem a

Re: [O] Google + org-mode agenda? can it be done?

2014-03-12 Thread Dror Atariah
It seems like the function "org-export-icalendar-combine-agenda-files" (as discussed in the first link provided by @Matt) has to be replace with "org-icalendar-combine-agenda-files" when working with a new version of org. Am I right? Cheers, Dror On Mar 5, 2014, at 22:50 PM, Matt Lundin wrote: