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 wrote: > Hi > > I can start a session as follow: > > --8<---cut here---start->8--- > #+begin_src R :session Test > cat("Session Test\n")

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 org-clone-subtr

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 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 Chris.

[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] 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 wrote: > > > > pandoc -f latex -t docx test.tex -o tes

Re: [O] Emacs freezes

2014-03-24 Thread Christopher Witte
Fantastic! All working now. Cheers, Chris On 22 March 2014 09:19, Nicolas Goaziou wrote: > Hello, > > Christopher Witte writes: > > > I'm getting a weird problem with orgmode and flyspell mode. Using the > > latest version of org from git, open the attache

[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 start

[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, Ch

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 wrote: > Hi, > > I was just trying the same thing (prompted by the recent discussion). > It turned out I had to > > #+begin_src emacs-lisp > (b

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Christopher Witte
On 20 June 2013 18:12, Eric Schulte 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 utf8 > . > #+

[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 outp

[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.

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 wrote: > Hi Christopher, > > Would you like to provide a patch? > > - Carsten > > On 31.5.2013, at 09:58, Christopher Witte wrote: &g

Re: [O] XeLaTeX and the new exporter

2013-05-31 Thread Christopher Witte
ling a few times. Perhaps the FAQ should be split up into a few different questions: 1. minimum setup for XeLaTeX, something similar to your setup 2. how to use latexmk Cheers, Chris On 22 May 2013 19:07, Suvayu Ali wrote: > Hi Christopher, > > On Tue, May 07, 2013 at 05:42:04PM +0200

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 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

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 wrote: > On Fri, May 17, 2013 at 6:09 PM, Marcin Borkowski > wrote: > > Dnia 2013-05-17, o godz. 11:40:17 > > John Hendy napisał(a): > > > >> On Fri, May 17, 20

[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 FAQ(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 i

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 wrote: > Noah Eli Abrams writes: > > > Has anyone made an org-file out of the C / C++ standards? Would make > > lo

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] 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 wrote: > Suvayu Ali writes: >>

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 wrote: > Dear list, > > Is there a way to publish a huge org file, typically containing a single > date-tree, into one html file per day / per lea

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 wrote: > GReat, thanks! > > - Carsten > > On 22.9.2012, at 11:02, Bastien wrote: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> I agree that this would be a good default, but not with a hard-coded 6. >>> >>> (add-hook

[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- 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] Narrow to sparse tree

2012-09-06 Thread Christopher Witte
: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 c

[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] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-17 Thread Christopher Witte
On 17 July 2012 18:10, Rian Murphy wrote: > Christopher Witte witte.net.au> writes: > >> >> On 17 July 2012 16:53, Rian Murphy yahoo.com> wrote: >> > Giovanni Ridolfi yahoo.it> writes: >> > ... >> >> > I'd prefer to use

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

2012-07-17 Thread Christopher Witte
On 17 July 2012 16:53, Rian Murphy wrote: > Giovanni Ridolfi 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 both systems; then

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] [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

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 wrote: > Christopher Witte wrote: > > > Hi all, > > > > (setq TeX-auto-save t) > > (setq TeX-parse-self t) > > (s

Re: [O] orgmode and auctex

2012-02-20 Thread Christopher Witte
It then checks if tex-main-file is defined as a function > (i.e. Emacs LaTeX mode is loaded) and if so calls it. Then it check if > TeX-master is t (in which case (buffer-file-name) is called to set the > master, or 'shared (in which case it reads the file name) or non-nil (in > which

Re: [O] orgmode and auctex

2012-02-11 Thread Christopher Witte
roduce that behavior when I tried it but I have not tried > 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 > > > > > > > >

Re: [O] orgmode and auctex

2012-02-09 Thread Christopher Witte
Cheers Chris. On 7 February 2012 19:15, Nick Dokos wrote: > Christopher Witte 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) > > >

[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 (buff

[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: syn

[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 org-inl

Re: [O] Problem with org-crypt

2011-09-02 Thread Christopher Witte
On Fri 02 Sep 2011 10:43:11 AM CEST, Pieter Praet wrote: On Wed, 31 Aug 2011 12:04:52 +0200, Christopher Witte wrote: Hi all, I've been using org-crypt and find it a great little addition to org-mode, but I have been noticing some weird behaviour. When I'm in a file that has NO

[O] Problem with org-crypt

2011-08-31 Thread Christopher Witte
Hi all, I've been using org-crypt and find it a great little addition to org-mode, but I have been noticing some weird behaviour. When I'm in a file that has NO encrypted entires (or :crypt: tags) and I archive a sub tree, I get asked the question "org-decrypt: auto-save-mode may cause leaka

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 Witte wrote: You could try using XeLaTeX, 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

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] Formal description of Org files

2011-07-18 Thread Christopher Witte
On 18 July 2011 01:14, Eric Schulte 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 Org-mode and other d

[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) work

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 wrote: > Chr

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 wrote: > Christopher

[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] Status google calendar sync

2011-01-31 Thread Christopher Witte
On 30 January 2011 02:21, Eric S Fraga wrote: > Torsten Wagner 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) so can't do org that > way. > Ap

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

2011-01-20 Thread Christopher Witte
On 19 January 2011 18:41, Eric Schulte 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 directory or need to create

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 wrote: > Look for ido-hacks.el. > -- Postdoctoral Research Fellow Molecular Imaging Group

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 wrote: > > On Oct 19, 2010, at 5:20 PM, Christopher Witte wrote: > > Hi, >> >> I have org-completion-use-ido set to true but when

Re: [Orgmode] Subtle bug with capture and refile

2010-10-22 Thread Christopher Witte
Work for me too, thanks for the quick fix! Cheers Chris. On 21 October 2010 22:27, Carsten Dominik wrote: > Thanks for doing the testing. > > - Carsten > > > On Oct 21, 2010, at 8:29 PM, John Rakestraw wrote: > > Hi, Carsten -- >> >> On Thu, 21 Oct 2010, Carsten Dominik wrote: >> >>> Hi Christ

[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 bu

[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 ht

[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 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

[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 d

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

2010-09-13 Thread Christopher Witte
tPolAngle[:session testBabel :file > testBabel.pdf](pol=tableTestBabel) > > I'd be interested to hear what 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 mu

[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 | | 1

Re: [Orgmode] Re: MathJax - use Tex/LaTeX/MathML in HTML pages

2010-08-04 Thread Christopher Witte
ASCIIMathML http://www1.chapman.edu/~jipsen/mathml/asciimath.html might also be an alternative, for that you need fonts on the client (Firefox, I don't think IE supports MathML out of the box), and it uses MathML so it is standard compliant. Regards Chris. On 4 August 2010 06:24, Bastien wrote:

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 wrote: > Hi Christopher, > > Christopher Witte writes: > >> I'm having trouble getting the new version of babel to work with >> haskell and R under Ubuntu 10.04 us

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