Hi Bastien,
· Bastien b...@gnu.org wrote:
Thomas Holst thomas.ho...@de.bosch.com writes:
I want to perform an agenda search with a restriction to a subtree.
...snip...
This is now fixed in the maint branch of the Git repository.
Thanks for reporting this!
thank you for the quick fix. It
Hello,
Eric S Fraga e.fr...@ucl.ac.uk writes:
I am going a little crazy here! I have an org document which I need to
export to PDF using latex. Everything works just fine with the new
exporter except for one thing: I cannot get it to export drawers. I
have set org-export-with-drawers to
Hello,
Thorsten Jolitz tjol...@gmail.com writes:
I would like to be able to export drawers to ASCII too, although, as
Nicolas mentioned in an earlier thread, the ascii exporter currently
does not handle this.
Did I say that?
AFAICT, drawers are correctly exported in ASCII export.
Regards,
Nicolas Goaziou n.goaz...@gmail.com writes:
Thorsten Jolitz tjol...@gmail.com writes:
I would like to be able to export drawers to ASCII too, although, as
Nicolas mentioned in an earlier thread, the ascii exporter currently
does not handle this.
Did I say that?
AFAICT, drawers are
Michael Strey mst...@strey.biz writes:
Greg,
Here are the reworked patches.
0390: fixes two typos
0391: contains all the changes from my last patch and your corrections
0392: introduces a constant for the default value of separators
Excellent.
On Sat, Apr 20, 2013 at 05:59:39PM +0200,
Nicolas Goaziou n.goaz...@gmail.com writes:
[...]
I don't understand your problem. Drawers are correctly exported here.
Could you provided an ECM?
Arggghhh. An ECM I just created works just fine. There's obviously
something obscurely wrong in my long document that prevents drawers from
Thanks! :)
Charles Berry ccbe...@ucsd.edu writes:
zwz zhangweize at gmail.com writes:
Here is an example:
* array
** search
- example
#+BEGIN_SRC c
/* find score in scores
,* return the index if found or -1 */
int search(int scores[], int n, int score){
int i = 0;
On 29.04.2013 02:02, Eric Abrahamsen wrote:
Rick Frankel r...@rickster.com writes:
On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote:
Rick Frankel r...@rickster.com writes:
See the discussions of polyglot markup @
http://en.wikipedia.org/wiki/Polyglot_markup
and
Eric,
just for completeness, and in case this may be of use to other people,
below is the result of my question + your suggestions. the following
illustrates org-mode plus asymptote producing a .svg file during html
export, and a pdf file during any other (presumably, latex) export.
thanks
Whoops. Wrong key. Patch actually attached to this email...
rick
From d95a365f547fdc681c530c9088f775b30a37d9aa Mon Sep 17 00:00:00 2001
From: Rick Frankel r...@rickster.com
Date: Tue, 30 Apr 2013 10:35:14 -0400
Subject: [PATCH] Modify processing of xhtml declaration.
* lisp/ox-html.el
Dnia 2013-04-30, o godz. 01:57:51
James Harkins jamshar...@gmail.com napisał(a):
Ok, based on this and Marcin's comments, I'll do it the LaTeX way
(which was my first choice anyway).
Now I'll feel responsible for your LaTeX problems;).
Seriously, though: should you run into LaTeX problems,
Hi, I'm looking for a way to produce a clock-table covering entries in a
datetree buffer for a 15-day period (well, actually from 1st-14th
15th-28/30/31 of the month, but 15 days will do)
Also, is there a way to 'name' a clock-tree block so it's output can be
used as input to a source code block
`org-startup-with-inline-images' is a customizable variable. The
problem is that if an org file is visited in a non-graphics buffer (or
batch), `org-display-inline-images' is called an throws an error
(Non-X frame used).
This problem also occurs when e.g., `org-babel-after-execute-hook' is
set
Nicolas,
further on this: I got my original document working. I had a d:nil line
hidden away in the document which took precedence over my other attempts
to ask for drawers to be exported. Sorry about bothering everybody with
this.
However, I am still having some strange random behaviour to do
James Harkins jamshar...@gmail.com writes:
[...]
Ok, based on this and Marcin's comments, I'll do it the LaTeX way (which was
my first choice anyway).
I think this is a good choice. It's what I try to do whenever
possible. And for cases where the submission is meant to be camera
ready,
Hi Richard,
Thanks for those suggestions - they're definitely helpful. I'll have a
bit more of a think, and if I come up with a more optimal idea, I'll
post again.
Cheers,
Gareth.
Richard Lawrence richard.lawre...@berkeley.edu writes:
Hi Gareth,
Gareth Smith g...@doc.ic.ac.uk writes:
I
Hi Eric,
I haven't been following closely, so I'm just checking that you're aware
of a new variable org-export-allow-bind-keywords, which could play a
role in the behavior you are seeing.
hth,
Tom
Eric S Fraga e.fr...@ucl.ac.uk writes:
Nicolas,
further on this: I got my original document
I've been having the same issue (exporting to HTML and PDF, and need all my
graphics filenames to adjust automatically).
I mostly don't use #+CALL though; I just have src blocks.
#+BEGIN_SRC python :session UDpython :exports results :results file
do_hbar('/tmp/machines-by-os.pdf', (8,1.5),
On Fri, Apr 26, 2013 at 10:29 PM, Christian Wittern cwitt...@gmail.com wrote:
Hi orgers,
In a mode derived from org-mode, I would like to hide some characters with a
special function to make the display cleaner. There are two cases:
- special characters that should be always invisible
-
I have a table representing a memory map, something like this:
| Start | End | Purpose|
|---+--+|
| | 1E08 | Bootloader |
| 1E09 | 1FFF | Unused (Bootloader expansion) |
| 2000 | 3F39
Agenda: Add fortnight as a time span
* lisp/org-agenda.el (org-agenda-custom-commands-local-options): Add
fortnight as a choice for org-agenda-span.
(org-agenda-span): Add fortnight as a choice for customising org-agenda-span.
(): Add 'Fortnight View' to the org-agenda-menu
(org-agenda-list): If
Michael Alan Dorman mdor...@ironicdesign.com writes:
I've just tagged version 0.90 of my org-blog minor mode on github[1].
This is intended to be a simple but powerful assistant to using Org for
writing blog posts---there's only two commands at this point, and I
don't anticipate that number
Rick Frankel r...@rickster.com writes:
Whoops. Wrong key. Patch actually attached to this email...
rick
Great, I'll consolidate all these -- would it be better to mush them
into one big patch, or to keep them separate (I suppose for ease of
rollback, if something goes wrong)?
E
On Wed, May 1, 2013 at 8:35 AM, Rafael rvf0...@gmail.com wrote:
Michael Alan Dorman mdor...@ironicdesign.com writes:
I've just tagged version 0.90 of my org-blog minor mode on github[1].
This is intended to be a simple but powerful assistant to using Org for
writing blog posts---there's only
Gary Oberbrunner ga...@oberbrunner.com writes:
I've been having the same issue (exporting to HTML and PDF, and need all my
graphics filenames to adjust automatically).
I mostly don't use #+CALL though; I just have src blocks.
#+BEGIN_SRC python :session UDpython :exports results :results
25 matches
Mail list logo