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 s
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 web
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 implementing it.
Julien.
>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 3ee3663
---
contrib/lisp/o
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 quote blocks
>> If the bl
Ken, just wanted to say thanks for sharing this. I noticed this recently
and wondered about fixing it, and this does it!
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.
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 'org-agenda
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 abbreviated
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
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}
[NO-DEF
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
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 question
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 "org-agenda.el" rely on a specific agenda name.
> So
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 not to do that.
Regards,
--
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 basis with:
>
> ** My slide
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
signature.as
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 can
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 writes:
>
>> Hi,
>>
>> I like presentation
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
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 basis with:
>
> ** My slide
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 would like to apply the fol
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: fullf
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.
Result
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?
>
> I expect the results
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:
>
> --
> #+n
26 matches
Mail list logo