> I mean that the HTML back-end adds data that may not be useful for the
> RSS back-end.
Yes, things like the tags are not useful. But, technically,
they aren't wrong either. And, the alternative is to modify ox-rss so it
depends less on ox-html. That is a bigger modification, not within the
sco
On Wed, 11 May 2016, Nicolas Goaziou wrote:
Hello,
"Thomas S. Dye" writes:
The motivation for noweb-ref is discussed in this thread from about 5
years ago:
http://thread.gmane.org/gmane.emacs.orgmode/42636/focus=42639
FWIW, I haven't used noweb-ref.
Thank you for the pointers. It seems th
i use noweb-ref to concatenate different blocks.
i use quick and dirty for speed.
On 5/11/16, Nicolas Goaziou wrote:
> Hello,
>
> "Thomas S. Dye" writes:
>
>> The motivation for noweb-ref is discussed in this thread from about 5
>> years ago:
>> http://thread.gmane.org/gmane.emacs.orgmode/4263
>From 9ca987e6580ef633c961bf2023813d8544a0d36b Mon Sep 17 00:00:00 2001
From: Phil Hudson
Date: Wed, 11 May 2016 22:49:01 +0100
Subject: [PATCH 2/2] org-capture.el: Support all target file specifiction
variants in Customize
* lisp/org-capture.el (`org-capture-templates'): Adjust the
`org-captu
>From 256cf1f854e902de392a325ec4b9c8204fb84a21 Mon Sep 17 00:00:00 2001
From: Phil Hudson
Date: Wed, 11 May 2016 15:34:12 +0100
Subject: [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions'
supported Customize type
* org-agenda.el (`org-agenda-bulk-custom-functions'): Change the de
Hello,
"Thomas S. Dye" writes:
> The motivation for noweb-ref is discussed in this thread from about 5
> years ago:
> http://thread.gmane.org/gmane.emacs.orgmode/42636/focus=42639
>
> FWIW, I haven't used noweb-ref.
Thank you for the pointers. It seems that :noweb-ref is here for
a task, that N
Hello,
David Dynerman writes:
> When visiting an org-babel code block in a dedicated window (C-c ' in
> the block), I would like to manually save the buffer to a file by calling
> write-file (C-x C-w)
>
> However, this doesn't work - it prompts you for a filename, as expected,
> but no matter w
What's the recipe to consistently recreate the issue you are seeing with
emacs -Q?
1. emacs -Q
2. ??
3. The insertion and/or removal of the dynamic overlays (paren highlights,
beacons, etc.) results in a temporary loss of indentation of the line in
question.
On Wed, May 11, 2016 at 12:43 AM Geor
Hello,
Phil Hudson writes:
> Hope this is all correct now. If it is, I'll do the next, somewhat
> bigger patch tomorrow. If not, please feed back on what I need to do
> differently.
It is correct. Applied. Thank you.
Regards,
--
Nicolas Goaziou
Am 11.05.2016 um 18:22 schrieb Marco Wahl:
> Hi Rainer,
>
I could not find a variable which allows formatting the clock report
that is created in the org agenda by "v R".
Any quick pointer to such one or other ideas?
>>>
>>> org-agenda-clockreport-parameter-plist
>
>> Thanks Marco,
Rasmus writes:
> Sharon Kimble writes:
>
>> How can I have a second line for the author field in an org-mode export
>> to latex please? For example -
>>
>> #+AUTHOR: Sharon
>> #+AUTHOR2: Kimble
>
> Maybe?
>
> #+title: test
> #+author: sharon\\
>
> #+author: kimble
>
Thanks Rasmus, this works pe
"Charles C. Berry" writes:
> On Wed, 11 May 2016, Stig Brautaset wrote:
>>
>> I'm trying to evaluate a line of shell code and put its output into a
>> snippet that will be tangled to a file. My best attempt so far:
[...]
> Try `<>'.
>
> See (info "(org) Noweb reference syntax")
>
> ... <> ..
What seems to be happening is those blocks are no longer special block, but
instead an export-block. If you change special-block to export block, then
it works for me with org-ref loaded.
I don't know why (or even how) org-ref would be changing that though.
On Wed, May 11, 2016 at 12:26 PM, Juli
Consider the following
--8<---cut here---start->8---
#+BEGIN_SRC elisp
(require 'package)
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/";)
("melpa" . "http://melpa.milkbox.net/packages/";)
("gnu" .
Hi Rainer,
>>> I could not find a variable which allows formatting the clock report
>>> that is created in the org agenda by "v R".
>>> Any quick pointer to such one or other ideas?
>>
>> org-agenda-clockreport-parameter-plist
> Thanks Marco,
>
> now my question is how can I extract the category
Hi Sharon,
Sharon Kimble writes:
> How can I have a second line for the author field in an org-mode export
> to latex please? For example -
>
> #+AUTHOR: Sharon
> #+AUTHOR2: Kimble
>
> But that doesn't work. I tried "#+AUTHOR: Sharon \n Kimble" but that
> doesn't work either. So how can I do it
On Wed, 11 May 2016, Stig Brautaset wrote:
Hi,
I'm trying to evaluate a line of shell code and put its output into a
snippet that will be tangled to a file. My best attempt so far:
#+NAME: hostname
#+BEGIN_SRC sh
hostname -s
#+END_SRC
#+BEGIN_SRC conf :tangle /usr/local/etc/leafnode/c
Hope this is all correct now. If it is, I'll do the next, somewhat
bigger patch tomorrow. If not, please feed back on what I need to do
differently.
Just to reiterate: I have signed the FSF papers, so I didn't include the
cookie about the change being tiny, which I read the instructions as
saying
Hi Sebastian and all,
Sebastian Fischmeister writes:
> I'm still undecided between a regex replace and org-entities. Is there
> a straightforward way to define own directives for orgmode to then
> support something like the following?
>
> #+LaTeX_EXPORT: "=>":"$\rightarrow$"
>
> or more generic
Am 11.05.2016 um 14:18 schrieb Marco Wahl:
Hi!
I could not find a variable which allows formatting the clock report
that is created in the org agenda by "v R".
Any quick pointer to such one or other ideas?
org-agenda-clockreport-parameter-plist
Quick,
Thanks Marco,
now my question is how
Sharon Kimble writes:
> How can I have a second line for the author field in an org-mode export
> to latex please? For example -
>
> #+AUTHOR: Sharon
> #+AUTHOR2: Kimble
Maybe?
#+title: test
#+author: sharon\\
#+author: kimble
Hope it helps,
Rasmus
--
Slaa Patienten ihjel, saa siger Feberen
Hi,
I'm trying to evaluate a line of shell code and put its output into a
snippet that will be tangled to a file. My best attempt so far:
#+NAME: hostname
#+BEGIN_SRC sh
hostname -s
#+END_SRC
#+BEGIN_SRC conf :tangle /usr/local/etc/leafnode/config :noweb tangle
expire = 20
s
How can I have a second line for the author field in an org-mode export
to latex please? For example -
--8<---cut here---start->8---
#+AUTHOR: Sharon
#+AUTHOR2: Kimble
--8<---cut here---end--->8---
But that doesn't work. I t
Hi!
> I could not find a variable which allows formatting the clock report
> that is created in the org agenda by "v R".
> Any quick pointer to such one or other ideas?
org-agenda-clockreport-parameter-plist
Quick,
--
Marco Wahl
GPG: 0x49010A040A3AE6F2
Hi,
I could not find a variable which allows formatting the clock report
that is created in the org agenda by "v R".
Any quick pointer to such one or other ideas?
Kind regards,
Rainer Stengele
On Tuesday, 10 May 2016 at 18:55, Harald Sanftmann wrote:
> Hi!
>
> I have some org-tables which contain empty fields. I specified
> :missing "?" to get the right results. When I try to plot them with
> Gnuplot the empty fields are not exported as '?' but just as empty
> strings ''. Gnuplot therefo
Sebastian Fischmeister writes:
>>
>> This sounds a bit like org-entities. I use this together with cdlatex for
>
>> quickly inserting such things.
>>
>> Try to type \Rightarrow and type C-c C-x \
>> Also try to export to text (non-unicode). You will get the desired symbol.
>>
>> Alternatively,
On Wed, 11 May 2016 at 12:44:17 am BST, David Dynerman
wrote:
> I would like to manually save the buffer to a file by calling
> write-file (C-x C-w)
Would `write-region' not be what you want?
--
Phil Hudson http://hudson-it.ddns.net
@UWascalWabbit PGP/GnuPG
excellent.
Thanks.
Carlos
On Tue, May 10, 2016 at 11:10 PM Nicolas Goaziou
wrote:
> Hello,
>
> Carlos Noguera writes:
>
> > FYI, I just discovered that the behaviour happens if "Org Clock Into
> > Drawer" option in "Org Clock group" is set to "When at least N clock
> > entries: 3" and I go
29 matches
Mail list logo