Re: [O] Change font size temporarily for pdf export

2014-06-28 Thread Shiyuan
I found one solution which surrounds the src block by #+LATEX: \scriptsize #+BEGIN_SRC R print("This block is in scriptsize") #+END_SRC R #+LATEX: \normalize On Sat, Jun 28, 2014 at 11:09 PM, Shiyuan wrote: > Hi, >When a src code block is exported to latex-pdf, the src lines sometimes > a

Re: [O] Org Export Latex Hyperref Options Format

2014-06-28 Thread Joseph Vidal-Rosset
Hello Andrea, thanks for your very useful reply and for the links. 2014-06-28 16:29 GMT+02:00 Andrea Rossetti : > I had the same problem some time ago. That variable > has been removed in recent Org versions, and you > probably have (like me) an old built-in Org "shadowed" > by a new Elpa Org. Yo

[O] Change font size temporarily for pdf export

2014-06-28 Thread Shiyuan
Hi, When a src code block is exported to latex-pdf, the src lines sometimes are too long to fit in a pdf line. One easy way to handle this problem I can think of is to temporarily change font size. What is the best way to do that in org model? Say that if I have two src blocks, I want the first

Re: [O] R src block not highlighted in pdf

2014-06-28 Thread Shiyuan
Thank you for the pointers. I got minted-pygments working using the following setup: (setq org-latex-listings 'minted) (add-to-list 'org-latex-packages-alist '("" "minted")) (setq org-latex-pdf-process '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-es

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
> Von: David Masterson > Datum: Sat, 28 Jun 2014 22:04:08 -0700 > An: > Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode > > M writes: >> >> that's a very good idea. However, really _unique_ selling points might be >> difficult to find. For your first one I'm not sur

[O] [BUG] Infloop in org-element-inlinetask-parser

2014-06-28 Thread Aaron Ecay
Hello, In the latest checkout of master, I am seeing an infloop in org-element-inlinetask-parser. This originates when that function calls back into org-element-at-point to look for a property drawer, which moves the point back before the beginning of the inlinetask and then attempts to re-enter

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread David Masterson
M writes: >> Von: Karl Voit >> Organisation: www.karl-voit.at >> Antworten an: Karl Voit >> Datum: Sat, 28 Jun 2014 13:43:31 +0200 >> An: >> Betreff: [O] Collecting unique selling proposition (USP) of Org-mode >> >> Hi! >> >> I was wondering if there are people out there who also need Org-mo

Re: [O] still seeing semi-regular lockups

2014-06-28 Thread Eric Abrahamsen
York Zhao writes: > My experience of using `org-mode' (git commit "2824502" and previous versions) > with Emacs 24.3.91 (git commit "0f0917d") had been a nightmare. I got bitten > by > this bug frequently, I was mad. Some of my `org-drill' entires might have been > damaged to some extent. This w

Re: [O] still seeing semi-regular lockups

2014-06-28 Thread York Zhao
My experience of using `org-mode' (git commit "2824502" and previous versions) with Emacs 24.3.91 (git commit "0f0917d") had been a nightmare. I got bitten by this bug frequently, I was mad. Some of my `org-drill' entires might have been damaged to some extent. This was a problem with Emacs 24.3.1

[O] How to evaluate all source blocks like at export time, anytime?

2014-06-28 Thread Grant Rettke
Hi, In the manual it explains how to disable all source block evaluation during export with org-export-babel-evaluate. I did that, and it is desirable. However, what is the "right way" to request org to evaluate all of the source blocks, in exactly the same manner that would have happened during

Re: [O] still seeing semi-regular lockups

2014-06-28 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Nicolas Goaziou writes: > >> Hello, >> >> Eric Abrahamsen writes: >> >>> None of those three, I'm afraid! It was hanging on a variety of editing >>> operations that, as far as I can tell, had little in common. There's a >>> possibility that they were list-item-related,

Re: [O] PDF output from Org

2014-06-28 Thread Grant Rettke
For when we can't just use A4: , | #+OPTIONS: texht:t | #+LATEX_CLASS: article | #+LATEX_CLASS_OPTIONS: [letterpaper, 12pt] | #+LATEX_HEADER: \usepackage[paperwidth=8.5in, paperheight=11in, hmargin=0.5in, vmargin=0.5in]{geometry} ` Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwon

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Melleus
Karl Voit writes: > "why should I learn Emacs/Org-mode?" Good practices (or cases) of use might be much more useful. IMHO

Re: [O] org-article.cls generated empty after tangling

2014-06-28 Thread Thomas S. Dye
Aloha Onur, Good news. Glad to hear Org mode is working for you. All the best, Tom Onur Solmaz writes: > Ah yes, I somehow missed that section. I can now do the stuff I intended > to do, thanks. > On Jun 27, 2014 6:14 PM, "Thomas S. Dye" wrote: > >> Aloha Onur, >> >> Onur Solmaz writes: >>

[O] export-and-view odt

2014-06-28 Thread Tory S. Anderson
On my system with the latest org on Fedora, export-as-odt-and-open was not opening in an external problem for me, despite changing org-file-apps appropriately. In the code I found a 'system parameter that was breaking it, but I'm not sure why it was working for other people. You can see the deta

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
> Von: Karl Voit > Organisation: www.karl-voit.at > Antworten an: Karl Voit > Datum: Sat, 28 Jun 2014 16:28:47 +0200 > An: > Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode > > * M wrote: >> >> Yes, in fact that's what I wanted to say: >> often (in my experience) a US

Re: [O] Org Export Latex Hyperref Options Format

2014-06-28 Thread Andrea Rossetti
Joseph Vidal-Rosset writes: > Hello, > I meet problems to customize this variable via M-x customize-variable : > Org Export Latex Hyperref Options Format > I mean that the hypersetup options do not change in my .tex file after the > export from an org-file. > > Does it correspond to a bug? Hell

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Karl Voit
* M wrote: > > Yes, in fact that's what I wanted to say: > often (in my experience) a USP is not a single feature, but the combination > of several ones which makes the product unique. This was also my concern: maybe it's the combination and not a list of USPs I was hoping for. Hm. However, thi

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Karl Voit
* M wrote: > > My-life-organized seems to have dependencies: > > http://productivity.stackexchange.com/questions/7038/task-management-applica > tion-with-task-dependencies > > OmniFocus seems to have them too: > " Because OmniFocus lets you make certain tasks dependent on others ‹ Task A > has to

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
> Von: Karl Voit > Organisation: www.karl-voit.at > Antworten an: Karl Voit > Datum: Sat, 28 Jun 2014 15:13:05 +0200 > An: > Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode > > Hi Martin! > > * M wrote: >> >>> Von: Karl Voit >>> * quick and simple defining depen

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
> Von: Rainer M Krug > Datum: Sat, 28 Jun 2014 15:41:14 +0200 > An: Karl Voit > Cc: "emacs-orgmode@gnu.org" > Betreff: Re: [O] Collecting unique selling proposition (USP) of Org-mode > > > > Envoyé de mon iPhone good idea what to add to this list >> as well. So: add it :-) > > The UPS is p

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Rainer M Krug
Envoyé de mon iPhone > Le 28 juin 2014 à 13:43, Karl Voit a écrit : > > Hi! > > I was wondering if there are people out there who also need Org-mode > features that are *not part of any other software solution*. For the > usual question "why should I learn Emacs/Org-mode?" I'd like to have >

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
Hi Karl, good points. I did not want to say, that org-mode has no USPS. I just wanted to emphasize, that in the original definition of a "real" USP (at least from my understanding) there should be not other product which has this feature. As there is a very large and constantly growing number of

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Karl Voit
Hi Martin! * M wrote: > >> Von: Karl Voit >> >> * seamlessly integrating notes, spreadsheet calculations, tasks, and >> more at one single place >> >> * being able to pipe results of program written in language A to >> another script in language B (babel) >> >> * quick and simple defining depe

Re: [O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread M
> Von: Karl Voit > Organisation: www.karl-voit.at > Antworten an: Karl Voit > Datum: Sat, 28 Jun 2014 13:43:31 +0200 > An: > Betreff: [O] Collecting unique selling proposition (USP) of Org-mode > > Hi! > > I was wondering if there are people out there who also need Org-mode > features that

[O] Collecting unique selling proposition (USP) of Org-mode

2014-06-28 Thread Karl Voit
Hi! I was wondering if there are people out there who also need Org-mode features that are *not part of any other software solution*. For the usual question "why should I learn Emacs/Org-mode?" I'd like to have a list of cool Org-mode features that demonstrate the benefit. So, how about a short b