Re: Refresher on including R/ggplot2 output via latex/pdf?

2019-10-27 Thread John Hendy
On Mon, Oct 28, 2019 at 12:02 AM Jack Kamm wrote: > > John Hendy writes: > > > On Sun, Oct 27, 2019 at 11:31 PM Jack Kamm wrote: > >> > >> Your code block looks fine to me. The typical R code block headers I use > >> is as follows: > > > > Did you try to reproduce my example, by chance? > >

Re: Refresher on including R/ggplot2 output via latex/pdf?

2019-10-27 Thread Jack Kamm
John Hendy writes: > On Sun, Oct 27, 2019 at 11:31 PM Jack Kamm wrote: >> >> Your code block looks fine to me. The typical R code block headers I use is >> as follows: > > Did you try to reproduce my example, by chance? I've just now tried executing/exporting your example code blocks, and

Re: Refresher on including R/ggplot2 output via latex/pdf?

2019-10-27 Thread John Hendy
On Sun, Oct 27, 2019 at 11:31 PM Jack Kamm wrote: > > Your code block looks fine to me. The typical R code block headers I use is > as follows: Did you try to reproduce my example, by chance? > :session :results output graphics :file path/to/file.png :exports results > :eval never-export

Re: Refresher on including R/ggplot2 output via latex/pdf?

2019-10-27 Thread Jack Kamm
Your code block looks fine to me. The typical R code block headers I use is as follows: :session :results output graphics :file path/to/file.png :exports results :eval never-export One thing I've noticed, if I have an existing graphics device open, it can mess up plots when executing an

Refresher on including R/ggplot2 output via latex/pdf?

2019-10-27 Thread John Hendy
Greetings, I used to use orgmode + R/ggplot2 for some time, but for various reasons I've been using python almost exclusively for a couple years. I just went to use what I think is how I used to include ggplot2 results in PDF experts, but it's not working. In referring to the documentation, this

Re: Good way to pre/view LaTeX-lines?

2019-10-27 Thread briangpowell .
* Suggest reviewing these free software packages: https://itsfoss.com/latex-editors-linux/ ** LyX and/or Kile are my faves ** Suggest trying these free software packages too apt-get install imaxima apt-get install maxima apt-get install maxima-emacs apt-get install texlive apt-get install

Re: org-refile-target-verify-function - use inherited tag & todo

2019-10-27 Thread Gustavo Barros
Hi Nate, On Sun, Oct 27 2019, Nathan Neff wrote: > 1) My org-agenda-files show up in the list. For example, foo.org and bar.org > show up in the refile targets, despite the > function should return nil if a heading does not contain "Tasks" Curiously, I’ve been scratching this itch just today.

Re: Discrepancy between documentation and implementation regarding comments

2019-10-27 Thread Samuel Wales
beware # at eob with no newline. On 10/27/19, Adam Porter wrote: > I agree with Robert that "whitespace" includes newlines in "Emacsland." > For example, with this document (the second "#" has a newline > immediately after, no spaces or tabs): > > #+BEGIN_SRC org > foo > > # comment > > bar > >

Re: Discrepancy between documentation and implementation regarding comments

2019-10-27 Thread Adam Porter
I agree with Robert that "whitespace" includes newlines in "Emacsland." For example, with this document (the second "#" has a newline immediately after, no spaces or tabs): #+BEGIN_SRC org foo # comment bar # buzz #+END_SRC This code matches both lines that begin with "#":

org-refile-target-verify-function - use inherited tag & todo

2019-10-27 Thread Nathan Neff
Hi all, I want to filter my refile targets to "Tasks" headings. This snippet works: https://lists.gnu.org/r/emacs-orgmode/2016-02/msg00088.html There's a few things I'd like to improve on: 1) My org-agenda-files show up in the list. For example, foo.org and bar.org show up in the refile

Re: Good way to pre/view LaTeX-lines?

2019-10-27 Thread Dmitrii Korobeinikov
> https://orgmode.org/org.html#Previewing-LaTeX-fragments Thank you, William! This is great. After some digging, I still gotta wonder about a few things though. 1. Is there some sort of live-editing feature? By that I mean, being able to view the result (in a seperate buffer or minibuffer or

Re: Discrepancy between documentation and implementation regarding comments

2019-10-27 Thread Robert Pluim
> On Sun, 27 Oct 2019 11:07:20 +0100, Thibault Polge said: Thibault> Hello, Thibault> According to Org-Mode documentation[1], >> Lines starting with zero or more whitespace characters followed by one >> ‘#’ and a whitespace are treated as comments and, as such, are not

Re: Good way to pre/view LaTeX-lines?

2019-10-27 Thread William Denton
On 27 October 2019, Dmitrii Korobeinikov wrote: I am looking for a comfortable way to view LaTeX (for math formulas) in org-mode. This shows how: https://orgmode.org/org.html#Previewing-LaTeX-fragments I don't use it often, but it works very nicely. Bill -- William Denton :: Toronto,

Good way to pre/view LaTeX-lines?

2019-10-27 Thread Dmitrii Korobeinikov
Hi, I am looking for a comfortable way to view LaTeX (for math formulas) in org-mode. I am not working with whole LaTeX files however, but rather with occasional lines of LaTeX inside an org-mode file. Good possibilities could be: 1. rendering a LaTeX-line *in the minibuffer* (when a cursor is

Discrepancy between documentation and implementation regarding comments

2019-10-27 Thread Thibault Polge
Hello, According to Org-Mode documentation[1], > Lines starting with zero or more whitespace characters followed by one > ‘#’ and a whitespace are treated as comments and, as such, are not > exported. The actual implementation differs on a subtle detail: Org-Mode will treat a line where the