[O] Change latex export to use cref

2013-06-25 Thread Derek Thomas
Is there a variable that can be set so that latex export uses \cref instead of \ref? Thanks, Derek

[O] Inserting new images

2012-01-03 Thread Derek Thomas
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

[O] Face color for LaTeX preview

2011-09-23 Thread Derek Thomas
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

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
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

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
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 the

[O] ODT image export

2011-09-20 Thread Derek Thomas
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

Re: [O] slides precess in html5presentation

2011-09-20 Thread Derek Thomas
On Tue, Sep 20, 2011 at 11:46 AM, Matt Price mopto...@gmail.com 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

Re: [O] Convert list to paragraph

2011-08-27 Thread Derek Thomas
Nick Dokos nicholas.do...@hp.com 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

[O] Convert list to paragraph

2011-08-26 Thread Derek Thomas
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

Re: [O] Org-babel results preamble

2011-08-25 Thread Derek Thomas
On Thu, Aug 25, 2011 at 9:50 AM, Eric S Fraga e.fr...@ucl.ac.uk 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

[O] Org-babel results preamble

2011-07-30 Thread Derek Thomas
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?

[O] Maxima session support

2011-07-06 Thread Derek Thomas
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

[O] Daisy chain file/heading links

2011-05-10 Thread Derek Thomas
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

[O] Maxima persistence between code blocks

2011-04-27 Thread Derek Thomas
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

Re: [Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-26 Thread Derek Thomas
, Feb 25, 2011 at 4:17 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Derek Thomas derekctho...@gmail.com writes: I've been using BEAMER_env: ignoreheading to generate columns of bulleted lists as follows #+begin_src org * hidden heading 1                                  :BMCOL:B_ignoreheading

[Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-24 Thread Derek Thomas
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

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Derek Thomas
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:

[Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Derek Thomas
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