Is there a variable that can be set so that latex export uses \cref instead
of \ref? Thanks,
Derek
I'm looking for a good way to insert sketches into org files. I'm
preparing notes that consist of text and diagrams. As I'm outlining,
I was thinking that it would be great if I could bind a key command to
insert a link to an svg file and then launch inkscape or something
similar to edit the file
Since my last pull from git master, the preview images of my LaTeX
fragments have been black. I've tried customizing
org-format-latex-options, but while the :scale property works,
changing the :foreground property has no effect. I would like to have
it use my default foreground color. Any help w
> It is important that
>
> M-: (executable-find "soffice")
>
> should report some valid path.
This returns a valid result. Also, executing the printed soffice
command at the command line works. Internally, emacs prints a failed
message after the command in the *Messages* buffer.
It seems that t
Jambunathan,
Thanks that looks like it's exactly what I need. I have been
partially successful in getting the exporter running, but it stalls
out after creating the odt file and opening it in openoffice. Any
tips for getting ppt or odp export up and running. One thing I have
noticed is if I hav
On Tue, Sep 20, 2011 at 11:46 AM, Matt Price wrote:
> and it for the most part works really great, except that the slides
> 'precess' ovr time - -that is, the slides slowly slide ot the left,
> until eventually (after about 20 slides) the left side of a slide will
> become invisible. Has anyone e
I got the odt export working and I'm very excited about the
possibility of using it, but when I export a file with an image link,
the image isn't embedded. Instead there's a link to the file. Do I
need to take any special steps to embed images in export?
A few other questions, is there any funct
> Nick Dokos writes:
>
>> (defun org-list-to-paragraph ()
>> "Convert the list at point into a paragraph."
>> (interactive)
>> (insert (org-list-to-generic (org-list-parse-list t) '(:ustart "" :splice
>> t :isep " " :nobr t
>>
>>
>> (defun org-lists-to-paragraphs ()
>> (goto-char (po
I find it convenient to outline LaTeX documents using org-mode. I
often find myself with every sentence in a paragraph as an item in an
org list. This makes it convenient to manipulate the paragraph. Is
it possible to export a certain list bullet style (+,-, etc.) as a
paragraph instead of as a
On Thu, Aug 25, 2011 at 9:50 AM, Eric S Fraga wrote:
> I am slowly going through all the org emails that I have received in the
> three weeks I was off. This was one of them and appears to not have
> been answered?
>
> In any case, possibly naming the src block may achieve what you want
> because
I have found that using org-plot to plot the results output of an
org-babel code block is very useful in prototyping my code. One minor
annoyance is the need to remove and replace the #+PLOT: header at the
beginning of the results output. Is it possible to specify a
"preamble" in the source block
I've been poking around in the ob-maxima.el and maxima.el files and I
believe that maxima.el provides the commands necessary to simulate
session support in org-babel. Unfortunately my elisp skills are
rudimentary and I don't know how to write a function that when called
by C-c C-c in the source bl
Hi, is there a way to daisy chain the searches in links? I'm linking
several files that are organized in a heading, subheading, paragraph
format (paragraphs are numbered) and I'd like to specify a link like
this [[file:example.org::*Heading::*Subheading::P. 1][test link]].
The problem is that the
I'm interested in using org-mode with babel to organize my maxima
code. Am I correct in my reading of ob-maxima.el that the babel
module for maxima doesn't support persistent variables between code
blocks? If so, this seems like a severe limitation. I did some
searching and found this guide
(htt
e?
Thanks,
Derek
On Fri, Feb 25, 2011 at 4:17 PM, Eric S Fraga wrote:
> Derek Thomas writes:
>
>> I've been using BEAMER_env: ignoreheading to generate columns of
>> bulleted lists as follows
>> #+begin_src org
>> * hidden heading 1
t so the bullets
are not revealed sequentially. Is there a way to include this flag in
the export? Thanks,
Derek Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Eric and Chris,
Thanks for your responses.
Eric,
I'm currently using latex directly in org, but this method doesn't
play nicely with export to a regular tex file. Would it be possible
to use something similar to this?
#+begin_src org
** A plain slide
*** [path/to/fig]
:PROPERTIES:
:FIGURE_
Before I get to my questions, I would like to commend all those
involved in the development of org-mode. I'm a new user and I've been
amazed by the features, utility, and the support/documentation
provided.
My first question relates to frames in beamer export. Is it possible
to set a tag or othe
18 matches
Mail list logo