[O] Invitation to connect on LinkedIn

2011-12-26 Thread Keith Lancaster
LinkedIn Org, I'd like to add you to my professional network on LinkedIn. - Keith Keith Lancaster Adjunct Professor at University of Houston Houston, Texas Area Confirm that you know Keith Lancaster: https://www.linkedin.com/e/-l8obw9-gwof85rn-5h/isd/5330236969/Nc09ZtnS/?hs=fal

[O] Footnotes issue with LaTeX export

2011-12-26 Thread John Hendy
I'm experiencing an issue similar to this one: --- http://osdir.com/ml/emacs-orgmode-gnu/2011-10/msg00544.html I have a paragraph in which I reference a dollar amount (preceded by "$"). Attempting to insert a footnote anywhere in that paragraph gets me the error "Cannot insert a footnote here." In

Re: [O] Unexpected expansion in a table

2011-12-26 Thread Jonathan Leech-Pepin
title -> #+TITLE: is a yasnippet expansion. I think it's pre-added by default in the emacs-starter-kit (if not in general via YAS). You may need to see about adjusting the snippet so it doesn't affect things in the table. On Sat, Dec 24, 2011 at 12:36, Nick Dokos wrote: > Thomas S. Dye wrote:

Re: [O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-26 Thread Sebastien Vauban
Hi Bastien, Christoph and Eric, Bastien wrote: > Christoph LANGE writes: > >> 1. font lock (aka syntax highlighting) does not yet >> recognize :PROPERTY+: > > I just fixed this, thanks. > >> 2. accumulation doesn't work within the same entry; details follow: >> >> So when I changed the above cont

Re: [O] BUG: Text in single quotes not recognized by markup

2011-12-26 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > the text ='t'= is not recognized as code. Other markup doesn't work > either. If the quotes are in the middle (e.g. =foo'bar=) it is properly > recognized. > > I'm using org-mode 7.7 pulled today from git. Please see ̀org-emphasis-regexp-components' and con

Re: [O] Org-drill doesn't work...

2011-12-26 Thread Bastien
Hi Joost, Joost Kremers writes: > i'm sure i'm doing something wrong, but i can't figure out what... would > appriciate any help pointing me in the right direction. Sorry, I'm not familiar enough with org-drill.el to help you here, hopefully Paul can have a look. > btw, i noticed that some of

Re: [O] Spanish translation of Bernt's document

2011-12-26 Thread Bastien
Hi, OSiUX writes: > Since my beginnings with org-mode, this text has been very helpful and > often thought of translating it, now I can assist in the update. Great -- please contact Alvar if you want to help with the translation in spanish. > My first org-mode and rst talk slides: > > - http:/

Re: [O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-26 Thread Bastien
Hi Christoph, Christoph LANGE writes: > noticing the new feature "Property names ending in + accumulate" (as > described on http://orgmode.org/Changes.html#accumulating-property-keywords > – BTW, this exposes another issue with the fixed head bar on the new > homepage, as the actual link target

Re: [O] [patch] Fix variable assignments written in the old way (in the LOB)

2011-12-26 Thread Bastien
"Sebastien Vauban" writes: >> The patch does not apply -- there is no "contrib/" directory in >> worg.git. Can you provide another one fixing this problem? > > It's not for Worg.git: it's for Babel's library in the code base... Silly me! Okay, I've applied it now. Thanks again :) -- Bastie

Re: [O] [patch] Fix variable assignments written in the old way (in the LOB)

2011-12-26 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> 2011-12-26 Sebastien Vauban >> >> * library-of-babel.org: Fix old-way variable assignments. Fix >> oddlevels. Delete trailing whitespaces. > > The patch does not apply -- there is no "contrib/" directory in > worg.git.

Re: [O] Inconsisent typesetting of commands in the manual

2011-12-26 Thread Bastien
Dear Takaaki, Takaaki ISHIKAWA writes: > I think this is caused by "@table @asis" at L.1645 in doc/org.texi. > When I change it to "@table @kbd", it looks good. > > But my suggestion is that the @table section is separated as follows: Thanks for the suggestion, it's a good one. The patch is

Re: [O] [patch] Fix variable assignments written in the old way (in the LOB)

2011-12-26 Thread Bastien
Hello Sébastien, "Sebastien Vauban" writes: > 2011-12-26 Sebastien Vauban > > * library-of-babel.org: Fix old-way variable assignments. Fix > oddlevels. Delete trailing whitespaces. The patch does not apply -- there is no "contrib/" directory in worg.git. Can you provide ano

[O] [patch] Fix variable assignments written in the old way (in the LOB)

2011-12-26 Thread Sebastien Vauban
Hello, 2011-12-26 Sebastien Vauban * library-of-babel.org: Fix old-way variable assignments. Fix oddlevels. Delete trailing whitespaces. Best regards, Seb -- Sebastien Vauban >From 732a4ef01b93dab34060d64c4deca23ac13aed5e Mon Sep 17 00:00:00 2001 From: Sebastien Vauban

Re: [O] [odt] [PATCH] Anchoring image to a page

2011-12-26 Thread Jambunathan K
Jeremy > Jambunathan K writes: > >> Jeremy >> >>> What about the second patch ? I'm very interested in seeing it >>> merged. >> >> I did a quick run of the attached patch (authored by you). >> >> When I do this: >> >> #+ATTR_ODT: :anchor page >> [[./org-mode-unicorn.png]] >> >> I see that the

[O] [babel] Code for simple set-operations on two tables. Asking for some input.

2011-12-26 Thread Marc-Oliver Ihm
Hello, Please find attached the elisp-file and a tutorial (as an org-file) for org-babel-table-proc. It provides some simple set-operations (mostly merge and intersect), which treat org-mode tables as sets. An example for merging two tables would be: #+name: lower | 2 | b | | 4 | d | | 5 |