Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Eric S Fraga
On Sunday, 3 Apr 2016 at 11:30, Rob Stewart wrote: > Hi, > > I like presentation zen, where less is more. I would like to export my Alternatively, there is a good more general LaTeX solution for minimal styling at https://www.quora.com/Presentations-What-are-the-best-beamer-themes which you

[O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Rob Stewart
Hi, I like presentation zen, where less is more. I would like to export my org-mode files as beamer slides, but have the heading title ignored so as not to position a title at the top left of the each slide. I can do it on a per-slide basis with: ** My slide title :PROPERTIES: :BEAMER_ENV:

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-04-03 Thread Rasmus
Myles English writes: > Thanks for looking at this again. I'm just sorry about the delay, but I hope you can appreciate that sometimes time is at a premium. >> Is :with-location something you feel strongly about? I'm not sure I find >> that it makes sense... >> >> I

Re: [O] Bug: CALL misbehavior with :results verbatim [8.3.4 (8.3.4-5-gdc68d2-elpaplus @ /Users/rossdonaldson/.emacs.d/elpa/org-plus-contrib-20160229/)]

2016-04-03 Thread Nicolas Goaziou
Hello, Ross Donaldson writes: > Nicolas -- > >> Isn't it the point of the "verbatim" parameter? > > I didn't think so, no. Certainly, it doesn't behave this way in any other > context, nor does the documentation make me think it should. > >> What did you expect instead? > >

Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Rasmus
Rob Stewart writes: > Hi, > > I like presentation zen, where less is more. I would like to export my > org-mode files as beamer slides, but have the heading title ignored so > as not to position a title at the top left of the each slide. > > I can do it on a per-slide

Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Eric S Fraga
On Sunday, 3 Apr 2016 at 11:30, Rob Stewart wrote: > Hi, > > I like presentation zen, where less is more. I would like to export my > org-mode files as beamer slides, but have the heading title ignored so > as not to position a title at the top left of the each slide. I don't know if there is an

Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Rob Stewart
Hi Rasmus, Thanks for the tip. In the absence of an org mode solution to this, adding the following to the top of my org file is a solution: #+LATEX_HEADER: \setbeamertemplate{frametitle}{} -- Rob On 3 April 2016 at 12:36, Rasmus wrote: > Rob Stewart

[O] orgmode & pdf-tools

2016-04-03 Thread AW
Hi! Linux, Orgmode 8.3.4, org-file with many links. Recently I discovered pdf- tools, which can display PDFs inside Emacs, just like docview, but much faster. I'd like to 1. open via a given link from inside the org-file using C-c C-o 2. the PDF with pdf-tools 3. on a given page.

Re: [O] Bug: Using CALL to evaluate elisp blocks does not show table headers [8.3.4 (release_8.3.4-686-g18b766 @ ~/org-mode/org-mode/lisp/)]

2016-04-03 Thread Nicolas Goaziou
Hello, Shlomi Vaknin writes: > I have an elisp source block that builds a table from some computation. > When trying to #+CALL that block, the table header (before the 'hline) is > simply not shown. Here is a simple reproduce on my system: > >

Re: [O] Ignoring all org-mode headings to export beamer slides with no titles

2016-04-03 Thread Nicolas Goaziou
Hello, Rob Stewart writes: > I like presentation zen, where less is more. I would like to export my > org-mode files as beamer slides, but have the heading title ignored so > as not to position a title at the top left of the each slide. > > I can do it on a per-slide

Re: [O] How to rename the agenda in org-mode?

2016-04-03 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Currently my org-mode agenda is showing in tabbar as "Org-Agenda 21 days > Diary Ddl Habit", how can I get it just showing as 'Org-Agenda' > please? IIRC, some mechanisms in "org-agenda.el" rely on a specific agenda name. So I suggest

[O] How to rename the agenda in org-mode?

2016-04-03 Thread Sharon Kimble
Currently my org-mode agenda is showing in tabbar as "Org-Agenda 21 days Diary Ddl Habit", how can I get it just showing as 'Org-Agenda' please? Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk Debian 8.3, fluxbox 1.3.7, emacs 25.0.92

Re: [O] How to rename the agenda in org-mode?

2016-04-03 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> Currently my org-mode agenda is showing in tabbar as "Org-Agenda 21 days >> Diary Ddl Habit", how can I get it just showing as 'Org-Agenda' >> please? > > IIRC, some mechanisms in

[O] Is it possible to call some function after capture?

2016-04-03 Thread Marcin Borkowski
Hi list, I know about `org-capture-after-finalize-hook', but is it possible for a function in there to know which capture template was used? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error

2016-04-03 Thread Charles Millar
Hello, On 04/02/2016 05:00 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: [...] "mysetup" class is (add-to-list 'org-latex-classes '("mysetup" "\\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl} [...] \\newcommand\\foo{bar}

Re: [O] How to rename the agenda in org-mode?

2016-04-03 Thread Eric S Fraga
On Sunday, 3 Apr 2016 at 18:26, Sharon Kimble wrote: [...] > Okay, so how can I get the name shortened please? I've just measured it > and its actually taking up 3.5 inches! That is ridiculous and shouldn't > happen, so how can it be abbreviated or shortened? Isn't this really a tabbar

Re: [O] Is it possible to call some function after capture?

2016-04-03 Thread Adam Porter
Marcin Borkowski mbork.pl> writes: > I know about `org-capture-after-finalize-hook', but is it possible for > a function in there to know which capture template was used? Hi Marcin, You might be able to use the :key property of org-capture-plist, which records the selection key of the template

Re: [O] [PATCH 1/3] add id attribute to example-block on html export.

2016-04-03 Thread John Kitchin
Thanks. I found this in etc/ORG-NEWS, in case any one else was looking for it ;) Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> I am not sure what those should look like or where they go. How about: >> >> * New html id attributes on special, example and

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-04-03 Thread Myles English
>From 2d9b513e14f6d34fe81a5970fd4cee24fc253a31 Mon Sep 17 00:00:00 2001 From: Myles English Date: Mon, 4 Apr 2016 01:11:19 +0100 Subject: [PATCH] ox-koma-letter: Fixed bug in filling 'location' field * contrib/lisp/ox-koma-letter.el: Fix code apparently introduced in

Re: [O] Multipart/Alternative reply to email?

2016-04-03 Thread Adam Porter
As a follow-up to the other replies in this thread, you might be able to use Pandoc to convert the HTML to Org. That's what I do in org-protocol-capture-html, and it works very well.

Re: [O] How to rename the agenda in org-mode?

2016-04-03 Thread Adam Porter
Eric S Fraga ucl.ac.uk> writes: > > On Sunday, 3 Apr 2016 at 18:26, Sharon Kimble wrote: > > [...] > > > Okay, so how can I get the name shortened please? I've just measured it > > and its actually taking up 3.5 inches! That is ridiculous and shouldn't > > happen, so how can it be

Re: [O] How to rename the agenda in org-mode?

2016-04-03 Thread Adam Porter
Oops, that'll teach me to edit elisp without aggressive-indent-mode. :) This should work: (advice-add 'tabbar-buffer-tab-label :before-until (lambda (tab) (with-current-buffer (buffer-name (tabbar-tab-value tab)) (when (equal major-mode

Re: [O] uncommnet-region behavior in org-src blocks

2016-04-03 Thread Adam Porter
Ken, just wanted to say thanks for sharing this. I noticed this recently and wondered about fixing it, and this does it!

Re: [O] org-ref, abstracts

2016-04-03 Thread Julien Cubizolles
John Kitchin writes: > If the data exists, then arxiv-add-bibtex-entry could probably add the > abstract if it existed. I am not too familiar with arxiv so I am not > sure. Just noticed that arxiv-get-pdf-add-bibtex-entry now includes the abstract. Thanks a lot for

[O] Update to org-protocol-capture-html

2016-04-03 Thread Adam Porter
Hi, Just a note to let you all know that I've updated org-protocol-capture-html: https://github.com/alphapapa/org-protocol-capture-html I've improved the instructions, and I added support for python-readability, which extracts articles from web pages. This makes it easy to quickly capture a

Re: [O] How to do proper folding and semantic markup

2016-04-03 Thread Adam Porter
Hi Eduardo, Just a note, you mentioned that you find the folding very useful, so you might want to try out the org-tree-to-indirect-buffer command. It's very helpful when you're working on a large Org file and only want to work on certain parts of it. I don't see it mentioned often, so I'm not