Aloha Peter,
In general, make sure contrib/lisp is on your load path, require the
back-end you want to use, and (optionally) define a key stroke sequence
to launch org-export-dispatch. You might have this in .emacs:
(setq load-path (cons "~/.emacs.d/src/org-mode/lisp" load-path))
(setq load-path
OK, I see a folder called contrib, but the documentation doesn't say
anything about a new exporter.
Inside contrib is a folder called elisp, which has org-export.el and
export-export-generic.el. Is that the new exporter? How do I install it?
On Sat, Nov 10, 2012 at 5:38 PM, Nicolas Goaziou wrote
Alan Schmitt writes:
> Hello,
>
> I'm implementing some of the ideas of the great norang page
> (http://doc.norang.ca/org-mode.html), but there is one thing that is
> failing me. I can see that "org-agenda-ignore-scheduled" work for the
> global todo list, but it does not seem to be working when
Achim Gratz writes:
> Getting rid of special cased machinery to provide a more general one
> counts as simplification in my book.
Unless I'm mistaken, current set-up can generate any preamble. Then, how
could it be special cased and how could another system be more general?
I agree that current
Hi Manish,
it's Shift-P and you need to bind the function bh/narrow-to-project to
the keycode. See the code blocks in the following two sections:
http://doc.norang.ca/org-mode.html#SpeedCommands
http://doc.norang.ca/org-mode.html#NarrowToSubtree
Cheers,
Viktor
PS: I agree that Bernt's document
Org-modians,
I would like clocking to round to 15 minute intervals when I clock in
and clock out. I have the following in .emacs custom-set-variables
section:
'(org-time-stamp-rounding-minutes (quote (15 15)))
My org-version is 7.8.11 and emacs is 24.2.50.1
The rounding operates just fine wh
Hello Bernt and others,
I was picking up tips from Bernt's awesome and famous document at
http://doc.norang.ca/org-mode.html. In section 7.1, just between the
two screenshots, I came across following text:
,[ excerpt from section 7.1 ]
| After selecting a project (with P on any task in the a
Is anyone having trouble with source code disappearing when returning
from the edit buffer?
The #+BEGIN_SRC block is simply empty as far as I can tell,
regardless of language. If I add some code to the block in the Org
buffer before C-c ' then it also eats the contents.
I am running Org-mode v
Is anyone having trouble with source code disappearing when returning
from the edit buffer?
The #+BEGIN_SRC block is simply empty as far as I can tell,
regardless of language. If I add some code to the block in the Org
buffer before C-c ' then it also eats the contents.
I am running Org-mode v
When I switch to the ELPA version ( "Org-mode version 7.9.2
(7.9.2-82-g2aeb28-elpa @ . . . )") this misbehavior is corrected.
HTH.
Nicolas Goaziou writes:
> Achim Gratz writes:
>
>> Speaking of which, couldn't this be made easier? There's only one
>> org-export-latex-packages-alist and if you're trying to use very
>> different LaTeX classes you'll end up specifying [NO-DEFAULT-PACKAGES]
>> and then copying a lot of \usepacka
Nick Dokos writes:
> The first set of code transformations (implemented as commit
> 63b5f8f2e85b3059a2d30041db6939347a7a2d7d) dealt with the situation by
> doing a mass substitution: flet --> org-flet and labels --> org-labels
> (and in at least one case, flet --> org-labels to deal with a
> recurs
Hello,
I'm implementing some of the ideas of the great norang page
(http://doc.norang.ca/org-mode.html), but there is one thing that is
failing me. I can see that "org-agenda-ignore-scheduled" work for the
global todo list, but it does not seem to be working when using a custom
block. For instance
Hello,
I want to use org-mode to write a paper about a development in Coq. Coq
is an interactive proof system, which can be run (among other ways)
interactively through emacs. The interactive part is very important, as
doing or maintaining proofs often requires exploring many different
direction.
Memnon Anon writes:
> it seems to me that `C-c C-o' (org-agenda-open-link) does not work
> correctly for internal links with:
>
> ELISP> (emacs-version)
> "GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2)\n of
> 2012-11-01 on dex, modified by Debian"
> ELISP> (org-version t t)
> "Org-m
Hello,
I've put together a somewhat crude confluence exporter that's based on
the new exporter (as of 7.9.2). For now it's hosted on github[1].
I'm interested in feature requests (as it's only handling basic elements
for now), code style, and pretty much all feedback.
Cheers,
--Seb
[1] https:/
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> Good suggestion. I did, and org-export is the guilty one.
>>
>> Should that be loaded before?
>
> You should try to update Org and try again. I just commited a patch
> which should fix the issue.
Confirmed. Thanks!
Regards,
Andre
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> I'd like to change the LaTeX header per subtree. Is that possible?
>>
>> Use case: I have two documents that I want to export from a single
>> orgmode file. Each in its own subtree. One of them should use the
>> endf
18 matches
Mail list logo