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
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
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 ...
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
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
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
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
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
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
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
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
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
>
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-
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.
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
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: [
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
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.
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
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
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:
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
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
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
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
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
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
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
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
29 matches
Mail list logo