Re: R terminal output does not match src block output due to ">" character in results

2022-01-25 Thread John Hendy
Ugh. Thanks for that. Three contributing factors: a) doing a git pull/make and seeing output as usual without really paying attention, b) scanning for commit date, seeing January which seemed AboutRight but completely missing the "oh right, it's 2022 now," and c) the root cause being it'd been so

Re: R terminal output does not match src block output due to ">" character in results

2022-01-16 Thread John Hendy
On Sun, Jan 16, 2022 at 7:30 AM Jeremie Juste wrote: > > Hello John, > > As promised, I'm coming back about the formatting of NA_characters_. > In org-mode 9.5 NA_characters_ are not printed anymore with :results > value. See example 2 and 3 for more details. Please let me know if > this post

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-16 Thread John Hendy
On Sun, Jan 16, 2022 at 9:20 AM Samuel Banya wrote: > > In that case, would a running csv where you paste in each month's new > pull work? You could even keep the totals to the side, so that as you > paste new data in e.g. cols A-D, your totals (in E and beyond) can sit > right there happily? I

Re: What determines if R source block output is wrapped in begin_example or not?

2022-01-14 Thread John Hendy
On Fri, Jan 14, 2022 at 3:48 AM Eric S Fraga wrote: > > Have a look at > > ,[ C-h v org-babel-min-lines-for-block-output RET ] > | org-babel-min-lines-for-block-output is a variable defined in ‘ob-core.el’. > | > | Its value is 10 > | > | The minimum number of lines for block output. > | If

Re: What determines if R source block output is wrapped in begin_example or not?

2022-01-13 Thread John Hendy
ple blocks, despite what appears to be no practical impact at this point. John On Thu, Jan 13, 2022 at 2:49 PM John Hendy wrote: > > Greetings, > > I was perplexed when a table in my exported latex/pdf document came > out garbled, to find out it's being included like "no

What determines if R source block output is wrapped in begin_example or not?

2022-01-13 Thread John Hendy
Greetings, I was perplexed when a table in my exported latex/pdf document came out garbled, to find out it's being included like "normal text." In another block with well-behaving output, I observed the same src header args, but it was wrapped in #+begin/end_example for free, without me trying.

Re: Help debugging R source code block output problem with :session

2022-01-12 Thread John Hendy
l of you who contributed to that, as I'm so happy that I can at least continue on with my report at this point with good looking output! Many thanks, John > > Best regards, > Jeremie Juste > > > On Tuesday, 11 Jan 2022 at 17:36, John Hendy wrote: > > Greetings, > >

Re: Help debugging R source code block output problem with :session

2022-01-11 Thread John Hendy
Greetings, Apologies for writing off-list, but I don't have the original thread anymore to reply to. I just pulled this group in directly from the email I found... I just got bitten by this as well and burned most of my afternoon trying to figure out what the issue was. Any further thoughts on a

Re: R terminal output does not match src block output due to ">" character in results

2022-01-11 Thread John Hendy
@gmail.com/ It appears the discussion/fix is stalled out at this point? Best regards, John On Tue, Jan 11, 2022 at 4:42 PM John Hendy wrote: > > I just ran into an issue where results look fine in the terminal, but > not in the results of a source block. I can't share the real exa

R terminal output does not match src block output due to ">" character in results

2022-01-11 Thread John Hendy
I just ran into an issue where results look fine in the terminal, but not in the results of a source block. I can't share the real example as it's work confidential, but a couple of rows across 7 columns looks like this in the terminal: #+begin_example terminal dbGetQuery(con, paste0("SELECT TOP

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread John Hendy
On Mon, Jan 10, 2022 at 6:32 PM Samuel Banya wrote: > > The double reporting thing still doesn't apply to me. > > Even if you pay with credit cards, ultimately it comes out of your regular > bank account to pay off. > > To me, its easier to just focus on the single bank account, and obtain the

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-10 Thread John Hendy
On Mon, Jan 10, 2022 at 11:09 AM Samuel Banya wrote: > > The 'double reporting' idea might have been why I just flat out shook my head > when I saw the one presentation on 'ledger' in Emacs on YouTube a while ago > as its a bit too complicated and unnecessary for a layman. Fair, it's a bit to

Re: Question Regarding Creating Workflow For Automatic Formulas For Finance Based Org Spreadsheet

2022-01-09 Thread John Hendy
On Sun, Jan 9, 2022 at 11:17 AM Samuel Banya wrote: > > Hey there, > [...] > After Reading The Online Manual, I Figured This Out: > > I tried using the 'org-table-edit-formulas' function via the "C-c ' (single > quote)" (Obtained this formula via the docs, >

Re: A quick LaTeX reference guide in Org

2021-10-25 Thread John Hendy
On Mon, Oct 25, 2021 at 7:49 AM Eric S Fraga wrote: > > On Monday, 25 Oct 2021 at 11:35, Juan Manuel Macías wrote: > > Thank you very much for this information, I did not know it. I just saw > > that there is a `latex2e-help-texinfo' package in my distro (Arch), not in > > the official

Re: Clarification on org-startup-fold behavior vs. docs

2021-10-19 Thread John Hendy
On Tue, Oct 19, 2021 at 12:28 PM Ihor Radchenko wrote: > > John Hendy writes: > The value should be a symbol, not a string: > > (setq org-startup-folded 'overview) > > customise interface even tries to warn you that something is wrong: > > > In addition, M-x cust

Clarification on org-startup-fold behavior vs. docs

2021-10-19 Thread John Hendy
Greetings, I was surprised to open a file and find it in a fully expanded state. I took a moment to try and figure out what one should do on a global level. I searched "orgmode startup folded" and got here: https://orgmode.org/manual/Initial-visibility.html This points me to org-startup-folded,

Re: Request to Unsubscribe

2021-10-01 Thread John Hendy
You may be able to do this yourself, but I'm not positive. Perhaps try the bottom field of this page: https://lists.gnu.org/mailman/listinfo/emacs-orgmode Best regards, John On Fri, Oct 1, 2021 at 1:58 PM Jain, Rishabh wrote: > > Hi: > > Hope you are doing well. I'd appreciate if you can help

Adjust git redirect to [correct] savannah repo

2021-09-28 Thread John Hendy
Greetings, I haven't updated org in quite some time. Doing my typical git pull, I got this notice: $ git pull make clfatal: unable to update url base from redirection: asked for: https://code.orgmode.org/bzg/org-mode.git/info/refs?service=git-upload-pack redirect:

Re: Number format for table results outut from R data.frame/tibble

2021-08-21 Thread John Hendy
On Fri, Aug 6, 2021 at 2:30 PM Berry, Charles wrote: > > John, > > > On Aug 6, 2021, at 8:38 AM, John Hendy wrote: > > > > Greetings, > > > > I'm wondering how to align the results from the R buffer (which I > > like) vs. the results printed by

Number format for table results outut from R data.frame/tibble

2021-08-06 Thread John Hendy
Greetings, I'm wondering how to align the results from the R buffer (which I like) vs. the results printed by Org-mode for table results. Here's a toy example: #+begin_src R :session foo :output results :type table :results value library(tibble) tmp <- tibble(x=1:5, y=x/pi) tmp #+end_src In

Re: Large source block causes org-mode to be unusable

2021-06-21 Thread John Hendy
Indeed. The top google hit for "emacs fontify proof block slow" I provided says exactly that :) https://emacs.stackexchange.com/questions/46561/org-mode-9-too-slow-with-long-code-blocks """ That said, I think keeping 2000 lines of source code inside an org src block is neither a standard use case

Re: issue in orgmode manual

2020-05-18 Thread John Hendy
I ran into this as well and did not see a response back from the list yet. Emailed about just this issue last week. https://www.mail-archive.com/emacs-orgmode@gnu.org/msg127933.html John On Sat, May 16, 2020 at 10:21 AM Max Mustermann wrote: > > Hey, > On

Proper links for Latex documentation in manual

2020-05-06 Thread John Hendy
Greetings, I was looking to see if there was a way to rotate images and refresh myself on available attr_latex commands. Google took me here: https://orgmode.org/manual/LaTeX-Export.html Clicking "Images in LaTeX export" points here:

Re: Problem with LaTeX class scrlttr2

2020-04-03 Thread John Hendy
popped out to me... #+LATEX_CLASS: scrltttr2 Is that a typo (ttt, not tt)? If someone doesn't get to this before me, I'll try again after I update TL 2020 over the weekend. Best regards, John On Fri, Apr 3, 2020 at 8:26 PM Charles Millar wrote: > > On 4/3/20 7:19 PM, John Hendy

Re: Problem with LaTeX class scrlttr2

2020-04-03 Thread John Hendy
Please attach an actual .org file so we can test/reproduce. Generally "unknown latex class" means you don't have the package installed. How about posting the output of this: $ tlmgr list --only-installed | grep scrlttr2 John On Fri, Apr 3, 2020 at 4:06 PM Charles Millar wrote: > > I apologize

Re: rmarkdown-like production of multiple plots in org

2020-03-31 Thread John Hendy
On Tue, Mar 31, 2020 at 2:22 PM Matt Price wrote: > > I'm completely new to R. > > I've started working with a project that creates plots using the ggplot > package -- so by default it creates grid objects, rather than writing to > files. > > In rmarkdown/rstudio, I can write something like

Re: default units for graphics in R code blocks

2020-03-30 Thread John Hendy
, John On Mon, Mar 30, 2020 at 11:58 AM Tyler Smith wrote: > > John Hendy writes: > > > > > Best to cite exactly which article you're referring to. Trying to look > > myself, for example, found me this as the only worg hit from googling > > "worg R plottin

Re: default units for graphics in R code blocks

2020-03-30 Thread John Hendy
On Mon, Mar 30, 2020 at 10:45 AM Tyler Smith wrote: > > Hi, > > The worg documentation for R code indicates the default units for > graphics output is 'in', inches. However, when I try the following: > > #+begin_src R :results file graphics :file ca.jpg :width 8 :height 11 > plot(1:10) >

Re: LaTeX export failure

2020-01-29 Thread John Hendy
On Wed, Jan 29, 2020 at 2:32 PM Thomas S. Dye wrote: > > Happy New Year! > > Returning to a writing project after a few months absence, I'm no > longer able to export the writing project subtree. Here is what I > find in *Messages*: > > Wrote /home/dk/Projects/historical-inference/r14c.org >

Re: Keyboard macros and export dispatcher

2020-01-09 Thread John Hendy
On Thu, Jan 9, 2020 at 12:24 PM Jack Kamm wrote: > > Hello, > > I have an org-mode file, and am exporting one of its subtrees to a > beamer presentation. > > I would like to use a keyboard macro for this, because re-exporting the > presentation requires a lot of keypresses: > - Jump to the

Re: Publish to PDF on Linux: An impossible task?

2019-11-10 Thread John Hendy
On Sun, Nov 10, 2019 at 6:41 PM Marcin Borkowski wrote: > > > On 2019-11-11, at 01:25, John Hendy wrote: > > > On Sun, Nov 10, 2019 at 6:01 PM Nathan Neff wrote: > >> > >> After using org-mode for 10 years, I run for the doorway when > >> I even t

Re: Publish to PDF on Linux: An impossible task?

2019-11-10 Thread John Hendy
On Sun, Nov 10, 2019 at 6:01 PM Nathan Neff wrote: > > After using org-mode for 10 years, I run for the doorway when > I even think about trying to convert an org-mode file to PDF. > > *** I quiver when I see errors such as: > > warning: kpathsea: configuration file texmf.cnf not found in these

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

2019-10-29 Thread John Hendy
On Tue, Oct 29, 2019 at 9:51 AM Jack Kamm wrote: > > > Closing the loop. I can confirm that my example works on this commit > > (one before the relevant change) (thanks, Chuck!). > > > > commit ed9bdfd220b75233e5bae2ef39164d14624060fa (HEAD) > > Merge: 0954d4c25 0ae2e656d > > Author: Marco Wahl

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

2019-10-29 Thread John Hendy
On Mon, Oct 28, 2019 at 12:46 PM Jack Kamm wrote: > > > 2) why does this [still] work for Jack? (Jack, what's M-x org-version for > > you?) > > I tested on my laptop and desktop, both work for me, they are running the > following 2 versions of org: > > Org mode version 9.2.4

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

2019-10-28 Thread John Hendy
On Mon, Oct 28, 2019 at 11:22 AM Berry, Charles wrote: > > > > > On Oct 28, 2019, at 12:43 AM, John Hendy wrote: > > > > On Mon, Oct 28, 2019 at 1:14 AM Jack Kamm wrote: > >> > >>> This is with emacs -Q and loading the minimal config from the init

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

2019-10-28 Thread John Hendy
On Mon, Oct 28, 2019 at 1:14 AM Jack Kamm wrote: > > > This is with emacs -Q and loading the minimal config from the initial > > email. Any ideas on where I might look next? > > Sorry, I don't have many ideas here. Have you checked that ggplot works fine > in a regular R session? Indeed, it

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: > > &g

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

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: [O] minimal testing setup for pdf export?

2019-08-30 Thread John Hendy
Matt Price wrote: > > > > On Thu, Aug 29, 2019 at 11:27 AM John Hendy wrote: >> >> On Tue, Aug 27, 2019 at 6:34 PM Matt Price wrote: >> > >> > >> > >> > On Tue, Aug 27, 2019 at 1:33 PM John Kitchin >> > wrote: >>

Re: [O] minimal testing setup for pdf export?

2019-08-29 Thread John Hendy
On Tue, Aug 27, 2019 at 6:34 PM Matt Price wrote: > > > > On Tue, Aug 27, 2019 at 1:33 PM John Kitchin wrote: >> >> that does suggest that pdflatex is getting called somewhere else. >> >> Maybe you can edebug the export function and check the value of >> default-directory to see where it is

Re: [O] Getting feedback from a website created with OrgMode ??

2018-11-18 Thread John Hendy
On Sun, Nov 18, 2018 at 4:54 PM David Masterson wrote: > > I'd like some ideas on how to create a website with OrgMode. OrgMode is > very good at creating static web-pages of any sort of structure. What I > think I'd like to do is create a more dynamic web-page. My particular > use-case is the

[O] Org brings people together!

2018-10-09 Thread John Hendy
Hi all, Just wanted to celebrate the fact that 3M (where I work [1]) was able to host Prof. John Kitchen last week to give two talks: one on his work in catalysis, touching on modeling molecular interactions, and a second one about reproducible research with Org-mode. At 3M we have chapters,

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread John Hendy
On Mon, Sep 24, 2018 at 10:02 PM jiewuza wrote: > > > OMG, it is my fault. > I used `C-c C-e l p` > My screen is too small. > I just saw the the `p` key. > And I thought maybe beamer and latex share the same key now in the new > orgmode exporter. LOL We've all been there, but I wouldn't call it

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread John Hendy
On Thu, Mar 15, 2018 at 10:06 AM, R Jain wrote: > Hi Dereje, > > Two things: > 1) Pygmentize is a python package. I hope you meant trying to install it for > python, and not Latex or Emacs. > http://pygments.org/docs/cmdline/ > 2) Which Tex software are you using? I recall

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread John Hendy
Oops. Sincere apologies for misspelling your name, Dereje! I misread in my hasty skim. John On Tue, Mar 13, 2018 at 8:28 PM, John Hendy <jw.he...@gmail.com> wrote: > Dejere, > > > Org-mode is not able to find your latex installation. That's the > problem, just as it say

Re: [O] org mode error "pdf wasn't produced"

2018-03-13 Thread John Hendy
Dejere, Org-mode is not able to find your latex installation. That's the problem, just as it says: it's trying to run the compilation command, `pdflatex` and it can find no such thing. Either it's not installed, or it's not in your path. The more details you can provide, the better. For

Re: [O] sideways table

2017-07-07 Thread John Hendy
On Fri, Jul 7, 2017 at 12:20 PM, Sharon Kimble wrote: > > I'm trying to use 'sideways' with an org-mode table being exported to > latex. But its not working. This is my table header - > > --8<---cut here---start->8--- > #+CAPTION:

Re: [O] org babel, ess, R

2017-07-05 Thread John Hendy
On Wed, Jul 5, 2017 at 4:22 PM, Nicolas Goaziou wrote: > Hello, > > Vikas Rawal writes: > >> C-RET seems to be picking up the custom session name if it is already >> there. But otherwise it generates the default *R* session there, > > Is

Re: [O] org babel, ess, R

2017-07-03 Thread John Hendy
On Sun, Jul 2, 2017 at 7:17 PM, Vikas Rawal wrote: >> >> Vikas Rawal writes: >> >>> Isn’t is what most users need while editing the code block? The >>> possibility of evaluating the code to test and see what happens? >> >> >> Many

Re: [O] how to replace includegraphics?

2017-05-31 Thread John Hendy
On Wed, May 31, 2017 at 5:35 PM, wrote: > Hello John, > >> instead of footnotes. Have you considered just changing the definition >> in LaTeX instead? [1] [2] > > Yes, may be the redaction of my request was not very clear, I'm sorry. I did > not want to do that, because I

Re: [O] org to static site?

2017-05-31 Thread John Hendy
On Wed, May 31, 2017 at 11:08 AM, Puneeth Chaganti wrote: > I really wrestled with getting it to behave initially. I hope the > intro to the docs is a joke, as either I'm an idiot or the author > definitely failed :) > - https://getnikola.com/handbook.html > > "DON'T READ

Re: [O] org to static site?

2017-05-31 Thread John Hendy
On Wed, May 31, 2017 at 10:29 AM, Russell Adams wrote: > > On Wed, May 31, 2017 at 11:17:10AM -0400, Jeffrey Brent McBeth wrote: >> Nikola supports org-mode last I checked though? > > I think it tries to remotely call emacs to compile the org to html, but I > didn't

Re: [O] org to static site?

2017-05-31 Thread John Hendy
On Wed, May 31, 2017 at 10:17 AM, Jeffrey Brent McBeth wrote: > Nikola supports org-mode last I checked though? Make that a +1 for Nikola, and confirming it supports Org-mode. I just started setting up an online portfolio/blog via github.io and found these helpful: -

Re: [O] how to replace includegraphics?

2017-05-31 Thread John Hendy
On Tue, May 30, 2017 at 10:37 PM, wrote: > Hello dear list, > > * Summary > I want to know if someone could tell me how to replace (the macro, function, > string) includegraphics for something else when exporting to LaTeX. In my > case, simplesvg. This made me think of the

Re: [O] Git repository error

2017-05-27 Thread John Hendy
On Thu, May 25, 2017 at 6:10 PM, Vicente Vera wrote: > Hi. For a while i've been getting this error upon running 'make up0' > from my local Org repository: > > fatal: read error: Connection reset by peer I pulled just the other day and it worked, but I use http because git

Re: [O] Table in org-mode not to be exported to latex

2017-05-17 Thread John Hendy
On Wed, May 17, 2017 at 7:06 AM, Sharon Kimble wrote: > > How can I have an org-mode table in an org-mode document that is > exported to latex, but the table is *NOT* exported, please? > > This is the table that I'm using - [snip] This works for me. Duplicates what

Re: [O] evil-mode and org

2017-03-29 Thread John Hendy
On Tue, Mar 28, 2017 at 8:23 AM, Peter Neilson wrote: > On Tue, 28 Mar 2017 08:57:40 -0400, Matt Price wrote: > >> I've never used Vim but I see a lot of people online raving about evil >> mode >> and how much they love it. I'm considering giving it a

Re: [O] evil-mode and org

2017-03-29 Thread John Hendy
On Wed, Mar 29, 2017 at 10:12 AM, John Kitchin wrote: > Using evil-mode is not "using vim" IMHO. I think this is a question of > do you want modal editing or not (I suppose it could also be do you want > emacs-lisp or vimscript, but that is not the impression I get these

Re: [O] [babel] Working dir incorrect

2017-03-13 Thread John Hendy
On Mon, Mar 13, 2017 at 9:32 AM, Loris Bennett wrote: > Hi, > > In a file that used to work, when I now try to run some R code which > generates an image, I get the error: > > cannot open file './usage_users_historical_facet.pdf' > > If I check the working directory

Re: [O] Heads-up: test failures

2017-02-14 Thread John Hendy
On Mon, Feb 13, 2017 at 12:48 PM, Nick Dokos wrote: > I just updated to > > Org mode version 9.0.5 (release_9.0.5-260-geb59c7 @ > /home/nick/elisp/org-mode/lisp/) > > and `make test' gives me: Since others are adding in to the party! I ran after a fresh pull on my normal

Re: [O] Latex summary

2017-02-13 Thread John Hendy
On Mon, Feb 13, 2017 at 1:44 PM, Russell Adams wrote: > On Mon, Feb 13, 2017 at 03:14:31PM +, Eric S Fraga wrote: >> On Monday, 13 Feb 2017 at 13:06, Russell Adams wrote: >> > On Sun, Feb 12, 2017 at 04:30:48PM +, Eric S Fraga wrote: >> >> [...] >> >> >> Maybe

Re: [O] Org unique id behavior changed?

2017-02-03 Thread John Hendy
On Fri, Feb 3, 2017 at 4:23 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > John Hendy <jw.he...@gmail.com> writes: > >> I just tried to recreate a unique id link from the mailing list and >> was surprised to find that =C-c l= did not

Re: [O] linking to headings with a unique I'D exported to latex/PDF

2017-02-02 Thread John Hendy
On Thu, Feb 2, 2017 at 9:30 AM, Nicolas Goaziou wrote: > Hello, > > Sharon Kimble writes: > >> I'm writing a document which is exported to latex and then built into a >> PDF where I might have 'Alcohol', just as an example, mentioned several >>

Re: [O] linking to headings with a unique I'D exported to latex/PDF

2017-02-02 Thread John Hendy
On Thu, Feb 2, 2017 at 9:43 AM, Sharon Kimble wrote: > Nicolas Goaziou writes: > >> Hello, >> >> Sharon Kimble writes: >> >>> I'm writing a document which is exported to latex and then built into a >>> PDF where I

[O] Org unique id behavior changed?

2017-02-02 Thread John Hendy
I just tried to recreate a unique id link from the mailing list and was surprised to find that =C-c l= did not create a unique id automatically. >From the manual:[1] C-c l (org-store-link) ... If the headline has a CUSTOM_ID property, a link to this custom ID will be stored. In addition or

[O] src block: 'C-c C-c can do nothing useful here' if cursor on blank line

2017-01-27 Thread John Hendy
Perhaps this is the intended behavior, but I noticed that I go to execute a code block and get the message "C-c C-c can do nothing useful here" if I'm not on the actual src block definition or a line of code. If I'm on a blank line inside it, it doesn't execute. Here was my test: #+begin

Re: [O] How to have a sideways longtable?

2017-01-20 Thread John Hendy
On Fri, Jan 20, 2017 at 3:56 PM, William Denton wrote: > I have a long and wide table of text I'd like to have sideways (landscape > orientation) and stretch over multiple pages. I can do either one but not > both together. > > Here's a gist with a long, wide table: > >

Re: [O] Beamer framebreak

2017-01-17 Thread John Hendy
shes) were not on separate slides. I might have misunderstood, though. Good luck! On Tue, Jan 17, 2017 at 7:53 PM, <ed...@openmail.cc> wrote: >> Date: Sun, 15 Jan 2017 09:22:54 -0600 >> From: John Hendy <jw.he...@gmail.com> >> To: ed...@openmail.cc >> Cc: emacs-orgm

Re: [O] Fwd: Beamer framebreak

2017-01-14 Thread John Hendy
On Sat, Jan 14, 2017 at 12:36 AM, wrote: > Hello eric, > [snip] > Mmm... I think that this would mess up my outline. Is there a way to create > an empty headline? or to hide it in the TOC? > >> Blocks are 3rd level headlines so put the contents within a 3rd level >>

Re: [O] Org Mode Research

2017-01-07 Thread John Hendy
On Sat, Jan 7, 2017 at 3:28 PM, Ted Wiles wrote: > Thanks all! [snip] > I get the concern on GPL vs. non-GPL, > I also really like org mode as it fundamentally gives me control over my own > data, but given where this is right now (a google forms survey) I think it's >

Re: [O] Org Mode Research

2017-01-07 Thread John Hendy
On Sat, Jan 7, 2017 at 1:39 PM, Thomas S. Dye wrote: > FYI, the survey appears to be market research for non-GPL vaporware. Why the assumption of non-GPL? Just because web-based Org is hinted at and leading/feature hunting questions are a common trait of someone not wanting to

Re: [O] Proper git settings to stay with master?

2016-12-23 Thread John Hendy
On Fri, Dec 23, 2016 at 5:24 AM, Achim Gratz <strom...@nexgo.de> wrote: > Am 22.12.2016 um 17:44 schrieb John Hendy: >> >> $ git pull >> From http://orgmode.org/org-mode >>13751c3249..820d1eb617 maint -> origin/maint >>7fd61c4f92..1c89

[O] Proper git settings to stay with master?

2016-12-22 Thread John Hendy
I've not encountered this issue before, but on a git pull last night I was greeted with a message like this (I don't have the original which listed several other branches): $ git pull >From http://orgmode.org/org-mode 13751c3249..820d1eb617 maint -> origin/maint 7fd61c4f92..1c89082600

Re: [O] Wrong type argument on latex/pdf export after git pull (9.0.2-136)

2016-12-22 Thread John Hendy
On Thu, Dec 22, 2016 at 10:29 AM, John Hendy <jw.he...@gmail.com> wrote: > Greetings, > > > I'm finishing up a 30 page end of year work report and perhaps > stupidly decided I'd git pull on my various emacs packages last night. > I went to work on it today and I'm get

Re: [O] Wrong type argument on latex/pdf export after git pull (9.0.2-136)

2016-12-22 Thread John Hendy
ractively(org-export-dispatch nil nil) command-execute(org-export-dispatch) Thanks for any suggestions, John [1] "Activate debugging" chunk added to top of min-config file already shared. - http://orgmode.org/manual/Feedback.html On Thu, Dec 22, 2016 at 10:29 AM, John Hendy <j

[O] Wrong type argument on latex/pdf export after git pull (9.0.2-136)

2016-12-22 Thread John Hendy
Greetings, I'm finishing up a 30 page end of year work report and perhaps stupidly decided I'd git pull on my various emacs packages last night. I went to work on it today and I'm getting the following error: C-c C-e l p shell-quote-argument: Wrong type argument: arrayp, nil I fiddled with

Re: [O] Mobile org on osx

2016-12-20 Thread John Hendy
Copied from my last response to a similarly vague question: #+begin_quote Greetings, To help anyone with much effectiveness, background information is critical. I'm guessing you're referring to Mobile Org (not Org Mobile) and infer you might be using the iPhone version (since your address is

Re: [O] Orgmode for managing OS configuration

2016-11-03 Thread John Hendy
On Thu, Nov 3, 2016 at 9:22 AM, Giacomo M wrote: > Dear Stefan, > > thanks for the hints, I wasn't aware of these projects. While they sound > appealing, I would like to stick to my current distribution (archlinux), for > a variety of reasons (e.g. Im updating my raspberry

Re: [O] Bug: org-mode interprets * as a headline in text between #+BEGIN_.. and #+END_...

2016-10-06 Thread John Hendy
On Thu, Oct 6, 2016 at 3:28 PM, David Talmage wrote: > I often paste verbatim text into the lab notebook I keep with org-mode. > Org-mode always interprets any line that begins with an asterisk as a > headline, even when the line is surrounded by #+BEGIN_... and

Re: [O] Best diagram, image software?

2016-10-06 Thread John Hendy
On Thu, Oct 6, 2016 at 2:49 PM, Peter Davis wrote: > > On Thu, Oct 6, 2016, at 03:25 PM, Clément Pit--Claudel wrote: >> On 2016-10-06 15:10, Peter Davis wrote: >> >> > (add-to-list 'org-latex-packages-alist >> >> > '(("AUTO" "inputenc" t) >> >> >

Re: [O] Misc. questions

2016-10-04 Thread John Hendy
On Tue, Oct 4, 2016 at 2:02 PM, Peter Davis wrote: > I apologize in advance for the flood of questions, but I'm using org in > new ways now for creating documentation, and running into a lot of > issues. > > 1) Is there a way to automatically say "yes" to all the "Evaluate

Re: [O] Emacs movement keys

2016-08-23 Thread John Hendy
On Tue, Aug 23, 2016 at 4:01 PM, Alex Recker wrote: >> And did you know that even outside Emacs you can move/delete wordwise by >> pressing ctrl togeter with the right/left arrows or delete or backspace? > > I'm always surprised by how often C-a/C-e and M-f/M-b work in

Re: [O] Using org-mode as a personal help desk tool

2016-06-20 Thread John Hendy
On Mon, Jun 20, 2016 at 9:10 AM, Eric Abrahamsen wrote: > Roland Everaert writes: > >> Hi, >> >> I am working as a sysadmin, In the organization, we use 2 tools to >> keep track of requests sent by the customers/users. As you can expect, >> those

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-31 Thread John Hendy
On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug wrote: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >>> means that the tags are *not* in the

Re: [O] Inquiry about ical2org

2016-05-27 Thread John Hendy
On Fri, May 27, 2016 at 2:50 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Thursday, 26 May 2016 at 20:04, John Hendy wrote: > > [...] > >> Anyway, the point is that the repeater is built if there's any >> repetition frequency/interval. You also capture the "

Re: [O] Inquiry about ical2org

2016-05-26 Thread John Hendy
On Thu, May 26, 2016 at 3:00 PM, John Hendy <jw.he...@gmail.com> wrote: > On Thu, May 26, 2016 at 2:49 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: >> On Wednesday, 25 May 2016 at 20:33, John Hendy wrote: >>> I found ical2org, and implemented it successfully via t

Re: [O] Inquiry about ical2org

2016-05-26 Thread John Hendy
On Thu, May 26, 2016 at 2:49 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Wednesday, 25 May 2016 at 20:33, John Hendy wrote: >> I found ical2org, and implemented it successfully via the "Share > > Which ical2org is this? If it's the awk script I wrote origina

Re: [O] Trouble evaluating R source code blocks with C-c C-c

2016-05-26 Thread John Hendy
Could you give a minimal example? The behavior does ring a bell, but I can't recall what the solution might have been. I'd be happy to try and reproduce if you'd like. I think my typical go-to is to wipe ESS and re-download/make... That's all I'm good for without more info. Sorry! John On Thu,

[O] Restrict org-agenda to weekdays only?

2016-05-25 Thread John Hendy
I was a little surprised not to see org-mode have an option for viewing only weekdays. Is there relatively elisp-light mechanism for this, or some other built in method I'm not seeing to, say, calculate the days to this past Monday and through this Fri and only show those? Ideally I'd start from

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread John Hendy
Just to comment on the original attempt, block and column (which is |, not c which is columnS) are not mutually exclusive. I just did a presentation and used both together. I'm not sure on the use-case for columnS, but my structure was two side by side columns in a slide: #+begin_src org * slide

[O] Inquiry about ical2org

2016-05-25 Thread John Hendy
Greetings, I was looking to get my Outlook calendar into Orgmode to better schedule my work (this way I can see my official meetings in Org already where I do task management). I found ical2org, and implemented it successfully via the "Share calendar" .ics link that Outlook can generate. I have

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-23 Thread John Hendy
On Mon, May 23, 2016 at 1:27 PM, Nick Dokos wrote: > "Charles C. Berry" writes: [snip] > >> If there is a use case for a capability that is not well supported by >> existing headers it would be good to have an example. >> > > There's the use case that John

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-22 Thread John Hendy
On Fri, May 20, 2016 at 4:20 PM, Charles C. Berry wrote: > On Fri, 20 May 2016, Nick Dokos wrote: > >> Ken Mankoff writes: >> > [deleted discussion of `org-export-babel-evaluate' settings] > >> >> With ":exports results" and o-e-b-e set to nil, I get no

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread John Hendy
he branches in git, I don't know if you have that commit or > not. Anyway, I'm not sure why it works for you. It doesn't appear to work for > John and I the way it used to. Do you have a global "eval: no" set somewhere? > > On 2016-05-20 at 12:14, John Hendy <jw.he...@gmail.

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread John Hendy
On Fri, May 20, 2016 at 12:11 PM, Eric S Fraga wrote: > On Friday, 20 May 2016 at 17:06, Ken Mankoff wrote: > > [...] > >> Thanks for clarifying your workflow. That seems to work for a small >> example. But what would you do if you had a manuscript with 100 code >> blocks in

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread John Hendy
On Fri, May 20, 2016 at 10:57 AM, Ken Mankoff wrote: > Hi List, > > I'm repeating a question here from a recent bug report because I have a > feeling official-looking bug reports might get read less than normal > questions. Sorry for the re-post. > > As of an Org git commit a

Re: [O] template for writing Emacs manuals in Org

2016-05-16 Thread John Hendy
I don't recall it, but these look along similar lines? - https://www.reddit.com/r/emacs/comments/2bummt/changing_emacs_documentation_system_from_texinfo/ - https://lwn.net/Articles/625072/ John On Sat, May 14, 2016 at 2:21 AM, Eric Abrahamsen wrote: > I remember a

Re: [O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-12 Thread John Hendy
On Thu, May 12, 2016 at 2:24 PM, Kaushal Modi <kaushal.m...@gmail.com> wrote: > > On Thu, May 12, 2016 at 3:16 PM John Hendy <jw.he...@gmail.com> wrote: >> >> Ah. I always wondered about that since the change is reported for 9.0 >> but it's in effect for

[O] No output from babel shell src block

2016-05-12 Thread John Hendy
Hello, I've not used shell in babel much, and am confused. I was trying to include diff output from a block in an analysis and it's not giving any output. As a test, I have a.txt which contains 1 and b.txt which contains 2, with boths in ~/Desktop. Manually: $ cd ~/Desktop $ diff a.txt b.txt

  1   2   3   4   5   6   7   8   9   10   >