Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-05 Thread Thomas S. Dye
Aloha Chris, "Christopher W. Ryan" writes: > In LaTeX, I would typically use the enumitem package, and then start an > itemized list with > > \begin{itemize}[itemsep= ] > > where itemsep could equal whatever spacing I wanted. > > How do I change the inter-item vertical spacing (specifically, de

Re: [O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-05 Thread John Hendy
On Thu, Dec 5, 2013 at 8:27 PM, Christopher W. Ryan wrote: > In LaTeX, I would typically use the enumitem package, and then start an > itemized list with > > \begin{itemize}[itemsep= ] > > where itemsep could equal whatever spacing I wanted. > > How do I change the inter-item vertical spacing (sp

[O] how to adjust vertical spacing between lines in a simple list, pdflatex export

2013-12-05 Thread Christopher W. Ryan
In LaTeX, I would typically use the enumitem package, and then start an itemized list with \begin{itemize}[itemsep= ] where itemsep could equal whatever spacing I wanted. How do I change the inter-item vertical spacing (specifically, decrease it) in org-mode with pdflatex export? Thanks. --Ch

Re: [O] Org mode and "shunt" exporters?

2013-12-05 Thread Eric Schulte
Brett Viren writes: > Has anyone written any new-style exporter which will produce a common > markup/data language format like JSON or YAML? I'm looking for > something that fully preserves the original org document structure and > does no semantic interpretation along the way. > > What I really

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-05 Thread Eric Schulte
Eric S Fraga writes: > Eric Schulte writes: > > [...] > >> I'm not familiar with ob-octave, but I'd imagine ":results vector" >> should do the trick. > > Nope. Unfortunately, this doesn't work. > > If the result I want is what is actually "output" by octave, then this > ignores that output.

Re: [O] probable caching bug?

2013-12-05 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> While editing a plain list yesterday I noticed what I guess was a bug in >> the caching mechanism. > > It looks like it, indeed. > >> The list item was wrapped to several lines, and I noticed that calling >> C-e while on the last

Re: [O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-05 Thread James Harkins
Achim Gratz nexgo.de> writes: > James Harkins writes: > > Now I'm working on a short article-class document, and I included the same > > #+PROPERTY at the top, and... no effect. But... *the lines are identical*. > > ?? > > Did you C-c C-c the configuration lines (or reverted the document)? Ar

Re: [O] Export all radio tables off a document

2013-12-05 Thread Suvayu Ali
On Thu, Dec 05, 2013 at 09:14:09PM +0100, Thorsten Grothe wrote: > Hi, > > * Thu, 05 Dec 2013 18:50:53 +0100, garr...@lal.in2p3.fr: > > >Hi, > > > >I asked the same question sometimes ago > >http://www.mail-archive.com/emacs-orgmode@gnu.org/msg64189.html and > >Carsten posted this answer which is

[O] feature request/discussion: org-forms

2013-12-05 Thread khaije rock
I've found on some occasions that I wish for the ability to simply export my org-mode notes, (procedural instructions, status/inventory tables, work log) into a simple fill-able form, (w/ content derived from the enclosed content and properties), and either print it or record inputs directly throu

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Jambunathan K
Nick Dokos writes: > Off the top of my head, I would say > > (add-to-list 'org-file-apps > '("\\.doc" . "env WINEPREFIX=\"/home/AW/.wine-office\" wine > \"C:\\windows\\command\\start.exe\" /Unix > \"/home/AW/.wine-office/dosdevices/c:/users/AW/Start Menu/Programs/Microsoft > Offic

[O] Org mode and "shunt" exporters?

2013-12-05 Thread Brett Viren
Has anyone written any new-style exporter which will produce a common markup/data language format like JSON or YAML? I'm looking for something that fully preserves the original org document structure and does no semantic interpretation along the way. What I really want is to parse arbitrary org f

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Achim Gratz
Alan Schmitt writes: > I tried to do this, and do a "make clean" to make sure old elc files > would not be picked up, but then export fails with You would want to do "make uncompiled" and also "(require 'org-loaddefs)". Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XT

Re: [O] Export all radio tables off a document

2013-12-05 Thread Thorsten Grothe
Hi, * Thu, 05 Dec 2013 18:50:53 +0100, garr...@lal.in2p3.fr: Hi, I asked the same question sometimes ago http://www.mail-archive.com/emacs-orgmode@gnu.org/msg64189.html and Carsten posted this answer which is still working for me (defun my-org-send-all-tables () (interactive) (org-ta

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-05 Thread Eric S Fraga
Eric Schulte writes: [...] > I'm not familiar with ob-octave, but I'd imagine ":results vector" > should do the trick. Nope. Unfortunately, this doesn't work. If the result I want is what is actually "output" by octave, then this ignores that output. If I put ":results output vector", this

Re: [O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-05 Thread Achim Gratz
James Harkins writes: > Now I'm working on a short article-class document, and I included the same > #+PROPERTY at the top, and... no effect. But... *the lines are identical*. > ?? Did you C-c C-c the configuration lines (or reverted the document)? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+3

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Achim Gratz
AW writes: > #!/bin/bash > > env WINEPREFIX="/home/AW/.wine-office" wine "C:\windows\command\start.exe" > /Unix > "/home/AW/.wine-office/dosdevices/c:/users/AW/Start Menu/Programs/Microsoft > Office/Microsoft Word 2010.lnk" > > On the command line "word.sh" works. > > But in .emacs the lines > >

[O] electric-pair-mode

2013-12-05 Thread Harald Hanche-Olsen
I am a new user of org-mode. But I have used electric-pair-mode for quite a long time, and marking some text and hitting left parenthesis to parenthesize the marked text has become second nature. However, if I try this in an org-mode buffer, it erases the marked text and replaces it with the backw

Re: [O] Can't write accents in R graphics

2013-12-05 Thread John Hendy
On Dec 5, 2013 4:35 AM, "Sebastien Vauban" wrote: > > #+TITLE: ECM Process Coding System > #+PROPERTY: eval yes > #+PROPERTY: exports both > #+PROPERTY: cache no > > * Problem > > I can't write accents in graphic titles (nor legends). > > * Settings > > After Googling (a lot), I always

Re: [O] how to prevent html export from including the default javascript?

2013-12-05 Thread Rick Frankel
On 2013-12-05 03:56, Gijs Hillenius wrote: Hello I have trouble finding the correct explanation in ox-html.el.gz and searching on the web. I'm trying to tell the html exporter *not* to include the "

Re: [O] Can't write accents in R graphics

2013-12-05 Thread Sebastien Vauban
Hello Vicente, (Copying to the mailing list...) Vicente Vera wrote: > I have a similar problem, but found out a workaround. > My native coding system is Latin-1, and after setting almost everything in > my Emacs to UTF-8 with these lines in my init.el: > > (set-language-environment "UTF-8") > (pr

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-05 Thread Eric Schulte
Eric S Fraga writes: > Eric Schulte writes: > >> Hi Eric, >> >> The attached works fine for me (using sh since I don't have octave). > > Dear Eric, > > thanks for your quick reply and sorry for taking so long to get back to > you. I ended up going to Chile for a week the day after sending my >

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Nick Dokos
Alan Schmitt writes: > jsch...@gmail.com writes: > >> Alan Schmitt writes: >> >>> Off topic question: what does ECM stands for? (I understand it's a small >>> example showing a bug, but I could not find the meaning of the >>> acronym.) >> >> Exemple Complet Minimal >> >> http://orgmode.org/worg/o

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Alan Schmitt
alan.schm...@polytechnique.org writes: > I'd gladly test it, but I'm not sure how to do it. I understand I need > to switch branch to the maint branch on my git clone of the repository. > But then what is the simplest way to test this different org version > without changing my current installatio

Re: [O] Export all radio tables off a document

2013-12-05 Thread Garrido Xavier
Hi, I asked the same question sometimes ago http://www.mail-archive.com/emacs-orgmode@gnu.org/msg64189.html and Carsten posted this answer which is still working for me (defun my-org-send-all-tables () (interactive) (org-table-map-tables (lambda () (orgtbl-send-table 'maybe

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Alan Schmitt
jsch...@gmail.com writes: > Alan Schmitt writes: > >> Off topic question: what does ECM stands for? (I understand it's a small >> example showing a bug, but I could not find the meaning of the >> acronym.) > > Exemple Complet Minimal > > http://orgmode.org/worg/org-faq.html#ecm Very interesting,

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Jambunathan K
AW writes: > I found out, that things are much more complicated: Did you try my suggestion? What happened? I gave a snippet.el. You just need to copy paste that to .emacs. It is easy to figure out where and how. (I know nothing about shell programming or environment variables and such thing

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread AW
Am Donnerstag, 5. Dezember 2013, 20:51:04 schrieb Jambunathan K: > AW writes: > > Thank you, customization worked, but it did not start word -- I'm going > > another way now. > > I am playing a guessing game and really don't know what I am saying. > > Try this. > > > M-: (shell-quote-argum

Re: [O] probable caching bug?

2013-12-05 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > While editing a plain list yesterday I noticed what I guess was a bug in > the caching mechanism. It looks like it, indeed. > The list item was wrapped to several lines, and I noticed that calling > C-e while on the last line gave me "wrong-type-argument > inte

[O] FYI Emacs-24.4 survey

2013-12-05 Thread Jambunathan K
http://www.emacswiki.org/emacs/FrequentlyEnabledPackages_Emacs244_Survey

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Jambunathan K
AW writes: > Thank you, customization worked, but it did not start word -- I'm going > another way now. I am playing a guessing game and really don't know what I am saying. Try this. M-: (shell-quote-argument (read-string "Enter string:")) When prompted ent

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Josiah Schwab
Alan Schmitt writes: > Off topic question: what does ECM stands for? (I understand it's a small > example showing a bug, but I could not find the meaning of the > acronym.) Exemple Complet Minimal http://orgmode.org/worg/org-faq.html#ecm Best, Josiah

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Jambunathan K
AW writes: > Thank you, customization worked, but it did not start word -- I'm going > another way now. I am playing a guessing game and don't know what I am saying. Try this. M-: (shell-quote-argument (read-string "Enter string:")) When prompted enter

Re: [O] Full org-mode on unrooted Android

2013-12-05 Thread Eric S Fraga
Charles Philip Chan writes: > Eric S Fraga writes: > > Hi Eric: > >> What do I need to do? It would appear that my installation is not >> complete. > > You need to install this: > > https://play.google.com/store/apps/details?id=com.zielm.emacs Ah, I misunderstood the original posting. To

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread AW
Am Donnerstag, 5. Dezember 2013, 09:01:40 schrieb Achim Gratz: > AW t-online.de> writes: > > But how can I set org-file-apps to open a *.doc file with MS Word under > > Linux? > It's probably easiest to put that into a wrapper script and associate it > with .doc/.docx on your desktop environment.

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread AW
Am Donnerstag, 5. Dezember 2013, 08:48:11 schrieb Jambunathan K: > Nick Dokos writes: > > Off the top of my head, I would say > > > > (add-to-list 'org-file-apps > > > > '("\\.doc" . "env WINEPREFIX=\"/home/AW/.wine-office\" wine > > \"C:\\windows\\command\\start.exe\"

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread AW
Am Mittwoch, 4. Dezember 2013, 18:26:46 schrieb Nick Nick Dokos: > AW writes: > > Hi! ... > Off the top of my head, I would say > > (add-to-list 'org-file-apps > '("\\.doc" . "env WINEPREFIX=\"/home/AW/.wine-office\" wine > \"C:\\windows\\command\\start.exe\" /Unix > \"/home/AW/.win

[O] Export all radio tables off a document

2013-12-05 Thread Thorsten Grothe
Hi all, this is my first post to this list, so please be patient with me :-) I have many radio tables in my document with this structure: \begin{comment} #+TBLNAME: sec-10 #+ORGTBL: SEND sec-10 orgtbl-to-latex :skip 3 :splice t |+---+---| | Anscha

[O] org-babel-next-src-block respecting #+call lines

2013-12-05 Thread Andreas Leha
Hi all, how could I make org-babel-next-src-block (bound to 'C-c C-v n' by default) jump to the next src block or #+call line? In its current form it skips over call lines. Many thanks in advance, Andreas

Re: [O] bug with :wrap when exporting

2013-12-05 Thread Alan Schmitt
Hello Nicolas, n.goaz...@gmail.com writes: > The following patch (from maint) fixed the problem shown in the ECM. Off topic question: what does ECM stands for? (I understand it's a small example showing a bug, but I could not find the meaning of the acronym.) > Does it still work in the general

Re: [O] How do I specify the language for a :results code block

2013-12-05 Thread Alan Schmitt
Hello Fabrice, fni-n...@pirilampo.org writes: > Hello Alan, > > Alan Schmitt wrote: >> I tried to apply the drawer trick to the :wrap src but it does not work, >> unfortunately. I like your approach better anyway as it allows me to specify >> not only the language used by the output source block,

Re: [O] Full org-mode on unrooted Android

2013-12-05 Thread Charles Philip Chan
Eric S Fraga writes: Hi Eric: > What do I need to do? It would appear that my installation is not > complete. You need to install this: https://play.google.com/store/apps/details?id=com.zielm.emacs too. Charles -- "...Deep Hack Mode--that mysterious and frightening state of consciousn

Re: [O] Full org-mode on unrooted Android

2013-12-05 Thread Eric S Fraga
Jaromil writes: [...] > For those here who like to try it then please accept my humble homage: a > standalone version of ZShaolin based on the latest version 0.9 where > I've managed to fix for most issues related to Emacs, which won't update > nor will require the Google Play market, and basica

Re: [O] Column view not changeable

2013-12-05 Thread Eric S Fraga
Renger van Nieuwkoop writes: > Hi > I tried to change the face of column view in the options (because it > is now grey background with very thin fonts and hardly readable). > I set the options back to standard (as the option is "changed > outside"), but every time I restart I get the old settings

Re: [O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-05 Thread Sebastien Vauban
James Harkins wrote: > Wee bit of frustration with Babel just now. > > Some weeks ago, I wrote a Beamer presentation with LilyPond source code > blocks. I needed to add a little code to each example to suppress the > "tagline" from each results file. In that presentation, setting the > :prologue

[O] Can't write accents in R graphics

2013-12-05 Thread Sebastien Vauban
#+TITLE: ECM Process Coding System #+PROPERTY: eval yes #+PROPERTY: exports both #+PROPERTY: cache no * Problem I can't write accents in graphic titles (nor legends). * Settings After Googling (a lot), I always come back to the same set of solutions: - Adding the following in my ~

[O] #+PROPERTY: for babel header args worked... then it didn't

2013-12-05 Thread James Harkins
Wee bit of frustration with Babel just now. Some weeks ago, I wrote a Beamer presentation with LilyPond source code blocks. I needed to add a little code to each example to suppress the "tagline" from each results file. In that presentation, setting the :prologue header argument in a #+PROPERT

Re: [O] Set org-file-apps to open a *.doc file under linux with Word ?

2013-12-05 Thread Achim Gratz
AW t-online.de> writes: > But how can I set org-file-apps to open a *.doc file with MS Word under Linux? It's probably easiest to put that into a wrapper script and associate it with .doc/.docx on your desktop environment. That way you probably wouldn't even need to customize anything within Ema

[O] how to prevent html export from including the default javascript?

2013-12-05 Thread Gijs Hillenius
Hello I have trouble finding the correct explanation in ox-html.el.gz and searching on the web. I'm trying to tell the html exporter *not* to include the "

Re: [O] org-html-publish-to-html: embed HTML in first line of export

2013-12-05 Thread Jürgen Hötzel
On Wed, Dec 4, 2013 at 11:23 PM, Nicolas Goaziou wrote: > Hello, > > Jürgen Hötzel writes: > >> So Jekyll can't process files and the resulted HTML pages are corrupted >> >> Any hints, how i can change the order of the TOC and HTML environment? > > 1. Disable default TOC with, e.g. #+options: t

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-05 Thread Eric S Fraga
Eric Schulte writes: > Hi Eric, > > The attached works fine for me (using sh since I don't have octave). Dear Eric, thanks for your quick reply and sorry for taking so long to get back to you. I ended up going to Chile for a week the day after sending my original email and had very little Inte