Re: [O] Bibtex export

2012-12-20 Thread Myles English
mohamed writes: > Myles, > Thank you for this answer. > I tried it with > --- > (add-to-list 'org-export-preprocess-hook > 'my-export-delete-headlines-tagged-noheading) > --- Sorry, I should have said: add it to org-export-before-processi

Re: [O] Bibtex export

2012-12-19 Thread Myles English
Hi Mohamed, mohamed writes: > Usually I write > --- > * Section a > > ... > * Bibliograpy :noheading: > > \clearpage > \bibliographystyle{acm} > \bibliography{biblio.bib} > If you use this function then the Bibliography heading won't be duplicated: #+begin_src e

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Myles English
Hi, Eric Schulte writes: > In the interim it, one solution which I personally like for large > projects is to offload compilation into an external batch Emacs process. > I find this not only useful for compilation while working, but if you > place all relevant config into an init.el file loaded

[O] agenda entries from bbdb3 anniversaries, birthdays AND weddings?

2012-11-23 Thread Myles English
Hi, Following the example in the manual, the agenda can show (from bbdb3) either birthdays or weddings but can it show both? Does anyone have a solution to this? The choice is toggled by setting org-bbdb-anniversary-field to either 'birthday or 'wedding. The entry in an org agenda file is (as

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Myles English writes: > >> Hi Yagnesh, >> >> Yagnesh Raghava Yakkala writes: >>> I have been using example setting suggested by Nicolas >>> (http://article.gmane.org/gmane.emacs.orgmode/559

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Yagnesh, Yagnesh Raghava Yakkala writes: > I have been using example setting suggested by Nicolas > (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip > particular headline (with ignoreheading tag). > > It seems recent commit made this setup obsolete. could anybody s

Re: [O] Beamer frame with an empty title ?

2012-11-17 Thread Myles English
Hi Fabrice and Nicolas, Fabrice Popineau writes: > That would be definitely nice. I think it is quite common that you want to > get rid of everything to have more space for a big drawing > (moreover it breaks the monotony of the layout) I don't fully understand this thread but to get a full fra

Re: [O] [PATCH] org-e-latex: Fixes bug introduced by commit 907110e

2012-11-17 Thread Myles English
I forgot the say TINYCHANGE. Myles English writes: > Fixes bug reported to the mailing list with "[O] [BUG] centering export > of babel results". > > From e9e99b22d814c1272475f30e4bc7543cc46603f4 Mon Sep 17 00:00:00 2001 > From: Myles English > Date: Sat, 17 Nov 2

Re: [O] [BUG] centering export of babel results

2012-11-17 Thread Myles English
Hi Andreas, Andreas Leha writes: > Andreas Leha writes: > >> Hi all, >> >> There is a bug in the newly introduced centering-instead-of-center >> feature when it comes to babel results. Thanks for reporting it. >> Here is the problem (already *unintentionally* centered): I don't know how to i

[O] [PATCH] org-e-latex: Fixes bug introduced by commit 907110e

2012-11-17 Thread Myles English
Fixes bug reported to the mailing list with "[O] [BUG] centering export of babel results". >From e9e99b22d814c1272475f30e4bc7543cc46603f4 Mon Sep 17 00:00:00 2001 From: Myles English Date: Sat, 17 Nov 2012 15:18:16 + Subject: [PATCH] org-e-latex: Fixes bug introduced by c

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-14 Thread Myles English
Sebastien Vauban writes: > Hi Nick, > > Nick Dokos wrote: >> Nick Dokos wrote: >>> >>> I think I read the whole thread but I'm still not clear on why >>> the change is needed. What goes awry with the environment instead >>> of the declaration? >> >> Never mind - I didn't read the whole thread.

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
Sebastien Vauban writes: > Hi Myles and Nick, > > Nick Dokos wrote: >> Myles English wrote: >>> Sebastien Vauban writes: >>> > Myles English wrote: >>> >> This patch replaces every occurence of the \begin{center} environment >>>

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Hi Myles, > > Myles English wrote: >> This patch replaces every occurence of the \begin{center} environment >> with \centering in the file contrib/lisp/org-e-latex.el. >> ... >> - (format "\\begin{center}\n%s\\e

Re: [O] [new exporter] no \caption and \label upon export of #+BEGIN_LATEX block

2012-11-13 Thread Myles English
Hi Nicolas, Thanks for your help. I am responding with a couple of points just to complete this thread, in case someone else is wondering about the same thing. Nicolas Goaziou writes: > Myles English writes: > >> I'd like to use a tikz snippet in a few different documents a

[O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
this: \RequirePackage[l2tabu, orthodox]{nag} ) Myles >From 54ae2245978fa755cd5daa483616ffdfa3e5ed0f Mon Sep 17 00:00:00 2001 From: Myles English Date: Tue, 13 Nov 2012 14:14:56 + Subject: [PATCH] org-e-latex: Tables get correct amount of vertical space * contrib/lisp/org-e-latex

Re: [O] [new exporter] no \caption and \label upon export of #+BEGIN_LATEX block

2012-11-10 Thread Myles English
Myles English writes: > Hello, > > I'd like to use a tikz snippet in a few different documents and it would > be convenient to be able to include it in a latex document like so: > > #+CAPTION: a fine figure > #+NAME: figure:fine_figure > #+ATTR_LaTeX: width=5cm &

[O] [new exporter] no \caption and \label upon export of #+BEGIN_LATEX block

2012-11-10 Thread Myles English
Hello, I'd like to use a tikz snippet in a few different documents and it would be convenient to be able to include it in a latex document like so: #+CAPTION: a fine figure #+NAME: figure:fine_figure #+ATTR_LaTeX: width=5cm #+BEGIN_LATEX \input{/home/myles/tex/tikz_figure.tex} #+END_LATEX Wha

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Myles English
Nicolas Goaziou writes: > Colons are now allowed in targets. > > Thanks for submitting the suggestion. Thanks a lot Nicolas. In case anyone else finds this useful, here is the filter I'll use to replace \ref with \autoref: (defun my-autoref-filter-link-func (output backend info) (when (

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Myles English
Nicolas Goaziou writes: >> One problem I am having is that the exported LaTeX replaces the ":" with >> a "-" to become \ref{tab-niceone} which precludes the use of (e.g.) >> \autoref which would need to know that the thing being referenced was a >> table by recognising the "tab:", no? I am sure

Re: [O] error: Execution of bibtex2html

2012-11-06 Thread Myles English
Hi Vikas, Vikas Rawal writes: >> >> Just a couple of obvious suggestions; are you sure bibtex2html is in >> your path when you launch Emacs? Maybe adding /usr/local/bin to your >> PATH will do the trick. I would put such modifications in >> ~/bash_profile (assuming you use bash as shell), log

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-06 Thread Myles English
Hi Nicolas, Nicolas Goaziou writes: > Myles English writes: > [..] >> So, the label tab:niceone exports as \label{tab-niceone}. Is that right >> or am I using the wrong syntax somewhere? > > The correct syntax is: > > [[tab:niceone]] > > It will allo

[O] [new exporter] what is the label syntax for LaTeX export?

2012-11-05 Thread Myles English
Hi, If my org file has: #+CAPTION[Here is a table]: A nice table #+NAME: tab:niceone | a | Look at my \ref{tab:niceone}. then M-x org-export-dispatch l L gives me: \begin{table}[htb] \caption[Here is a table]{\label{tab-niceone}A nice table} \begin{center} \begin{tabular}{l} a\\ \end{tabu

Re: [O] [bug] Export and tangle

2012-10-29 Thread Myles English
Hi Sébastien, Sébastien Delafond writes: > Hi fellows, > > just got the following bug report[0] from a Debian user: > > Typing C-c C-v t on the following file creates only bar.txt but not > foo.txt as expected. I just tried this with the git head and get the two files. Of course, it doesn'

Re: [O] [bug] [new-exporter] #+includes in non-exported regions do not work

2012-10-28 Thread Myles English
Hi Eric, You have: #+include: uml.org I think it should be: #+include: "uml.org" I have haven't tried it though. Myles Eric S Fraga writes: > Hello, > > with an up to date org, I cannot get the attached minimal example to > export using the new exporter. I have try exporting to latex

[O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Myles English
>From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001 From: Myles English Date: Fri, 26 Oct 2012 12:38:09 +0100 Subject: [PATCH] Clocking: Move to task before calling org-clock-in-prepare-hook * lisp/org-clock.el (org-clock-in): Moved the call to org-clock-in-prepare-h

Re: [O] Setting width of babel-generated image in LaTeX export?

2012-10-24 Thread myles english
Hi Michael, Michael Gauland writes: > I'm having trouble specifying the width of an image I export to LaTeX (with > either the new or old exporter). The snippet below demonstrates my problem. It > uses plantuml to generate an image file, using ATTR_LaTeX to specify the > width. > When exported,

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread myles english
Nick Dokos writes: > Hsiu-Khuern Tang wrote: > >> Hi, >> >> Sorry if this has been reported -- a brief search didn't turn up anything. >> >> Start with this 3-line org file: >> >> -- >> #+begin_example >> >> #+end_example >> ---

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread Myles English
Hi Hsiu, Hsiu-Khuern Tang writes: > What I get is this: > -- > #+begin_example test#+end_example > -- > > Anyone else able to reproduce this? I can't, I get: #+begin_example test #+end_example wi

Re: [O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Myles English
Thanks Tom! Apart from looking at the code, could I have found that out from somewhere? Myles Thomas S. Dye writes: > Aloha Myles, > > The syntax is different in the new exporter. > > #+CAPTION[short]: long > > All the best, > Tom > > "Myles English&qu

Re: [O] [new exporter] two unexpected behaviours of an #+INCLUDEd #+call

2012-10-22 Thread Myles English
Myles English writes: > Hi, > > I think there is a bug here. Just adding some evidence: similar behaviour was reported in this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg00634.html Myles > > > Given the situation below, I would expect that the block

[O] [new exporter] [latex] #+CAPTION: [short]{long}

2012-10-22 Thread Myles English
Hello, Should it possible to do this yet: #+CAPTION: [short]{long} with the new exporter, as it is with the current exporter? Thanks, Myles

Re: [O] Word wrap in org-mode

2012-10-22 Thread Myles English
Chris Henderson writes: > On Mon, Oct 22, 2012 at 9:47 AM, Myles English wrote: >> >> Chris Henderson writes: >> >>> Is there a way to do word wrap in org-mode? When I copy and paste long >>> texts, it goes across the window. Alt-q doesn't do word wr

Re: [O] Word wrap in org-mode

2012-10-21 Thread Myles English
Chris Henderson writes: > Is there a way to do word wrap in org-mode? When I copy and paste long > texts, it goes across the window. Alt-q doesn't do word wrap. Maybe I am misunderstanding, but M-q works for me and is bound to `(fill-paragraph)', perhaps yours is bound to something else? Press:

Re: [O] [new exporter] latex: why does {{}} become \{\{\}\} ?

2012-10-21 Thread Myles English
cbe...@tajo.ucsd.edu writes: > Charles Berry writes: > > > NEVER MIND. > > I just restarted my emacs and the export went as it should without the > offending > > \begin{latex} > \end{latex} > > lines. > > Likely someting weird in my setup caused this. That happend to me too but I don't know wha

[O] how about allowing links in #+INCLUDE: ?

2012-10-18 Thread Myles English
Hi, Lines like this (from the manual): #+INCLUDE: "~/.emacs" :lines "10-"Include lines from 10 to EOF could be more flexible if we were able to do: #+INCLUDE: "~/.emacs" :link [[link to a headline]] because it allows the included file to change (e.g) the number of header lines. There may

[O] [new exporter] two unexpected behaviours of an #+INCLUDEd #+call

2012-10-18 Thread Myles English
Hi, I think there is a bug here. Given the situation below, I would expect that the block named xxx would never be evaluated: #- file b.org --- #+TITLE: b.org #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport * A heading:noexpo

Re: [O] org-export-expand-include-keyword doesn't handle inline tasks well

2012-10-16 Thread Myles English
Nicolas Goaziou writes: > Hello, > > "Myles English" writes: > >> When a tree includes another file tree by using the #+INCLUDE keyword, >> the imported headlines are demoted by appending an appropriate number >> of asterisks. The problem is when an

Re: [O] [new exporter] latex: why does {{}} become \{\{\}\} ?

2012-10-16 Thread Myles English
Nicolas Goaziou writes: > You're writing LaTeX code in an Org buffer. This is only possible to > a limited extent. In particular, these lines should indeed go within > a LaTeX block. Otherwise, they will be protected to appear as-is in the > output. Thanks, just confirming that was helpful, me a

[O] [new exporter] latex: why does {{}} become \{\{\}\} ?

2012-10-16 Thread Myles English
Hi, Org-mode version 7.9.2 (release_7.9.2-441-gf287ab @ /home/myles/.emacs.d/plugins/org-mode/lisp/) Can anyone tell me please why (in the examples below) {} exports fine but {{}} exports as \{\{\}\} ? Am I meant to wrap these in #+begin_latex blocks? In my .org file: \tikzset{help lines/.st

[O] org-export-expand-include-keyword doesn't handle inline tasks well

2012-10-16 Thread Myles English
Hi, When a tree includes another file tree by using the #+INCLUDE keyword, the imported headlines are demoted by appending an appropriate number of asterisks. The problem is when an inline task is included, the number of asterisks seems to make it unrecognisable as an inline task. Can some

Re: [O] export of #+INCLUDE appears broken with :exports results

2012-10-15 Thread Myles English
Hi Sebastien, Sebastien Vauban writes: > Did you try first locally in the same file? Eh? Include the file in itself? If you mean did I execute the source block: yes, and it works. > Did you try with downcase for the TBLNAME keyword? I know it (all upper or > down-case) was important at some

[O] export of #+INCLUDE appears broken with :exports results

2012-10-15 Thread Myles English
Hi, Trying to export as ascii an included file fails with "Reference 'example-table' not found in this buffer". Is this a bug? This is the contents of the file I run C-c C-e a from: * Main #+INCLUDE: "./org-example.org" Where org-example.org contains only the example at http://orgmode.org/org

Re: [O] BIBINPUT in .bashrc not recognized by Emacs

2012-10-13 Thread Myles English
Hi Sanjib, Sanjib Sikder writes: > Hi, > > I was trying to set a location for my bibliography files which can be found > by org mode. The following lines in .bashrc does not work with orgmode > latex export > > export TEXINPUTS=".//:$HOME/bibFiles//:$TEXINPUTS" > export BSTINPUTS=".//:$HOME/bibF

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-10-12 Thread Myles English
my-progress.el Description: application/emacs-lisp I have a solution that does everything I need apart from exclude DONE items from the CLOCKSUM property. Writing it here for posterity. I get a table like this (Note: the "0:08" is from a DONE task that is excluded from the table and the other

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-10-12 Thread Myles English
Just in case anyone is following this, but it is starting to feel like my own personal thread. >> 4 Improvements necessary to make it truly useful >> 1. Solved. >> 2. Accumulate the time Remaining in the same way that CLOCKSUM does; >> it

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-10-11 Thread Myles English
Just an update to say I have managed to do one of the things I was asking for help with. As with most things, it was easier than I thought. Myles English writes: > Hi orgees, > > In March I had a go at making a "Remaining work/progress report"[1]. > Having make some prog

[O] Remaining work/progress report: nearly useful, help needed

2012-10-10 Thread Myles English
Hi orgees, In March I had a go at making a "Remaining work/progress report"[1]. Having make some progress, I am looking for: - help, - collaborators, - opinions on whether this would be useful enough to be worth the effort, - whether anyone else has something like this (but better) and - any o

[O] Bug: tangling inserts blank line at top of file [7.9.1 (release_7.9.1-401-g2bd95b @ mypath)]

2012-09-30 Thread Myles English
Using git master 2bd95b6b of Fri Sep 28 10:05:20 2012, if I tangle this with org-babel-tangle: #+BEGIN_SRC sh :tangle file.sh a #+END_SRC then file.sh would contain a blank line at the top, which I would not have expected to be there. Myles Emacs : GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu,

[O] Bug: Links with descriptions containing dates should be open the link not the agenda [git master 1aae9d83b]

2012-09-27 Thread Myles English
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Hi Suvayu, Suvayu Ali writes: > On Tue, Sep 25, 2012 at 02:59:55PM +0100, Myles English wrote: >> >> Hello again, >> >> Does anyone have a solution to this? I am attempting to give one slide >> only a background image. >> >> I can set the ba

Re: [O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Well reading the manual/src helped, of course, and I have altered the example below if any one else is wondering. Because I have H:2 in the #+OPTIONS line, a level 1 heading does not make a frame and can be used sneak in some latex. Myles English writes: > Does anyone have a solution to t

[O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Hello again, Does anyone have a solution to this? I am attempting to give one slide only a background image. I can set the background image but can't unset it because the latex directive needs to come after the \end{frame} of the slide with the background and before the \begin{frame} of the sli

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Hi Myles, > > "Myles English" wrote: >> It would be nice to be able to exclude inline tasks from (the new) >> beamer export using: >> >> #+BEGIN_SRC elisp >> (setq org-inlinetask-export nil) >> #+END_SR

[O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Myles English
Hi, It would be nice to be able to exclude inline tasks from (the new) beamer export using: #+BEGIN_SRC elisp (setq org-inlinetask-export nil) #+END_SRC After that, it would also be nice to be able to toggle the var using an #+OPTION. Thanks, Myles

Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns?

2012-09-25 Thread Myles English
Nicolas Goaziou writes: > You can have a look at the following example: > > --8<---cut here---start->8--- > #+TITLE: Two columns > #+LaTeX_CLASS: beamer > #+BEAMER_THEME: Rochester [height=20pt] > #+BEAMER_COLOR_THEME: spruce > > * Frame title > > Some text b

[O] [org-e-beamer-export-to-pdf] Slide with two columns?

2012-09-23 Thread Myles English
Hi, Can anyone make a two column slide yet? Like this example for the old exporter: http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org It looks as if it should be possible (by which I mean the appropriate properties are available), just wondering if it is something wrong

[O] org-capture-template suspicious behaviour of expansion elements

2012-09-11 Thread Myles English
Hi, Using the git repo, I am fairly sure that one of my capture templates stopped working sometime in the last few weeks, no so much as to warrant a bug report but thought I would point it out as it may be unintended or part of a bigger picture: #+begin_src elisp (setq org-capture-templates (quo

Re: [O] Batch processing part of a file

2012-08-22 Thread Myles English
Nick Dokos writes: > Loris Bennett wrote: > >> Dear List, >> >> I have an orgmode file for collecting data and producing a plot. The >> file contains a Perl script which runs on a remote machine and generates >> Graphviz input. This is then used to create a PDF file. >> >> I have had a look

Re: [O] Do Groff letter modes work in latest git? (Yes, they do)

2012-08-19 Thread Myles English
Luis Anaya writes: > Myles English writes: > >> Luis Anaya writes: >> I have been using the latest git, so git needs updating I think. >> > > Try now... I might have forgotten to push it up :-|. I checked it now. Let > me know. > > Luis Thank very much it works well now. Myles

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > This code tells me that that you have a very old version. These are > defined in the org-e-groff.el, at the end If you are picking it up from Git, > make sure > that you get the latest and greatest. I have been using the latest git, so git needs updating I think. Myles

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Myles English writes: > >> Thanks for checking but did you start with emacs -Q ? > > I tried with emacs -Q. I loaded the following from *scratch* > > #+begin_src emacs-lisp > > (add-to-list 'load-path "/sdcard-ext/org-mode/lisp"

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Hi: > > The following does look like a letter, or at least it is formatted > according to what Groff provides. Note on the class type. Thanks for checking but did you start with emacs -Q ? I tried it and I don't get a letter. I get the attached screenshot. Is that what yo

Re: [O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Luis Anaya writes: > Which class were you using? Internal will look like a memo. Try the > #+GROFF_CLASS: block or #+GROFF_CLASS: semiblock > >> 2. open an org document containing: >> >> #+AUTHOR: Mickey Mouse >> #+TITLE: Example from Worg >> #+GROFF_CLASS: letter > > No, you want to use fullbloc

[O] Do Groff letter modes work in latest git?

2012-08-19 Thread Myles English
Hi, Following the announcement that writing letters was possible using the Groff exporter in this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg00416.html I decided to have a go but the resulting pdf does not look much like a letter, more like a memo, and the tags :FROM: :T

Re: [O] The Quantified Shower (was: Introducing Octopress Exporter)

2012-08-07 Thread Myles English
He doesn't say how long it takes to wash his wife. Bastien writes: > I have long given up on reckoning how many I am (outside or inside), > and I'm always amazed at those attempts to quantify one's own life. > > I'm still trying to figure out if this post is a joke or not: > > http://jeapost

Re: [O] Use nomencl package with latex exporter?

2012-08-06 Thread Myles English
Johan Ekh writes: > Hi all, > I use the default latex exporter in org-mode v7.8 to write documents using > a custom latex class which is built on "article". > I would like to use the "nomencl" latex package if possible. > From the shell I usually run something like > > makeindex filename.nlo -s

Re: [O] [OT] Configuring bbdb 3

2012-07-25 Thread Myles English
Alan Schmitt writes: > Hello, > > Since I'm spending more and more time in Emacs, mostly in org mode, I > moved my email reading and writing there. Everything is happily > configured (I'm using gnus), Everything was hunky dory with my gnus...until I upgraded to Emacs 24, and my multiple IMAP a

Re: [O] [new exporter] Bug: dates enclosed in angle brackets

2012-07-17 Thread Myles English
Nicolas Goaziou writes: > Hello, > > Myles English writes: > >> A date entered with with C-c . exports without angle brackets in the old >> exporter but with angle brackets in the new exporter. I would have >> thought that without is preferable. > > Agreed.

[O] [new exporter] Bug: dates enclosed in angle brackets

2012-07-17 Thread Myles English
A date entered with with C-c . exports without angle brackets in the old exporter but with angle brackets in the new exporter. I would have thought that without is preferable. Thanks, Myles

Re: [O] Bug: new latex exporter, 'Stack overflow in equal' with identical headings

2012-07-16 Thread Myles English
Hi, Nicolas Goaziou writes: > Hello, > >> 1. copy the ECM below to a buffer >> 2. execute the lisp block >> 3. "M-x org-export-dispatch RET l" > > I cannot reproduce it but I have pushed a change that may be related to > your problem (elements cannot be compared with `equal'). > > Could y

[O] Bug: new latex exporter, 'Stack overflow in equal' with identical headings

2012-07-16 Thread Myles English
To reproduce: 1. copy the ECM below to a buffer 2. execute the lisp block 3. "M-x org-export-dispatch RET l" I would expect the orgmode doc to be exported to a latex buffer. What results is an error and the message "cdr: Stack overflow in equal bug" My setup: started with 'emacs -Q' and w

[O] Bug: reftex omits everything >= a closing } in a bib entry title [7.8.11

2012-07-12 Thread Myles English
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [O] using an exported zotero library with org-mode

2012-06-19 Thread Myles English
Yagnesh, >> On Wed, 20 Jun 2012 01:47:30 +0900, Yagnesh Raghava Yakkala said: > Hello, > Myles English writes: >> Hi, >> >> In case anyone else is wondering about this. >> >> There are now several examples of managing bibliographies a

[O] using an exported zotero library with org-mode

2012-06-19 Thread Myles English
Hi, In case anyone else is wondering about this. There are now several examples of managing bibliographies and associated papers in orgmode [1][2][3]. Typically these involve a collection of pdf journal papers, a .bib file, notes.org and draft_paper.org. There has also been a bit of discussio

Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Myles English
Hi Andreas, >> On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said: > Hi all, > I am having troubles in using the header argument :units which is > implemented for R source blocks. Example: > #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units "cm" > pl

Re: [O] org-goto-local-search-headings usage?

2012-05-16 Thread Myles English
>> On Wed, 16 May 2012 16:56:45 +0200, Nicolas Goaziou said: > I highly suggest to use (org-element-parse-buffer 'headline) instead of > plain (org-element-parse-buffer), since you really don't need to spend > time parsing the buffer down to the smallest object. > Also, you should check :

Re: [O] org-goto-local-search-headings usage?

2012-05-16 Thread Myles English
>> On Tue, 15 May 2012 17:44:29 -0400, Nick Dokos said: > Nick Dokos wrote: >> Myles English wrote: >> >> > >> On Tue, 15 May 2012 11:48:55 -0400, Nick Dokos said: >> > >> > > Myles English wrote: >> > >>

Re: [O] org-goto-local-search-headings usage?

2012-05-15 Thread Myles English
>> On Tue, 15 May 2012 11:48:55 -0400, Nick Dokos said: > Myles English wrote: >> >> Hi, >> >> Can anyone see what I am doing wrong here? I just want to open a file >> ~/tmp/gtd.org and goto the heading "* My workflow". So, star

[O] org-goto-local-search-headings usage?

2012-05-15 Thread Myles English
Hi, Can anyone see what I am doing wrong here? I just want to open a file ~/tmp/gtd.org and goto the heading "* My workflow". So, starting like this: emacs -Q -l ~/tmp/gtd with ~/tmp/gtd: (add-to-list 'load-path "~/.emacs.d/plugins/org-mode/lisp") (require 'org-install) ;; to us

Re: [O] Remaining Work Report

2012-05-15 Thread Myles English
Forgot to copying this to the list: >> On Tue, 15 May 2012 13:07:12 +0100, Myles English said: > Hi Sebastian, I mean 'Sebastien'. > Sorry it has taken a long time to reply; I have been customising my > emacs, or has it been customising me...? >> On

Re: [O] mail integration, advice?

2012-04-28 Thread Myles English
Hi Rasmus, >> On Sat, 28 Apr 2012 13:28:00 +0100, Rasmus said: > Eric Fraga writes: >> Rasmus writes: > As this is becoming somewhat of a dovecot thread I've got a > question: > Often, after resuming the computer from standby, say, Gnus looses > the connection to Dovecot. I hav

Re: [O] mail integration, advice?

2012-04-27 Thread Myles English
Hi Eric, >> On Fri, 27 Apr 2012 09:34:46 -0400, Eric Schulte said: > Myles English writes: >> I use gnus, offline imap, dovecot, notmuch, msmtp, bbdb3. And >> org-mode capture including links to emails works fine. >> >> The end result is very good an

Re: [O] mail integration, advice?

2012-04-26 Thread Myles English
Matt, >> On Thu, 26 Apr 2012 09:47:40 -0400, Matt Price said: > So, I'm wondering what solutions other org users have settled on. I use gnus, offline imap, dovecot, notmuch, msmtp, bbdb3. And org-mode capture including links to emails works fine. The end result is very good and stable throug

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Myles English
>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said: > Hi I have a section which I want to repeat for different variable > values. At the moment I am copying them, but I do not like it at > all: > ** Species one :PROPERTIES: :var: SPECIES="sp1" :END: *** Data > Checks Here is some

Re: [O] Remaining Work Report

2012-03-26 Thread Myles English
>> On Sat, 24 Mar 2012 19:58:46 +0530, Manish said: >> Unlike your example I made heavy use of inline tasks and also >> wanted heading numbers instead of asterisks, so that the final >> table looks like a table of contents with estimated times >> remaining. I had to do some more things t

Re: [O] meaning of body-only in org-export-as-html

2012-03-22 Thread Myles English
Hi Chris, >> On Fri, 16 Mar 2012 16:33:22 -0600, Chris Gray said: > Hello, I am using org-export-as-html with the body-only parameter > set to t in the org plugin for ikiwiki that I'm working on. It > works almost perfectly, but I recently had a user point out that > it's not possible t

Re: [O] Remaining Work Report

2012-03-22 Thread Myles English
Hi Sebastian, >> On Mon, 19 Mar 2012 14:33:17 +0100, Sebastien Vauban said: > #+COLUMNS: %40ITEM(Task) %6Effort(Estim.){:} * Context > The question I'm trying to give an answer to is: *what's the > remaining number of hours (or days) to finish my project*? I have just been through this m

[O] can competing table headers: #+BEGIN #+ORGTBL #+TBLNAME be resolved?

2012-03-16 Thread Myles English
Hi, My aim is to have a document that can that can be updated via the command line batch command. What prevents this the need to rearrange the header lines on a table that has multiple uses: - to capture the columnview, the #+BEGIN line must be the first line above the table - to export to l

Re: [O] Bug: columnview times don't accumulate properly [7.8.03 (release_7.8.03.576.gbeb02)]

2012-03-15 Thread Myles English
>> On Tue, 13 Mar 2012 12:00:07 +, Myles English said: > 1. start with emacs -q > 2. find file test-sums.org (attached) > 3. adjust paths in the source block at the top of the file and evaluate >(execute?) it with C-c > 4. goto the columnview block and C-c > I w

[O] Bug: columnview times don't accumulate properly [7.8.03 (release_7.8.03.576.gbeb02)]

2012-03-13 Thread Myles English
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] ways to insert "note to self" in an org-mode file for academic paper

2012-03-13 Thread Myles English
ght. From there, anything can happen . . ." [God, > in "Joan of Arcadia," episode entitled, "The Uncertainty > Principle."] > Myles English wrote: >>>> On Mon, 12 Mar 2012 11:55:23 -0400, Christopher W Ryan said: >> >> > I&

Re: [O] ways to insert "note to self" in an org-mode file for academic paper

2012-03-12 Thread Myles English
>> On Mon, 12 Mar 2012 11:55:23 -0400, Christopher W Ryan said: > I'm very early in trying a transition from LaTeX to org-mode for > academic writing, trying to learn the Org way of doing > things. Running Org-mode 7.7 in Emacs 23.4.1 on Win XP. > Suppose I'm writing a draft of a research

Re: [O] columnview with #+INCLUDE:, org-export-org?

2012-03-12 Thread Myles English
>> On Mon, 12 Mar 2012 10:40:44 +, Myles English said: > Hello, I would like to capture the columnview of a file including > the view of an org file specified using #+INCLUDE. These includes > are currently only expanded during export so I am thinking maybe I >

[O] columnview with #+INCLUDE:, org-export-org?

2012-03-12 Thread Myles English
Hello, I would like to capture the columnview of a file including the view of an org file specified using #+INCLUDE. These includes are currently only expanded during export so I am thinking maybe I should export to a temporary org buffer first and then do a columnview on the temporary buffer. H

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-09 Thread Myles English
>> On Thu, 08 Mar 2012 18:20:10 -1000, Thomas S Dye said: > Hi Myles, Thanks for making me look more closely at this. There are > two things: > 1) #+BEGIN_abstract ... #+END_abstract requires org-special-blocks. > So, > 2) The abstract text ends up in the title because there is no exp

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
>> On Thu, 08 Mar 2012 13:39:28 -0500, Nick Dokos said: > Myles English wrote: >> >> So the two files are: >> >> ,--- testAbs.org >> -- | #+LATEX_HEADER: >> \input{/home/myles/tmp

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
ot be picking up your .tex file. Do you see > something in the .log file produced by LaTeX? > All the best, Tom > Myles English writes: >>>> On Thu, 08 Mar 2012 16:29:36 +, Myles English said: >> >> > Hi, I am trying to get a custom titl

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
>> On Thu, 08 Mar 2012 16:29:36 +, Myles English said: > Hi, I am trying to get a custom title page and abstract before the > TOC in a pdf. > Worg has an example on this page: > http://orgmode.org/worg/org-tutorials/org-latex-export.html > at the section t

[O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
Hi, I am trying to get a custom title page and abstract before the TOC in a pdf. Worg has an example on this page: http://orgmode.org/worg/org-tutorials/org-latex-export.html at the section titled "11 Styling the Frontmatter" However, the example doesn't work for me as expected. To reproduce:

Re: [O] BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results

2012-03-07 Thread Myles English
>> On Wed, 7 Mar 2012 12:38:48 + (UTC), A Major said: > Hi, I'm trying to set up my .org file such that export commands > create all results in a certain directory rather than the directory > containing the .org file. So I've added the option > #+BIND: org-export-publishing-directo

<    1   2   3   >