[O] publishing to gihub gh-pages branch

2014-06-19 Thread regcl
Does anyone have suggestions regarding how to automate HTML publishing to the gh-pages branch of a github repo? Thanks, regcl

[O] eliminate creation of backup files in :publishing-directory

2014-06-19 Thread regcl
Is there a way to stop org mode from creating backup files in the :publishing-directory? Thanks, regcl

[O] :exclude sub folder in org-publish

2014-06-19 Thread regcl
It looks like this question has been asked before, but not answered ... Is there a way to stop the decent of org-publish at a given directory? Or, is there a syntax for including the path name of files I want to exclude? Or, maybe there something obvious I am missing? Thanks, regcl

[O] turn off monospace in src result

2014-07-17 Thread regcl
With this line in my .org file ... This is src_R{foo<-"FOO"; paste(foo)}. ... when I publish to html or pdf, I get ... This is FOO. ... which is wonderful, except that "FOO" is monospace. Can I turn off monospace for all results of inline source? Thanks, regcl

Re: [O] publishing to gihub gh-pages branch

2014-07-21 Thread regcl
Hi Bastien, Thanks, but I guess I didn't find the solutions you have mentioned. Could you please point them out? Thanks, regcl Bastien writes: > regcl writes: > >> Does anyone have suggestions regarding how to automate HTML publishing >> to the gh-pages branch of a git

Re: [O] :exclude sub folder in org-publish

2014-07-21 Thread regcl
Bastien writes: > regcl writes: > >> Or, maybe there something obvious I am missing? > > Please tell us what you wanted to do, show us what you tried by > sharing parts of your configuration, and we'll be able to help. When my .org file points to a second .org file

Re: [O] eliminate creation of backup files in :publishing-directory

2014-08-06 Thread regcl
> regcl writes: > >> Is there a way to stop org mode from creating backup files in the >> :publishing-directory? > > What are "backup files" exactly? e.g., the second time you run org-html-export-to-html or org-html-publish-to-html on README.org you get README

Re: [O] :exclude sub folder in org-publish

2014-08-06 Thread regcl
Bastien writes: > Hi, > > regcl writes: > >> I could not figure out how to do this from INFO. I found examples of >> preventing publishing of specific file extensions, but not whole >> directories. > > Unless my memory fails me, :exclude works on names, not j

[O] export from R to tables, possible correction to ob-doc-R.org

2014-01-13 Thread regcl
, modified by Debian Org-mode version 8.2.5c (release_8.2.5c @ /home/regcl/.emacs.d/lisp/org-mode/lisp/) Here is the problematic code ... ### START SNIP ## START SNIP ## START SNIP ### : #+BEGIN_SRC R :results output org : library(ascii) : a <- runif(100) : c <- "Quant

[O] bibtex org-capture says "Target buffer ".notes" for file+headline should be in Org mode"

2014-01-19 Thread regcl
(New file) org-capture-set-target-location: Target buffer ".notes" for file+headline should be in Org mode GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.6) of 2013-12-22 on brahms, modified by Debian Org-mode version 8.2.5c (release_8.2.5c @ /home/regcl/.emacs.d/lisp/org-mode/lisp/)

Re: [O] bibtex org-capture says "Target buffer ".notes" for file+headline should be in Org mode"

2014-01-19 Thread regcl
regcl writes: Oops, my error... Once I did this ... (setq org-default-notes-file (concat org-directory "/notes.org")) ... everything works great! ... sorry for the false alarm! Best, George > I am having difficult creating an org entry from a bibtex file > entry. Here is

[O] How to write medical journal articles with org-mode

2014-01-19 Thread regcl
I am looking for advice regarding how to write medical journal articles using org-mode. My primary motivations are the desire to ... automate the flow of data from computation to publication, avoid clerical errors, speed up the conversion of computational results to manuscript, and do 99.9% of my

Re: [O] How to write medical journal articles with org-mode

2014-01-20 Thread regcl
Erik Hetzner writes: > At Mon, 20 Jan 2014 02:54:08 -0500, > regcl wrote: >> >> 3) How do I get references into MS word? >> > Hi George, > > For question 3, you might have a look at pandoc > (http://johnmacfarlane.net/pandoc/), which can convert from markdo

[O] controling width of graphviz source block result

2014-02-21 Thread regcl
ports none #+ATTR_HTML: :width 300 file:gnus.png So it makes me wonder... Is this a bug or operator error? Thanks, regcl GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2014-02-20 on e3 Org-mode version 8.2.5c (release_8.2.5c @ /home/regcl/.emacs.d/lisp/org-mode/lisp/)

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou writes: > Hello, > > regcl writes: > >> When I try to control the width of the image produced by >> included graphviz (DOT) code like so ... >> >> #+ATTR_HTML: :width 300 >> #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results &

Re: [O] controling width of graphviz source block result

2014-02-22 Thread regcl
Nicolas Goaziou writes: > Hello, > > regcl writes: > >> So I am understanding from your answer that attribues only "modify" the >> next immediate "thing" in the .org document, and do not persist, so to >> speak. > > "things&qu

Re: [O] controling width of graphviz source block result

2014-06-12 Thread regcl
)) #+end_src #+attr_latex: :width .35\textwidth file:foo2.pdf While this does work, it is a wee bit unsatisfying to type "foo2.pdf"" twice. Is there a better way to apply the latex keyword to the results? Many thanks, regcl Nicolas Goaziou writes: > Hello, > > reg