Re: [O] Formal description of Org files

2011-07-18 Thread Christopher Witte
On 18 July 2011 01:14, Eric Schulte schulte.e...@gmail.com wrote: As I mentioned earlier in this thread, I think any formal expression would be more useful if could be fed to existing parser-generation tools to automatically write Org-mode parsers, or perhaps automatically convert between

Re: [O] Unicode and Latex export

2011-08-07 Thread Christopher Witte
, which supports unicode. Instructions for setting it up with org-mode are here http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export Chris. -- Dr Christopher Witte Postdoctoral Research Fellow Molecular Imaging Group Leibniz-Institut für Molekulare Pharmakologie (FMP) Campus Berlin

Re: [O] Unicode and Latex export

2011-08-07 Thread Christopher Witte
On 08/07/2011 02:15 PM, suvayu ali wrote: Hello Christopher, On Sun, Aug 7, 2011 at 12:01 PM, Christopher Wittech...@witte.net.au wrote: You could try using XeLaTeX, which supports unicode. Instructions for setting it up with org-mode are here

Re: [O] Problem with org-crypt

2011-09-02 Thread Christopher Witte
-reveal' (`C-c C-r') from decrypting entries. Peace Thanks, I'll look into that patch. Chris -- Dr Christopher Witte Postdoctoral Research Fellow Molecular Imaging Group Leibniz-Institut für Molekulare Pharmakologie (FMP) Campus Berlin-Buch Robert-Roessle-Str. 10 13125 Berlin, Germany Phone

[O] Inline tasks and latex export

2011-09-07 Thread Christopher Witte
Hi all, I've been trying to get inline tasks to work with the todonotes package. I found some information on getting the \todo{} command to work but I couldn't find any info on getting the \missingfigure{} command to work. Here is the solution that I came up with (mostly stolen from

[O] Extending attr_latex

2012-01-18 Thread Christopher Witte
I putting together a presentation using org and exporting to beamer. I was wondering if there is easy way to get each item in a list to display incrementally. Beamer supports this with the \begin{itemize}[+-] environment option. Perhaps this could be achieved by extending the #+ATTR_LaTeX:

Re: [Orgmode] Status google calendar sync

2011-01-31 Thread Christopher Witte
On 30 January 2011 02:21, Eric S Fraga e.fr...@ucl.ac.uk wrote: Torsten Wagner torsten.wag...@gmail.com writes: We need Emacs running on Android[1]. If Nokia can have Emacs native on their phones (n900), why can't Android??? I can dream. vi is available, but not vim (so far as I know)

[Orgmode] Small bug in table editing

2011-02-03 Thread Christopher Witte
Hi, I've been using the table editing feature of org mode, I never realised plain text tables could be such fun to work with, and I just came across a small bug. I had entered a table: | Heading 1 | Heading 2 | | 1 | 2 | |11 |22 | and then decided I wanted to go

Re: [Orgmode] Re: Small bug in table editing

2011-02-04 Thread Christopher Witte
I tend to disagree. I feel that anything that breaks the semantic model of enter = insert new line at point is a bug. Particularly if it results in the loss of data. But I can be persuaded otherwise. Cheers Chris On 3 February 2011 19:27, Achim Gratz strom...@nexgo.de wrote: Christopher

Re: [Orgmode] Re: Small bug in table editing

2011-02-07 Thread Christopher Witte
As I said, I can be persuaded otherwise, but saying don't use org-mode tables isn't very persuasive. What is the semantic model for enter when using org-mode tables? Clearly I don't understand it. Thanks, Chris. On 4 February 2011 17:58, Achim Gratz strom...@nexgo.de wrote: Christopher Witte

[O] Problems with executing babel code

2011-07-13 Thread Christopher Witte
After a recent git pull, I've been having some problems executing and editing babel code. The following will execute: #+srcname: Blah1 #+begin_src emacs-lisp :results value (concat works) #+end_src #+results: Blah1 : works #+call: Blah1(x=1) :results value raw #+results: Blah1(x=1) works

Re: [O] Using Emacs, Org-mode and R for Research Writing in Social Sciencess

2014-05-14 Thread Christopher Witte
The latest version of Pandoc can now also read in org mode files http://johnmacfarlane.net/pandoc/releases.html#pandoc-1.12.4-07-may-2014 So perhaps the conversion of Org-Latex is no longer needed. Chris. On 14 May 2014 09:00, Vikas Rawal vikasli...@agrarianresearch.org wrote: pandoc -f

[O] Section of Org manual on images in latex export

2014-06-17 Thread Christopher Witte
Hi all, After quite a bit of mucking around and finally resorting to checking the source code, I worked out how to wrap an image in a figure environment without a caption. The final solution #+ATTR_LATEX: :float figure was trivial, but the manual wasn't too helpful on this particular subject.

Re: [O] Section of Org manual on images in latex export

2014-06-19 Thread Christopher Witte
On 19 June 2014 00:20, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Actually, it is #+ATTR_LATEX: :float t hmmm, I'm sure I tried that and it didn't work, but I just tested it again and now it is working. I'm not sure what I did wrong before. Thanks for clarifying that for me. Cheers

[O] XeLaTeX and the new exporter

2013-05-07 Thread Christopher Witte
Hi all, I had export working using XeLaTeX using the instructions from the FAQhttp://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export(with some slight modifications), but after upgrading to the new export it isn't working. It appears the hook org-export-latex-after-initial-vars-hook

Re: [O] Best way to make/add tech diagrams/graphics?

2013-05-21 Thread Christopher Witte
Asymptote http://asymptote.sourceforge.net/ would also be another option in a similar vein to TikZ. On 18 May 2013 01:14, John Hendy jw.he...@gmail.com wrote: On Fri, May 17, 2013 at 6:09 PM, Marcin Borkowski mb...@wmi.amu.edu.pl wrote: Dnia 2013-05-17, o godz. 11:40:17 John Hendy

Re: [O] XeLaTeX and the new exporter

2013-05-22 Thread Christopher Witte
Thanks, that fixed it. On 14 May 2013 12:04, Søren Mikkelsen so...@aamikkelsen.dk wrote: Hi Chris I asked the question a couple of weeks ago. Take a look at the hook: org-export-before-parsing-hook It worked for me. Best regards Søren On 2013-05-07 17:42, Christopher Witte wrote

Re: [O] XeLaTeX and the new exporter

2013-05-31 Thread Christopher Witte
+0200, Christopher Witte wrote: I had export working using XeLaTeX using the instructions from the FAQhttp://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export (with some slight modifications), but after upgrading to the new export it isn't working. It appears the hook org

Re: [O] XeLaTeX and the new exporter

2013-06-03 Thread Christopher Witte
Sure, I'll give it a try, but I might not get around to it for a few days. Cheers, Chris. On 1 June 2013 08:43, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Christopher, Would you like to provide a patch? - Carsten On 31.5.2013, at 09:58, Christopher Witte ch...@witte.net.au

[O] Multicolumn figures with the new exporter

2013-06-13 Thread Christopher Witte
Hi all, I can't get the multicolumn option to attr_latex to work with the new exporter (to generate a figure* environment). Any one know how to do this? Thanks, Chris.

[O] Unexpected behaviour with gnuplot source blocks

2013-06-18 Thread Christopher Witte
Hi all, I had some wierd behaviour with gnuplot source blocks and I'm not sure of the best way to fix it. I have gnuplot source blocks that write output files that I insert into the document using links, as such: #+begin_src gnuplot :file transInc.eps reset set encoding utf8 set

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Christopher Witte
On 20 June 2013 18:12, Eric Schulte schulte.e...@gmail.com wrote: Why not do the following instead which would be equivalent and simpler. The output will be automatically set from the value of your :file header argument. #+begin_src gnuplot :file fig/transInc.eps reset set encoding

Re: [O] Problems with org-bibtex

2013-11-21 Thread Christopher Witte
I have found that opening a (any) bibtex file fixes this for the session. I have no idea why though. Chris. On 21 November 2013 09:25, Sean O'Halpin sean.ohal...@gmail.com wrote: Hi, I was just trying the same thing (prompted by the recent discussion). It turned out I had to #+begin_src

[O] Link to using calc in embedded mode with org-mode broken

2014-01-24 Thread Christopher Witte
Hi, In the orgmode manual section *15.10.1 Packages that Org cooperates with* http://orgmode.org/manual/Cooperation.html the link to using calc's embedded mode with org-mode is broken http://orgmode.org/calc/Embedded-Mode.html#Embedded-Mode Does anyone know what happened to that page? Cheers,

[O] Emacs freezes

2014-03-21 Thread Christopher Witte
Hi all, I'm getting a weird problem with orgmode and flyspell mode. Using the latest version of org from git, open the attached file test.org and run M-x flyspell-mode, emacs will lock up. It has something to do with tables. Alternatively, make a new (empty) org file, run flyspell-mode, and

Re: [O] Emacs freezes

2014-03-24 Thread Christopher Witte
Fantastic! All working now. Cheers, Chris On 22 March 2014 09:19, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Christopher Witte ch...@witte.net.au writes: I'm getting a weird problem with orgmode and flyspell mode. Using the latest version of org from git, open the attached file

[O] Narrow to sparse tree

2012-09-06 Thread Christopher Witte
I keep a bibliography in an org file using the excellent org-bibtex functionality. It has over 100 entries with a first level heading for each item. I tag each of the items with keywords/topics. Using sparse trees I can quickly find and navigate to items matching a particular tag, but if only 4

Re: [O] Narrow to sparse tree

2012-09-06 Thread Christopher Witte
2012 à 15:46:42 (+0200), Christopher Witte a écrit : I keep a bibliography in an org file using the excellent org-bibtex functionality. It has over 100 entries with a first level heading for each item. I tag each of the items with keywords/topics. Using sparse trees I can quickly find

[O] Visibility cycling with inline tasks

2012-09-13 Thread Christopher Witte
Hi all, I have a document with lots of inline tasks scattered throughout it. I want to get an overview of the document so I use S-TAB to cycle to CONTENTS, when I do that all of the inline tasks are displayed like this: * 1 ** 2 *** TODO 4 *** END *** TODO 5

Re: [O] Visibility cycling with inline tasks

2012-09-23 Thread Christopher Witte
Thanks Carsten and Bastien! On 22 September 2012 11:03, Carsten Dominik carsten.domi...@gmail.com wrote: GReat, thanks! - Carsten On 22.9.2012, at 11:02, Bastien wrote: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I agree that this would be a good default, but not with

Re: [O] Publishing one org-file as many html files

2012-10-16 Thread Christopher Witte
o-blog should be able to do that, see: http://renard.github.com/o-blog/tips/2012/01/07_creating-a-blog.html On 16 October 2012 18:23, Vincent Beffara vbeffara...@gmail.com wrote: Dear list, Is there a way to publish a huge org file, typically containing a single date-tree, into one html file

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Witte
It probably has something to do with this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html That thread was about auctex prompting for the master file name every time an org file is opened. On 26 October 2012 10:43, Christopher Schmidt christop...@ch.ristopher.com

Re: [O] Using Pandoc for export to EPub and Mediawiki Re: Bug: Status of the org-mediawiki.el [7.8.11]

2013-01-07 Thread Christopher Witte
For a quick work around, Pandoc can read in HTML, so perhaps you can export org to HTML and then process it with Pandoc. You can even use the following script so you can pipe it from the command line. #!/usr/bin/emacs --script ;read stdin into a temp buffer ;go into org-mode ;output the buffer as

Re: [O] C / C++ standard org file

2013-01-09 Thread Christopher Witte
Pandoc http://johnmacfarlane.net/pandoc/ should be able to handle the conversion of html to org (but unfortunately not the reverse). Chris. On 9 January 2013 10:01, Jambunathan K kjambunat...@gmail.com wrote: Noah Eli Abrams noaheliabr...@aol.com writes: Has anyone made an org-file out of

[O] orgmode and auctex

2012-02-07 Thread Christopher Witte
I've had a small problem with orgmode and auctex. Follwing the auctex quickstart I added the following to my .emacs (setq-default TeX-master nil) and then from the orgmode FAQ to setup reftex in orgmode I added the following (defun org-mode-reftex-setup () (load-library reftex) (and

Re: [O] orgmode and auctex

2012-02-09 Thread Christopher Witte
wrote: Christopher Witte ch...@witte.net.au wrote: I've had a small problem with orgmode and auctex. Follwing the auctex quickstart I added the following to my .emacs (setq-default TeX-master nil) and then from the orgmode FAQ to setup reftex in orgmode I added the following

Re: [O] orgmode and auctex

2012-02-11 Thread Christopher Witte
it again yet. Nick so maybe, if you do not want to get prompted, you could try setting (setq-default TeX-master t). Cheers Tomy Christopher Witte ch...@witte.net.au writes: OK so using the setq-default inside a hook is probably not a good idea. But I can reliably

Re: [O] orgmode and auctex

2012-02-20 Thread Christopher Witte
, you could try setting (setq-default TeX-master t). Cheers Tomy Christopher Witte ch...@witte.net.au writes: OK so using the setq-default inside a hook is probably not a good idea. But I can reliably reproduce this problem, I'm surprised you couldn't. If I

Re: [O] orgmode and auctex

2012-02-24 Thread Christopher Witte
It's been working for me so far so I think I'll stick with it. Thanks for all your help. Chris. On 24 February 2012 06:34, Nick Dokos nicholas.do...@hp.com wrote: Christopher Witte ch...@witte.net.au wrote: Hi all, (setq TeX-auto-save t) (setq TeX-parse-self t) (setq-default TeX

Re: [O] [babel] keep source code buffer open

2012-04-11 Thread Christopher Witte
Here is a keyboard macro I used with some success (fset 'org-execute-from-indirect   (lambda (optional arg) Keyboard macro. (interactive p) (kmacro-exec-ring-item (quote (C-c ' C-c C-c C-' 0 %d)) arg))) basically it just exits the source code buffer, compiles and then reopens the source code

Re: [O] [OT] Generate animations (programmatic)

2012-06-19 Thread Christopher Witte
Perhaps Asymptote would meet your needs: http://asymptote.sourceforge.net/ It is even supported by babel, can output to multiple formats (mpg, gif, SVG, 3D pdf and many others) and is fully programmable (depending on the complexity of your models, you could directly program it in Asymptote, it has

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-17 Thread Christopher Witte
On 17 July 2012 16:53, Rian Murphy rianmur...@yahoo.com wrote: Giovanni Ridolfi giovanni.ridolfi at yahoo.it writes: ... I'd prefer to use capture on my Ubuntu installation. I searched the gmane archives and didn't find any clues. Pelase, do M-x emacs-version and M-x org-version in

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-17 Thread Christopher Witte
On 17 July 2012 18:10, Rian Murphy rianmur...@yahoo.com wrote: Christopher Witte chris at witte.net.au writes: On 17 July 2012 16:53, Rian Murphy rianmurphy at yahoo.com wrote: Giovanni Ridolfi giovanni.ridolfi at yahoo.it writes: ... I'd prefer to use capture on my Ubuntu installation

Re: [Orgmode] [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Christopher Witte
I'm having trouble getting the new version of babel to work with haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fine for emacs-lisp. I had to change the variable LISPF in the Makefile to: LISPF =org.el \ . babel/ob.el

Re: [Orgmode] [ANN] Org-babel integrated into Org-mode

2010-07-02 Thread Christopher Witte
Eric, Thanks, it all appears to be working now. Cheers, Chris. On 28 June 2010 18:59, Eric Schulte schulte.e...@gmail.com wrote: Hi Christopher, Christopher Witte ch...@witte.net.au writes: I'm having trouble getting the new version of babel to work with haskell and R under Ubuntu 10.04

[Orgmode] Problem with Babel and sessions

2010-09-09 Thread Christopher Witte
I'm having a bit of trouble with org bable and R. When I try to execute the code below (C-c C-c on the call line), as you can see, I get the results :nil --- #+tblname: tableTestBabel | 0 | 4.40 | | 30 | 4.54 | | 60 | 7.09 | | 90 | 9.40 | | 120 | 9.22 | |

[Orgmode] Re: Proposed New Syntax For Calling Code Blocks was: Problem with Babel and sessions

2010-09-13 Thread Christopher Witte
the community thinks of this new syntax. As an unrelated note, we also need to think of a natural way to allow the header argument portion of a code block to span multiple lines. Best -- Eric Christopher Witte ch...@witte.net.au writes: I'm having a bit of trouble with org bable and R. When I try

[Orgmode] Repeating timestamps with a finish date

2010-10-19 Thread Christopher Witte
Hi, Is there a way to get timestamps that repeat (say weekly) up to a certain date when it stops repeating? I have a weekly appointment that will only go for the next 8 weeks and I don't want to have to input each appointment separately and I don't want it cluttering up my diary beyond it's end

[Orgmode] Re: Repeating timestamps with a finish date

2010-10-19 Thread Christopher Witte
Sorry, I didn't see the other current thread on this, please ignore. On 19 October 2010 13:48, Christopher Witte ch...@witte.net.au wrote: Hi, Is there a way to get timestamps that repeat (say weekly) up to a certain date when it stops repeating? I have a weekly appointment that will only

[Orgmode] Org and ido mode

2010-10-19 Thread Christopher Witte
Hi, I have org-completion-use-ido set to true but when I try and attach a file it doesn't use ido, is there any way to change this? Cheers, Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Subtle bug with capture and refile

2010-10-21 Thread Christopher Witte
The new org capture has been working great but I have just come across a subtle bug that has taken me a while to reliably reproduce. I have org set up to add TODO captures to the top of my organiser.org file. If you try and refile the capture TODO and the cursor is at the bottom of the capture

Re: [Orgmode] Org and ido mode

2010-10-23 Thread Christopher Witte
Carsten, C-c C-a a or any of C-c C-a c/m/l don't give me an ido find file. Cheers Chris. On 22 October 2010 18:03, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 19, 2010, at 5:20 PM, Christopher Witte wrote: Hi, I have org-completion-use-ido set to true but when I try

Re: [Orgmode] Org and ido mode

2010-10-26 Thread Christopher Witte
I just downloaded ido-hacks.el and added the following lines to my .emacs (require 'ido-hacks) (ido-hacks-mode t) but it still does use ido for attachments. Chris On 23 October 2010 22:45, Samuel Wales samolog...@gmail.com wrote: Look for ido-hacks.el. -- Postdoctoral Research Fellow

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Christopher Witte
On 19 January 2011 18:41, Eric Schulte schulte.e...@gmail.com wrote: The reason that I push back against this, is that I often times accidentally use a tangle path in which the directory does not exist and the error notification serves as a useful warning that I either mis-typed the

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Christopher Witte
Hi Sagar, I think you either want a repeating task see http://orgmode.org/manual/Repeated-tasks.html or to use org-clone-subtree-with-time-shift see http://orgmode.org/manual/Structure-editing.html#Structure-editing I think repeated tasks repeat for ever, so from your description

Re: [O] How to end a :session?

2015-05-28 Thread Christopher Witte
perhaps what you want is a named session, see http://orgmode.org/manual/session.html On 28 May 2015 at 10:44, Rainer M Krug rai...@krugs.de wrote: Hi I can start a session as follow: --8---cut here---start-8--- #+begin_src R :session Test cat(Session