[O] inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance -- Best wishes H. Dieter Wilhelm Darmstadt Germany

Re: [O] english automatically option added to latex's babel package

2013-07-19 Thread Rasmus
Renato writes: > Hi, I've customized org-latex-packages-alist and added the package > "babel", with option "italian", however in my latex exports I get: > > \usepackage[italian, english]{babel} > > I don't want the english option to be there (latex gives it priority > over the italian one it seem

Re: [O] Simplifying the weekly agenda a tiny bit, howto?

2013-07-19 Thread Eric Abrahamsen
François Pinard writes: > Eric Abrahamsen writes: > >> First of all, if your event is a meeting, it should only be >> timestamped, not deadlined or scheduled. Then it will just show up >> where it's supposed to, and not before (or after). > > How do I get it quickly rescheduled then, when it is

Re: [O] inline R source code breaks latex itemize environment

2013-07-19 Thread Andreas Leha
Hi Dieter, "Dieter Wilhelm, H." writes: > Dear () > > please have a look at the self-contained test case. which apparently did not get through. If it got stripped by the list, make sure to either - have text attachments of mime-type text (e.g. text/plain) or - include text attachments inline

Re: [O] english automatically option added to latex's babel package

2013-07-19 Thread Eric S Fraga
Renato writes: > Hi, I've customized org-latex-packages-alist and added the package > "babel", with option "italian", however in my latex exports I get: Add it with AUTO instead of italian and then specify the language in your document using #+language: it If you want Italian for all document

Re: [O] How to turn off visibility-state messages from 'org-cycle?

2013-07-19 Thread Eric S Fraga
Would you wrap it all up in a patch and submit it? It would be great to have incorporated. Thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.6-341-g338603

[O] [PATCH] [TINYCHANGE] optional `bookmark-set'

2013-07-19 Thread Oleh
Hi all, I've added an option to customize the bookmark names that org-mode sets. I'm new to this list and I'd appreciate some feedback. I've posted yesterday, but there was no reply. regards, Oleh 0001-Capture-Refile-use-bookmark-set-conditionally.patch Description: Binary data

Re: [O] Switch for exported file types when evaluating code blocks

2013-07-19 Thread Suvayu Ali
On Thu, Jul 18, 2013 at 09:02:41PM -0400, Nick Dokos wrote: > > #+BEGIN_LaTeX > \includesvg{foo} > #+END_LaTeX I believe even this can be integrated with Org using a filter. How about something like this: (defun my-svg-graphics (contents backend info) (when (eq backend 'latex) (replace-re

Re: [O] table references in org-babel AND latex

2013-07-19 Thread zenlines
Hi there, sorry for the junk I sent regarding table references in org-babel AND latex. Org-mode is awesome. In such a case, it is not necessary to identify something by what it is in the classical LaTeX way and just label it (#+name:). Org-mode recognizes just what it is and the labels refer

Re: [O] english automatically option added to latex's babel package

2013-07-19 Thread Rasmus
Eric S Fraga writes: > Renato writes: > >> Hi, I've customized org-latex-packages-alist and added the package >> "babel", with option "italian", however in my latex exports I get: > > Add it with AUTO instead of italian and then specify the language in > your document using > > #+language: it >

Re: [O] [babel] Problems assigning tables as variables using #+CALL and using properties in code blocks and sbe calls

2013-07-19 Thread Torsten Wagner
Hi Eric, thanks you so much for always being so responsive to my silly questions :) I apologize, I wrote that mail 2 am after fiddling around with that problem for about 3 hours. Trying to reduce the problem to a minimal example, I almost built in stupid errors. I was holding back to send examples

[O] [PATCH] Enable silent visibility cycling (was: How to turn off visibility-state messages from 'org-cycle?)

2013-07-19 Thread Thorsten Jolitz
Eric S Fraga writes: > Would you wrap it all up in a patch and submit it? It would be great to > have incorporated. ok, done. PS I included this into `outshine.el' too, since outline-cycle showed the same behaviour. >From 0a4dad9119af9aed8e5160a05e81ac35f2bb0044 Mon Sep 17 00:00:00 2001 Fro

[O] Sorry: inline R source code breaks latex itemize environment

2013-07-19 Thread Dieter Wilhelm, H.
Sorry, the previous mail was sent inadvertently without attachments ... Dear () please have a look at the self-contained test case. I'm using the latest org-mode... Thanks in advance Dieter test.org Description: Binary data test.pdf Description: Adobe PDF document test.tex Description

Re: [O] koma letter exporter: changing the priority of options

2013-07-19 Thread Alan Schmitt
Hello, ras...@gmx.us writes: > Viktor Rosenfeld writes: > >>> , >>> | \KOMAoption{backaddress}{true} >>> | \KOMAoption{foldmarks}{true} >>> | \KOMAoption{fromphone}{true} >>> | \KOMAoption{fromemail}{true} >>> ` >> >> Perhaps the best option would be to change the default value of these

Re: [O] Sorry: inline R source code breaks latex itemize environment

2013-07-19 Thread John Hendy
Try this: - The average measured axial compression force \(F\) of 4 bearings is src_R[:results value :exports results]{round(Fo,1)} kN (relative stddev: src_R[:results value :exports results]{round(Fs,1)} %) (Switch to =:results value= instead of raw.) I seem to recall asking abo

[O] ox-freemind exporter

2013-07-19 Thread Michael Bach
Dear org-mode Users and Developers, I checked out org-mode from today and tried the ox-freemind exporter. It fails with the error: `cond: Keyword argument :translations not one of (:name :parent :transcoders :options :filters :blocks :menu)'. I searched around and found a post[1] by Nicolas Goaz

Re: [O] ox-freemind exporter

2013-07-19 Thread John Hendy
On Fri, Jul 19, 2013 at 8:54 AM, Michael Bach wrote: > Dear org-mode Users and Developers, > > I checked out org-mode from today and tried the ox-freemind exporter. It > fails with the error: > > `cond: Keyword argument :translations not one of (:name :parent > :transcoders :options :filters :bloc

Re: [O] Simplifying the weekly agenda a tiny bit, howto?

2013-07-19 Thread François Pinard
Eric Abrahamsen writes: >> How do I get it quickly rescheduled then, when it is a regular activity? >> I find fairly convenient using "t d" to push an activity at its next >> slot in the future. Could I do something equivalent with mere time >> stamps? > Hmm, I hadn't tried that with repeating

Re: [O] Switch for exported file types when evaluating code blocks

2013-07-19 Thread Cook, Malcolm
Great Example, Nick, Thanks, will push on with this approach ~ malcolm_c...@stowers.org From: emacs-orgmode-bounces+mec=stowers@gnu.org [emacs-orgmode-bounces+mec=stowers@gnu.org] on behalf of Nick Dokos [ndo...@gmail.com] Sent: Thursday, Jul

Re: [O] Switch for exported file types when evaluating code blocks

2013-07-19 Thread Cook, Malcolm
Suvayu, This is splendid news! I will try it immediately upon return from "gone fishin" in a week... (erhm, that is, right after I figure out haw to migrate my orgmode SETUPFILE to comport with new export backend I just upgraded to my fancy TOC and org-export-html-table-tag javascript ha

Re: [O] Simplifying the weekly agenda a tiny bit, howto?

2013-07-19 Thread François Pinard
Richard Lawrence writes: > If it's a regular activity, you can use a repeater in the timestamp, like: > * Weekly meeting > <2013-07-18 Thu 15:00 +1w> Hi, Richard. I also noticed I may even write: * Weekly meeting <2013-07-18 Thu 15:00 +1w> and the time stamp gets automatically hidden in

[O] emacs org mode suggestion: read org content from buffers (not files)

2013-07-19 Thread Pengju Xu
I check my agenda, all the .org files are open in buffer, agenda shows up fineI open some buffers from network share, which then became unavailable out of homeI try to update my agendaagenda gets empty because those files are not available but the buffers are available in Emacsso I suggest to re

Re: [O] [babel] Problems assigning tables as variables using #+CALL and using properties in code blocks and sbe calls

2013-07-19 Thread Torsten Wagner
Hi Eric, one mini-step forward. The #+CALL function does not work if the table has a horizontal line like in #+TBLNAME: othertablename | a | b | c | d | |---+---+---+---| | 4 | 3 | 2 | 1 | | z | x | y | w | however, it works for #+TBLNAME: othertablename | a | b | c | d | | 4 | 3 | 2 | 1 | | z |

[O] process diagrams with dot and some glue using org

2013-07-19 Thread Eric S Fraga
Dear Karl, a couple of weeks ago you developed some code to convert a pair of tables to a graphviz digraph and you wrote a very useful Worg page about it: http://article.gmane.org/gmane.emacs.orgmode/74280 http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html I have today had a real ne

Re: [O] process diagrams with dot and some glue using org

2013-07-19 Thread Rick Frankel
On 2013-07-19 13:23, Eric S Fraga wrote: a couple of weeks ago you developed some code to convert a pair of tables to a graphviz digraph and you wrote a very useful Worg page about it: http://article.gmane.org/gmane.emacs.orgmode/74280 http://orgmode.org/worg/org-tutorials/org-dot-diagrams.ht

Re: [O] bullets when exporting a list of checklists

2013-07-19 Thread Rasmus
da...@adboyd.com (J. David Boyd) writes: > da...@adboyd.com (J. David Boyd) writes: > >> Is there any way to turn off the solid and hollow bullet points when >> exporting >> a checklist of checklists? >> >> I want to make a checklist for my camping trips, and I don't want the bullet >> points, ju

Re: [O] bullets when exporting a list of checklists

2013-07-19 Thread J. David Boyd
da...@adboyd.com (J. David Boyd) writes: > Is there any way to turn off the solid and hollow bullet points when exporting > a checklist of checklists? > > I want to make a checklist for my camping trips, and I don't want the bullet > points, just the nice clean list. > > I've seen some options ava

[O] bullets when exporting a list of checklists

2013-07-19 Thread J. David Boyd
Is there any way to turn off the solid and hollow bullet points when exporting a checklist of checklists? I want to make a checklist for my camping trips, and I don't want the bullet points, just the nice clean list. I've seen some options available for formatting, but nothing seems to control t

Re: [O] [babel] Problems assigning tables as variables using #+CALL and using properties in code blocks and sbe calls

2013-07-19 Thread Rick Frankel
On 2013-07-19 11:57, Torsten Wagner wrote: Hi Eric, one mini-step forward. The #+CALL function does not work if the table has a horizontal line like in #+TBLNAME: othertablename | a | b | c | d | |---+---+---+---| | 4 | 3 | 2 | 1 | | z | x | y | w | however, it works for #+TBLNAME: othertabl

Re: [O] Http pull/clone at orgmode.org is down?

2013-07-19 Thread Rick Frankel
On 2013-07-18 16:10, John Hendy wrote: When I try to issue git pull (since yesterday, replicated today), I'm getting this: $ git pull error: Unable to find 989923a140695aa87959bdc727666aeec48ec074 under http://orgmode.org/org-mode.git Cannot obtain needed tree 989923a140695aa87959bdc727666aeec48

Re: [O] process diagrams with dot and some glue using org

2013-07-19 Thread Eric S Fraga
Rick Frankel writes: [...] > I (sort of) disagree. I think specifying required arguments as header > vars makes the calling requirements clearer. Perhaps: > > #+HEADER: :var nodes='() graph='() > > would be better... Sure, that would be a good compromise. I agree it is nice to have a clear in

Re: [O] koma letter exporter: changing the priority of options

2013-07-19 Thread Rasmus
Alan Schmitt writes: > I did some experiments and it seems that by default "foldmarks" is > true. The idea behind the patch is that, if we don't change the default > values, then things are not output. Let me know if this is fine with you > and I'll commit this. (I'll also edit the work with the

Re: [O] bullets when exporting a list of checklists

2013-07-19 Thread Nick Dokos
[I tried following up earlier and I think I messed it up, so I'm resending. Apologies if there is a second reply.] da...@adboyd.com (J. David Boyd) writes: > da...@adboyd.com (J. David Boyd) writes: > >> Is there any way to turn off the solid and hollow bullet points when >> exporting >> a check

Re: [O] bullets when exporting a list of checklists

2013-07-19 Thread J. David Boyd
Nick Dokos writes: > [I tried following up earlier and I think I messed it up, so I'm > resending. Apologies if there is a second reply.] > > da...@adboyd.com (J. David Boyd) writes: > >> da...@adboyd.com (J. David Boyd) writes: >> >>> Is there any way to turn off the solid and hollow bullet poin

Re: [O] [PATCH] Enable silent visibility cycling

2013-07-19 Thread Eric S Fraga
Thorsten Jolitz writes: > Eric S Fraga writes: > >> Would you wrap it all up in a patch and submit it? It would be great to >> have incorporated. > > ok, done. Brilliant! Thanks. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.6-341-g338603

Re: [O] ox-freemind exporter

2013-07-19 Thread Nicolas Goaziou
Hello, Michael Bach writes: > I checked out org-mode from today and tried the ox-freemind exporter. It > fails with the error: > > `cond: Keyword argument :translations not one of (:name :parent > :transcoders :options :filters :blocks :menu)'. It should now be fixed. Thank you for reporting it

[O] Error while compiling

2013-07-19 Thread RCY
Hi, I tried compiling the git version on a Mac running Lion with emacs 24.3 and I get the error: make compile-dirall dirall Checking /Users/rc/elisp/org-mode/lisp... Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el... In toplevel form: org-attach.el:

[O] Error compiling file

2013-07-19 Thread RCY
Hi, I am trying to compile the git version on a Mac with emacs 24.3 and I get the error: make compile-dirall dirall Checking /Users/rc/elisp/org-mode/lisp... Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el... In toplevel form: org-attach.el:42:1:Err

Re: [O] Error compiling file

2013-07-19 Thread Nick Dokos
RCY writes: > Hi, > I am trying to compile the git version on a Mac with emacs 24.3 and I > get the error: > > make compile-dirall > dirall > Checking /Users/rc/elisp/org-mode/lisp... > Compiling /Users/rc/elisp/org-mode/lisp/org-attach.el... > > In tople