Re: [O] Citations and references in ODT

2014-01-23 Thread Jambunathan K
Jambunathan K writes: > Try out the org-odt-* ELPA package and let me know how things go. See http://permalink.gmane.org/gmane.emacs.orgmode/81347

Re: [O] Citations and references in ODT

2014-01-23 Thread Jambunathan K
Try out the org-odt-* ELPA package and let me know how things go. Aric Gregson writes: > --On January 19, 2014 11:16:53 AM +0530 Jambunathan K > wrote: > >> Are you still stuck here or you made some repairs and stuck elsewhere. > ... >> IMO, starting from scratch (i.e., an empty .emacs) and

Re: [O] Citations and references in ODT

2014-01-20 Thread Aric Gregson
--On January 19, 2014 11:16:53 AM +0530 Jambunathan K wrote: Are you still stuck here or you made some repairs and stuck elsewhere. ... IMO, starting from scratch (i.e., an empty .emacs) and installing Org via M-x list-packages is a sure way to have a working setup with minimal fuss. Yes,

Re: [O] Citations and references in ODT

2014-01-18 Thread Jambunathan K
Aric Gregson writes: > From http://permalink.gmane.org/gmane.emacs.orgmode/80832 > OpenDocument export failed: Symbol's function definition is void: > org-element-cache-reset > I also receive this error the first time that I try to open an org > file. I can open the file if I try another time.

Re: [O] Citations and references in ODT

2014-01-16 Thread Aric Gregson
Ken Mankoff writes: > Aric, perhaps you could add markdown support using export filters? I have > just come across this feature and it looks useful. > > http://thread.gmane.org/gmane.emacs.orgmode/74816/focus=74876 I'll give this a try, but my lisp knowledge is nil. I can pretty easily change th

Re: [O] Citations and references in ODT

2014-01-15 Thread Ken Mankoff
Aric, perhaps you could add markdown support using export filters? I have just come across this feature and it looks useful. http://thread.gmane.org/gmane.emacs.orgmode/74816/focus=74876 -k. On Mon, Jan 13, 2014 at 7:16 PM, Aric Gregson wrote: > Ken Mankoff writes: > > > I find the ODT e

Re: [O] Citations and references in ODT

2014-01-14 Thread Aric Gregson
Jambunathan K writes: > C-h v org-version org-version is a variable defined in `org.el'. Its value is "8.2.5c" > M-x find-library org-loaddefs ;;; org-loaddefs.el --- autogenerated file, do not edit ;; ;;; Code: ;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block ;;;

Re: [O] Citations and references in ODT

2014-01-14 Thread Aric Gregson
Jambunathan K writes: > This will be an one-off change, so I am hesitant to consider this. ... > I am interested in considering all suggestions or use-cases that extends > or improves upon the current practice. Clearly for me, this would not be a one off change... Thanks, Aric

Re: [O] Citations and references in ODT

2014-01-14 Thread Jambunathan K
Aric Gregson writes: > OpenDocument export failed: Symbol's function definition is void: > org-element-cache-reset You have some installation issues. Try the following commands and try to address any inconsistencies in the various paths. C-h v org-version M-x find-library org-loaddefs

Re: [O] Citations and references in ODT

2014-01-14 Thread Jambunathan K
Aric Gregson writes: > Ken Mankoff writes: > >> I find the ODT export very useful. Working on another document imported >> from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is >> it possible for ox-jabref.el to support this even if it does not >> distinguish between the T

Re: [O] Citations and references in ODT

2014-01-14 Thread Jambunathan K
I have introduced a new variable `org-odt-cite-regexp'. You can use M-x customize-variable to change the default settings. [1, 4] I would like to (eventually) add support for prenote and postnote options for ODT export [2]. These intext options could be quite useful when citation references use

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Jambunathan, Thanks for posting your instructions and links again. I followed the instructions and am receiving the following error on export attempt: OpenDocument export failed: Symbol's function definition is void: org-element-cache-reset I also receive this error the first time that I try to

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Ken Mankoff writes: > 3) I put MathToWeb.jar in the unit test folder. However, if I run > "java -jar MathToWeb.jar" I get the following error. I have an email > in to the MathToWeb developer/maintainer about this > > $ java -jar mathtoweb.jar > Exception in thread "main" java.lang.UnsupportedClas

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
> I have found this useful for converting latex export to doc[x] Thanks for that idea, I will give that a try as well. Thanks, Aric -- ~O /\_, ###-\ |_ (*) / (*)

Re: [O] Citations and references in ODT

2014-01-13 Thread Aric Gregson
Ken Mankoff writes: > I find the ODT export very useful. Working on another document imported > from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is > it possible for ox-jabref.el to support this even if it does not > distinguish between the T and P? On a similar note, wou

Re: [O] Citations and references in ODT

2014-01-13 Thread Ken Mankoff
Yes I just figured out I need the "." before the "?". It works now. I also made changes in both ox-odt.el and ox-jabref.el, everywhere that I found the \cite regex. Works well now. Thank you! -k. On Mon, Jan 13, 2014 at 1:31 AM, Nick Dokos wrote: > Ken Mankoff writes: > > > Hi, > > > > I

Re: [O] Citations and references in ODT

2014-01-12 Thread Nick Dokos
Ken Mankoff writes: > Hi, > > I find the ODT export very useful. Working on another document imported from > LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it > possible for ox-jabref.el to > support this even if it does not distinguish between the T and P? > > I edited

Re: [O] Citations and references in ODT

2014-01-12 Thread Ken Mankoff
Hi, I find the ODT export very useful. Working on another document imported from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it possible for ox-jabref.el to support this even if it does not distinguish between the T and P? I edited the line near the bottom with the rege

Re: [O] Citations and references in ODT

2014-01-12 Thread Christopher Kotfila
On 01/10/14 13:10, Ken Mankoff wrote: Hi, I have export with references and bibliography working well in LaTeX export. I'm now exporting to ODT, and wonder if there is reference and bibliography support for this file format. I've found this 2011 post saying "no" https://lists.gnu.org/archive/ht

Re: [O] Citations and references in ODT

2014-01-11 Thread Ken Mankoff
OK I got it working. THANK YOU. This is amazing. One good authoring environment that does both LaTeX and lets me collaborate (somewhat, partially, if I'm the primary author) with people using MS Word. On Sat, 11 Jan 2014, Jambunathan K wrote: At the minimum you may have to M-x byte-compile

Re: [O] Citations and references in ODT

2014-01-11 Thread Jambunathan K
Ken Mankoff writes: > I'm now trying to get ODT w/ references and failing. Show me a snippet that causes the problem. You can COMMENT a tree or add a :no-export tag to bisect. Or you copy can copy over a subtree and experiment with it. > The message I get is: > > OpenDocument export failed: F

Re: [O] Citations and references in ODT

2014-01-11 Thread Ken Mankoff
Hi, On Sat, 11 Jan 2014, Jambunathan K wrote: If you run in to issues, write me a note and I will happy to make fixes or enhancements. I do have some issues. The unit test is nice, and LaTeX export with it appears to work perfectly once I add the following: \bibliographystyle{unsrt} \biblio

Re: [O] Citations and references in ODT

2014-01-10 Thread Jambunathan K
Aric writes: Ken Mankoff gmail.com> writes: ox-odt.el supports citation via ox-jabref.el. Use my private files for JabRef support === JabRef support is NOT part of Org distribution. It is pa

Re: [O] Citations and references in ODT

2014-01-10 Thread Jambunathan K
Aric writes: Ken Mankoff gmail.com> writes: ox-odt.el supports citation via ox-jabref.el. Use my private files for JabRef support === JabRef support is NOT part of Org distribution. It is pa

Re: [O] Citations and references in ODT

2014-01-10 Thread Aric
Ken Mankoff gmail.com> writes: > And this 2013 post saying "yes" https://lists.gnu.org/archive/html/emacs- orgmode/2013-07/msg00969.html > > But I'm not sure if that 2013 code is part of the latest ELPA distribution, or if there is extra work to get it set up on my system. It does not appear to

[O] Citations and references in ODT

2014-01-10 Thread Ken Mankoff
Hi, I have export with references and bibliography working well in LaTeX export. I'm now exporting to ODT, and wonder if there is reference and bibliography support for this file format. I've found this 2011 post saying "no" https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00296.html