Re: [O] using orgtbl-sqlinsert

2013-06-01 Thread Eric Abrahamsen
Eric Abrahamsen writes: A very quiet "bump", to see if anyone knows how to handle this... > I've got a table I'm trying to insert into a sqlite database. I've been > looking at orgtbl-sqlinsert and this page[fn:1], but I suspect all that > is out of date. I haven't seen anyone talking about #+OR

[O] warning message while loading ox-bibtex.el

2013-06-01 Thread Vikas Rawal
I am getting the following message while starting emacs as daemon. What could this be? ~/lisp/org-mode/contrib/lisp/ox-bibtex.el:Warning: reference to free variable `org-bibtex-html-keywords-alist' ~/lisp/org-mode/contrib/lisp/ox-bibtex.el:Warning: reference to free variable `org-bibtex-html-ent

[O] Italics + footnote in latex export

2013-06-01 Thread James Harkins
I have: Western notation supports a type of /polyphony/[fn:1] I get: Western notation supports a type of /polyphony/\footnote{ ... blah blah ... } Or, I can have: Western notation supports a type of /polyphony/ [fn:1] And then I get: \emph{polyphony} \footnote{ ... blah blah ...

[O] :include in org-project-publish-alist

2013-06-01 Thread Vikas Rawal
I get an error if I use following in org-project-publish-alist :include "bibliobase_bib.html" The error message says: mapc: Wrong type argument: sequencep, 126 The above mentioned html file is generated by ox-bibtex.el. I would like it to be published directly as part of the static content. I am

Re: [O] [html] non-lists showing up as lists

2013-06-01 Thread Alan L Tyree
On 02/06/13 06:18, Samuel Wales wrote: In case it helps: I can say that I never, ever, no matter what, and there are no exceptions - make a list like this I always - make a list like this (I happen also to always indent by 2 spaces) IIRC, org-list-allow-alphabetical is default nil largely

[O] [PATCH] ox-html: Fix meta tag output for properties

2013-06-01 Thread Kyle Machulis
There are a few document properties (author, description, keywords) that should automatically be made meta tags if they exist on export. These were currently being checked as part of an and block that would evaluate both, creating the string, then just return a newline on success, meaning the meta

[O] [PATCH] ox-html: Under html5-fancy, use for the ToC

2013-06-01 Thread Kodi Arfer
While I admit I'm not totally sure, in general, when a given fancy HTML5 element is appropriate, this case (an intra-page table of contents) seems right in line with the second code example here: http://www.w3.org/html/wg/drafts/html/master/sections.html#the-nav-element >From a1aa357f75cd37ef67

[O] Exporting meta tags for properties via ox-html

2013-06-01 Thread Kyle Machulis
I've got a bunch of file level properties that I'd like to be able to export as header meta tags in HTML. So if I've got #+TITLE: Testing #+DESCRIPTION: Testing 1 2 3 I could actually get output like ... ... And so on. The org-html-head and org-html-head-extra variables exist to be able to d

Re: [O] [html] non-lists showing up as lists

2013-06-01 Thread Samuel Wales
In case it helps: I can say that I never, ever, no matter what, and there are no exceptions - make a list like this I always - make a list like this (I happen also to always indent by 2 spaces) IIRC, org-list-allow-alphabetical is default nil largely to avoid making a list. IMO doing so by r

Re: [O] A simple way to search only headlines

2013-06-01 Thread Tassilo Horn
Xebar Saram writes: > i was wondering if anyone knew of a way to search for text only in > headlines and not the whole document? if not is it something one can > put a feature request for? Use regular expression search or isearch. The latter would be: C-u C-s \*+.* Bye, Tassilo

Re: [O] [html] non-lists showing up as lists

2013-06-01 Thread Samuel Wales
Perhaps we can make a formal feature request that the user be able to specify (in an option) that a list must have a blank line preceding it? I realize Nicolas's opinion is different. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people hav

Re: [O] [html] non-lists showing up as lists

2013-06-01 Thread Alan L Tyree
Nicolas Goaziou writes: > Hello, > > > Alan L Tyree writes: > >> I have also been bedeviled by this problem. In a long manuscript it is >> all too common. Here is a real example of a footnote and its HTML >> export: >> >> === >> >> [fn:79] Some commentators have questioned whether it is an >

[O] Differnet bg/fg by code block type

2013-06-01 Thread Xebar Saram
Hi all i am using a theme that allows to customize the org-mode bg/fg colors for various aspects of the code block IE `(org-block-background ((,class (:background "#E0" `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#55" :background "#E2E1D5" `(org-block-

[O] [patch][ox-koma-letter] Support for to and from headings

2013-06-01 Thread Rasmus
Hi, Some more patches that should work against the master branch. Patch 1: bug fixes. Most notably use symbols some places rather than strings. Patch 2 adds support for TO and FROM headings. If you've got time for testing I would appreciate feedback. It's explained in the top of the patch.

[O] Use of a double symbol (IE !!) in for org-emphasis-alist?

2013-06-01 Thread Xebar Saram
Hi all Can one use a double symbol for org-emphasis-alist IE, !! instead of ! to get more color combinations? i cant seem to get this working so im wondering if this is something possible? best z

[O] [PATCH] ob-fortran.el, add matrix as input

2013-06-01 Thread Litvinov Sergey
I would like to propose a tiny patch which adds matrix as an input for ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for the examples. >From 4115610e692e5056fa4c0f9d498c12912d374646 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Jun 2013 19:20:06 +0200 Subject: [

Re: [O] cannot batch export agenda

2013-06-01 Thread Rainer Stengele
Am 01.06.2013 17:37, schrieb Rainer Stengele: > Hi! > > Trying to export an agenda view by command line I get this error: > > > No buffer named *Org Agenda* > > > How can I track the reason on the comand line? > I use sticky agenda views. > > > The command is here: > emacs -batch -l ~/.emacs

[O] A simple way to search only headlines

2013-06-01 Thread Xebar Saram
Hi guys i was wondering if anyone knew of a way to search for text only in headlines and not the whole document? if not is it something one can put a feature request for? kind regards z.

Re: [O] Expanded property drawers as per file option

2013-06-01 Thread Karl Voit
Hi Carsten! * Carsten Dominik wrote: > > On 29.5.2013, at 22:09, Karl Voit wrote: >> >> I would like to have all headings folded when I open the file (as it >> is now). Then I navigate to a heading of a person by using text >> search or arrow keys and TAB (to expand hierarchies). > > To try th

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-06-01 Thread Carsten Dominik
On 1.6.2013, at 15:29, Nicolas Goaziou wrote: > Carsten Dominik writes: > >> I guess I mean anything not meaningful. That keeps with the ELisp >> tradition that anything non-nil is t. THe only disadvantage I see that >> it will become harder to debug typos like :float sidewasytable >> but th

[O] cannot batch export agenda

2013-06-01 Thread Rainer Stengele
Hi! Trying to export an agenda view by command line I get this error: No buffer named *Org Agenda* How can I track the reason on the comand line? I use sticky agenda views. The command is here: emacs -batch -l ~/.emacs -eval '(org-batch-agenda "01")' The agenda view config looks like this:

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-06-01 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Is a binary value for :float enough? I thought (maybe incorrectly) >> that the value of :float would determine (at least for latex export) >> the floating environment for the table, giving one the option to use >> longtable or sideways

Re: [O] [PATCH][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-01 Thread Rasmus
Rasmus writes: > Dear Achim, > >> Rasmus writes: >>> This patch allows ox-latex to make a guess on which language to use >>> if babel is a default package. See the head of the patch. >> >> What's the status of your copyright assignment? You're neither listed >> as a contributor nor as one of t

Re: [O] [PATCH][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-01 Thread Rasmus
Dear Achim, > Rasmus writes: >> This patch allows ox-latex to make a guess on which language to use >> if babel is a default package. See the head of the patch. > > What's the status of your copyright assignment? You're neither listed > as a contributor nor as one of the people whose papers are

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-06-01 Thread Nicolas Goaziou
Carsten Dominik writes: > I guess I mean anything not meaningful. That keeps with the ELisp > tradition that anything non-nil is t. THe only disadvantage I see that > it will become harder to debug typos like :float sidewasytable > but that is better than breaking many peoples working files. F

Re: [O] org-publish bug

2013-06-01 Thread Marvin Doyley
Hi Carsten, I do indeed think there need to be better documentation. I will provide a simple example that could be included in the manual or on worg. Cheers, M On Jun 1, 2013, at 2:45 AM, Carsten Dominik wrote: > > On 31.5.2013, at 02:04, Marvin Doyley wrote: > >> Hi there, >> >> I solv

Re: [O] Xemacs 21.5.32 and org-8.03, compilation problems

2013-06-01 Thread Achim Gratz
Uwe Brauer writes: >> There are at least a handful of functions >> that'd need compatibility macros /defuns on XEmacs and I don't know what >> turns up when these are out of the way, but the results were sketchy >> already on 7.x whenever I tried. Your best bet is running uncompiled >> (which prob

[O] using orgtbl-sqlinsert

2013-06-01 Thread Eric Abrahamsen
I've got a table I'm trying to insert into a sqlite database. I've been looking at orgtbl-sqlinsert and this page[fn:1], but I suspect all that is out of date. I haven't seen anyone talking about #+ORGTBL: keywords, or things like "#+BEGIN RECEIVE ORGTBL exsql" in the past year or so. Do those sti

Re: [O] [RFC] Extend :float attribute to src blocks and normalize syntax

2013-06-01 Thread Carsten Dominik
Hi Nicolas, On 1.6.2013, at 08:44, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> I like the possibilities this opens, in particular to set a nil value. >> We could be nice to users and interpret `table' and `figure' as t. >> This is not clean, but nice... :) > > Do you mea