Hi,
I am writing a beamer presentation and would like to have the following
exported in a monospaced font:
sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
However, if I do
=sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
the second pair of inverted commas causes the markup to fail
and the entire stri
Nicolas Goaziou writes:
> Hello,
>
> "Loris Bennett" writes:
>
>> BTW, I'm still more interested in the colon thing ...
>
> Babel apparently supports (undocumented) "filename:reference" syntax for
> foreign references. In your case, "tab:my_data" is mistakenly seen as
> a reference to "my_data"
"Loris Bennett" writes:
> Hi,
>
> I am writing a beamer presentation and would like to have the following
> exported in a monospaced font:
>
> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>
> However, if I do
>
> =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
>
> the second pair of inverted commas
Hi,
Does someone use multiple calendars ?
I'd like to publish my tasks in my calendar and some tasks in some other
calendars like one for my wife, another at office.
Currently I use scpc into a webdav folder (ownCloud) and OrgMobile sync
it with GoogleCalendar. Utimatly I hope that ownCloud insta
0xFAb <0x...@free.fr> writes:
> Does someone use multiple calendars ?
> I'd like to publish my tasks in my calendar and some tasks in some other
> calendars like one for my wife, another at office.
I do using similar setup...on the instance of my own ownCloud server I
created one commonuser for
That was what finally worked. Thanks!
Tom
On Apr 14, 2015 9:49 AM, "Feng Shu" wrote:
>
>
> (defvar base-dir "~/Documents/org/")
> (defvar pub-dir "~/Public/notes/")
>
> (setq org-publish-project-alist
> `(("org"
> :base-directory ,base-dir
> :base-extension "org"
>
Rasmus writes:
> "Loris Bennett" writes:
>
>> Hi,
>>
>> I am writing a beamer presentation and would like to have the following
>> exported in a monospaced font:
>>
>> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>>
>> However, if I do
>>
>> =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
>>
>> the
Rasmus writes:
> "Loris Bennett" writes:
>
>> Hi,
>>
>> I am writing a beamer presentation and would like to have the following
>> exported in a monospaced font:
>>
>> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>>
>> However, if I do
>>
>> =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
>>
>> the
Andreas Leha writes:
> Rasmus writes:
>> "Loris Bennett" writes:
>>
>>> Hi,
>>>
>>> I am writing a beamer presentation and would like to have the following
>>> exported in a monospaced font:
>>>
>>> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>>>
>>> However, if I do
>>>
>>> =sinfo -elo "%30N
"Loris Bennett" writes:
> Rasmus writes:
>
>> "Loris Bennett" writes:
>>
>>> Hi,
>>>
>>> I am writing a beamer presentation and would like to have the following
>>> exported in a monospaced font:
>>>
>>> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>>>
>>> However, if I do
>>>
>>> =sinfo -elo
Rasmus writes:
> "Loris Bennett" writes:
>
>> Rasmus writes:
>>
>>> "Loris Bennett" writes:
>>>
Hi,
I am writing a beamer presentation and would like to have the following
exported in a monospaced font:
sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
However
I'm having trouble specifying image sizes in Beamer. I am using the following
code. Is this correct syntax?
* Foo
** Bar
*** Baz
#+ATTR_LATEX: height=\textheight
[[./map.png]]
It exports to:
\section{Foo}
\label{sec-1}
\subsection{Bar}
\label{sec-1-1}
\begin{frame}[label=sec-1-1-1]{Baz}
\inclu
Hi Ken,
Ken Mankoff writes:
> I'm having trouble specifying image sizes in Beamer. I am using the following
> code. Is this correct syntax?
>
> * Foo
> ** Bar
> *** Baz
> #+ATTR_LATEX: height=\textheight
> [[./map.png]]
>
I think that should be
#+ATTR_LATEX: :height \textheight
Andreas
Hi Ken,
> I'm having trouble specifying image sizes in Beamer. I am using the
> following code. Is this correct syntax?
>
> * Foo
> ** Bar
> *** Baz
> #+ATTR_LATEX: height=\textheight
> [[./map.png]]
Instead, use
#+ATTR_LATEX: :height \textheight
See the subheading "Images in LaTeX export" on
Hi.
I'd like to create a publishing project to export HTML pages, and I'd
like to use org-mode syntax for authoring, and I'd like to embed RDFa
meta-data inside the generated HTML.
I'm wondering if anyone has investigated a mean in org-mode to embed
such meta-data.
I kinda imagine properties may
Can you give us an example of what you are trying to do? I don't think
org-mode supports this rich of behavior out of the box, but see
http://kitchingroup.cheme.cmu.edu/blog/2015/02/05/Extending-the-org-mode-link-syntax-with-attributes/
for an example idea of what you could imagine doing with a lin
Hi,
Could you try the attached patches and see if they solve your issues?
Thanks,
Rasmus
--
C is for Cookie
>From 8951c689a7812d6557ba65888e549013814e5f8a Mon Sep 17 00:00:00 2001
From: Rasmus
Date: Wed, 15 Apr 2015 21:50:53 +0200
Subject: [PATCH 2/2] ox: Change label naming scheme
* ox.el (o
Hi Rasmus,
On Thu, Apr 16, 2015 at 12:57:46AM +0200, Rasmus wrote:
>
> Could you try the attached patches and see if they solve your issues?
Seems to work nicely. I'll keep using them rest of the week.
Thanks, :)
--
Suvayu
Open source is the future. It sets us free.
I'm on a crusade to eradicate the `intangible' property, which happens
to rub me the wrong way because it's implemented at too-low a level (it
affects every point movement) which incurs a significant performance
penalty (even when not used) and affects a lot of code which then
needs to be fixed by
19 matches
Mail list logo