Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-13 Thread Tom Short
On Tue, Oct 12, 2010 at 9:59 PM, Bernt Hansen wrote: > I haven't managed to get embedded images into an OO or Word document > satisfactorily using the org -> HTML -> MS Word route yet.  An exporter > that handles this correctly would be great! Bernt, I've had decent luck with embedded images via

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Tom Short
On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K wrote: > > ** What is the easiest way to install latest version of Orgmode? > That's all good information to have, but I'm not sure it's the easiest way to install the latest version. It may eventually be easy, but the existing steps look relatively c

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Tom Short
On Mon, Nov 1, 2010 at 6:47 PM, Christian Moe wrote: > Re: converting SVG > > 2. Ask Inkscape -- it's free software; unfortunately, the result is > rasterized. > > e.g. > > : inkscape --without-gui --export-text-to-path --export-eps=drawing.eps > drawing.svg > > From a sample 52 KB SVG file, Inksc

[Orgmode] org-meta-return and lists

2010-11-03 Thread Tom Short
With the new list handling mechanism in v7.02, org-meta-return acts differently for me following lists. If I hit M-RET with the cursor in the (blank) row or two after a list, it adds another list item. Before, I'd get a new heading (what I want), and I'd only get another list item if the cursor is

Re: [Orgmode] org-meta-return and lists

2010-11-03 Thread Tom Short
On Wed, Nov 3, 2010 at 5:50 PM, Anthony Lander wrote: > Hi Tom, > > > In order to avoid a prefix key, I did the following in my .emacs: > > (defun my-org-mode-hook () >  (define-key org-mode-map (kbd "") (lambda () (interactive) > (org-insert-heading 1 nil > (add-hook 'org-mode-hook 'my-org-mo

[Orgmode] Re: [babel]: Some feedback after the first week usage

2009-11-05 Thread Tom Short
Dan Davison stats.ox.ac.uk> writes: > > Torsten Wagner gmail.com> writes: > > <...> > > 4. Is there a way to see all source code blocks of a single session tangled > > together in a single buffer and changes in this buffer will be placed back after > > leaving into the individual blocks agai

[Orgmode] Re: Org-mode and Nokia N900

2009-12-14 Thread Tom Short
Thierry Guillemin gmail.com> writes: > > > Hello > > This question comes after reading http://lifehacker.com/5419988/five-best-outlining-tools > > and before buying a N900... > > Will it be possible to install Org-mode on the N900 (only Emacs available is Qemacs) ? > > Merci d'avance > S

[Orgmode] Re: problem with babel and R

2010-08-17 Thread Tom Short
Eric Schulte gmail.com> writes: > Under normal usage w/o this header argument, results are either tabular > or are textual. If tabular a single table can easily be recognized and > handled, if textual they are normally enclosed in a block (example, > html, latex, etc...), the block then allows f

[Orgmode] Re: [babel] exports, caching, remote execution

2010-08-19 Thread Tom Short
Eric Schulte gmail.com> writes: > > Hi Austin, > > Austin Frank gmail.com> writes: > > > Hey all-- > > > > Two (hopefully quick) questions: > > > > 1) Does the exporter respect the :cache argument? When I evaluate a > >buffer, I can tell that cached blocks are not re-run, as expected. >

[Orgmode] Org-mode to MS-Word/OOo with vector graphics

2010-09-02 Thread Tom Short
I've tried several approaches to converting org-mode files to MS-Word or OpenOffice.org that retains vector graphics, especially encapsulated postscript files. Some options I've tried include docbook export with docbook2odf (doesn't work with docbook v5) and latex export with tex4ht (converts graph

Re: [Orgmode] Re: [BABEL] [PROPOSAL] Seemless editing of Babel Blocks

2010-09-03 Thread Tom Short
On Thu, Sep 2, 2010 at 7:41 PM, Dan Davison wrote: > There have been some recent changes with the aim of making code blocks > more pleasant to use in Org, such as fontification and making TAB and > other major-mode commands available in the Org buffer (with a current > master branch, see the varia

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-07 Thread Tom Short
I think it'd help for new users to keep it on by default, but since it can be changed, I'm fine either way. How hard would it be to use a property, so it could be changed on a per-file basis? If it's difficult, that time may be better spent profiling and speeding it up. - Tom On Tue, Sep 7, 2010

Re: [O] Editing Org files on the iPad

2011-08-03 Thread Tom Short
On Wed, Aug 3, 2011 at 12:46 PM, Carl Bolduc wrote: > Right now, I am tempted by the many great plaint text editor that exist in > iOS. This way, I would get a great typing experience but I would lose the > ability to perform actions on the text until I get back to the PC. > Is anyone in a similar

Re: [O] New version of VimOrganizer, an Org-mode clone in Vim

2011-11-04 Thread Tom Short
On Thu, Nov 3, 2011 at 7:26 PM, Herbert Sitz wrote: > Michael Brand gmail.com> writes: >> >> or at a similar place that there is also the possibility to have the >> vi modal editing paradigm and most of the vi key bindings within Emacs >> itself by using a vi emulation like Viper mode. (I use Ema

[Orgmode] Re: org tables and R

2009-01-02 Thread Tom Short
Dan Davison stats.ox.ac.uk> writes: > There are more details below. The code is at > > http://www.stats.ox.ac.uk/~davison/software/org-table-R/org-table-R.el This is a neat way to interface to R and to make tables more useful to me. I'm a big user of ESS/R and org-mode, and I've been looking at