[O] Verbatim inverted commas?

2015-04-15 Thread Loris Bennett
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

Re: [O] Colon in block name?

2015-04-15 Thread Loris Bennett
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"

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Rasmus
"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

[O] multiple calendars

2015-04-15 Thread 0xFAb
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

Re: [O] multiple calendars

2015-04-15 Thread Gour
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

Re: [O] Question about org-publish-project-alist

2015-04-15 Thread Thomas Moyer
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" >

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Andreas Leha
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

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Loris Bennett
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

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Loris Bennett
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

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Rasmus
"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

Re: [O] Verbatim inverted commas?

2015-04-15 Thread Loris Bennett
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

[O] Beamer figure width

2015-04-15 Thread Ken Mankoff
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

Re: [O] Beamer figure width

2015-04-15 Thread Andreas Leha
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

Re: [O] Beamer figure width

2015-04-15 Thread Josiah Schwab
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

[O] HTML + RDFa export/publishing ?

2015-04-15 Thread Olivier Berger
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

Re: [O] HTML + RDFa export/publishing ?

2015-04-15 Thread John Kitchin
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

Re: [O] Target and link text normalised to `orgtargetn'

2015-04-15 Thread Rasmus
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

Re: [O] Target and link text normalised to `orgtargetn'

2015-04-15 Thread Suvayu Ali
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.

[O] Avoiding `intangible'

2015-04-15 Thread Stefan Monnier
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