emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-odt: list bug
@ 2010-11-10  3:39 Matt Price
  2010-11-10 16:14 ` Jambunathan K
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Price @ 2010-11-10  3:39 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 673 bytes --]

Hi Jambunathan,

I thought I'd sent this out before but I can't find my message in my Sent
folder, so resending  The attached org file results in an error in
content.xml when using org-odt.el -- the final item in a simple list is
missing the closing tag for  <text:list-item>.  I'm assuming there's a place
in the code where the count goes to zero too quickly, but i'm not fluent in
lisp and I didn't see the spot right away.

Thanks for this as for everything else!  I am very impressed with the
quality of the output so far -- though it's not feature -complete, it's much
more reliable and above all much cleaner than the latex conversion I was
using before.  Best,
Matt

[-- Attachment #1.2: Type: text/html, Size: 737 bytes --]

[-- Attachment #2: desc_test_short_2.org --]
[-- Type: application/octet-stream, Size: 2267 bytes --]

#+TITLE:     description of activity
#+AUTHOR:    Matt Price
#+EMAIL:     matt.price@utoronto.ca
#+DATE:      2010-11-04 Thu
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:4 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT: 
* Description of Activity (5p)
*Goal and Objectives:* The goal of this project is to encourage the creation of a community of historians who use 21st-Century media technologies to collaborate with each other, communities of interest, and the public in a way that goes beyond "dissemination" by transforming the process by which historical narratives are produced. Building from the conviction that important elements of the public sphere have already moved to the digital realm, the project aims both to cultivate a strong public discourse around historical questions, and to incubate emergent forms of historical research made possible through digital media and technologies.  Our goals will be implemented via the following objectives:
- the development of a research network that links NGOs and community groups in Southwestern Ontario with academic researchers, but also extends tendrils internationally to researchers across Canada and the United States;
- the creation of an online software platform that (a) opens up the historical research process to communities of interest, from the inception of a research program to its conclusions, (b) provides a forum for academics to address interested publics directly, (c) guides members of the lay public in the skills and methods of historical research and thinking, (d) provides a framework through which students and faculty can collaborate with each other and with community groups on historical work, and (e) embraces an ethics of open and collaborative access within research practices and the software platform. 
- the deployment of a pilot project, "Global City/Local History", which deploys the new platform to tell stories of multicultural Toronto, one of the world's most diverse cities.   

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-odt: list bug
  2010-11-10  3:39 org-odt: list bug Matt Price
@ 2010-11-10 16:14 ` Jambunathan K
       [not found]   ` <AANLkTimF-wnv5ggexVNXq9sHY_Jx2nSrkjrmVQFFZuvn@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jambunathan K @ 2010-11-10 16:14 UTC (permalink / raw)
  To: Matt Price; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]

Matt

> Hi Jambunathan,
>
> I thought I'd sent this out before but I can't find my message in my Sent
> folder, so resending  The attached org file results in an error in content.xml
> when using org-odt.el -- the final item in a simple list is missing the closing
> tag for  <text:list-item>.  I'm assuming there's a place in the code where the
> count goes to zero too quickly, but i'm not fluent in lisp and I didn't see the
> spot right away. 

I am unable to reproduce the said behaviour. 

From my work-area (which is same as that in git), the odt produced is
valid. I am attaching the odts produced in my work area. Let me know if
what is attached is not what you expect.

Are you running the latest in git? Just to be sure delete all the .odts
in your work area before exporting. May be there is a difference in your
setup and mine that is causing this bug.

>
> Thanks for this as for everything else!  I am very impressed with the quality
> of the output so far -- though it's not feature -complete, it's much more
> reliable and above all much cleaner than the latex conversion I was using
> before.

Thanks for trying out. It is my pleasure.

Jambunathan K.


[-- Attachment #2: file1.odt --]
[-- Type: application/zip, Size: 7080 bytes --]

[-- Attachment #3: file2.odt --]
[-- Type: application/zip, Size: 7175 bytes --]

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-odt: list bug
       [not found]     ` <AANLkTikPozFjOXQm2uGnBrwY0=NbZh64eCnaRUFcVqJc@mail.gmail.com>
@ 2010-11-10 23:04       ` Matt Price
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Price @ 2010-11-10 23:04 UTC (permalink / raw)
  To: Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 2142 bytes --]

forgot to send to orgmode ml, so resending (apologies j)
On Wed, Nov 10, 2010 at 1:58 PM, Matt Price <moptop99@gmail.com> wrote:

>
> On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K <kjambunathan@gmail.com>wrote:
>
>>
>> I am unable to reproduce the said behaviour.
>>
>> From my work-area (which is same as that in git), the odt produced is
>> valid. I am attaching the odts produced in my work area. Let me know if
>> what is attached is not what you expect.
>>
>> Are you running the latest in git? Just to be sure delete all the .odts
>> in your work area before exporting. May be there is a difference in your
>> setup and mine that is causing this bug.
>>
>
> I think it must be a difference in the setup -- the odts I produce will not
> load  in openoffice (see attached).  The ones you've sent me are, instead,
> perfect... I will do some testing soon, but will need to set up a minimal
> environment first, and i'm pretty busy.  Meanwhile I will gnash my teeth
> that this perfect [olution isn't working for me right now!  Best,
> Matt
>

just doing some incremental checking:

- git of org-odt  is up to date, but my setup.el is very slightly
customized:
-----------------------
$ git diff
diff --git a/contrib/odt/setup.el b/contrib/odt/setup.el
index 0cff367..8625a7a 100755
--- a/contrib/odt/setup.el
+++ b/contrib/odt/setup.el
@@ -2,7 +2,7 @@
 ;; OpenDocument-schema-v1.1.rnc resides
 (setq org-odt-contrib-dir
       (expand-file-name
-       "../contrib/odt/" (file-name-directory (locate-library "org-odt"))))
+       "/home/matt/src/org-odt/contrib/odt/" (file-name-directory
(locate-library "org-odt"))))

 ;; archive mode
 (setq auto-mode-alist
-------------------------
- my org-mode is very slightly older than yours -- about a month old now;
- my emacs-snapshot is over a year out of date, though [note:just updated to
20101031, no change in behaviour];
- starting with emacs-snapshot -q and then manually loading org-odt.el did
not help me with my problem, so the issue is apparently not with my .emacs
or related startup files

 Thanks for your help, and if you see anything obvious in this let me know?
Thanks,
Matt

[-- Attachment #1.2: Type: text/html, Size: 3108 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-10 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-10  3:39 org-odt: list bug Matt Price
2010-11-10 16:14 ` Jambunathan K
     [not found]   ` <AANLkTimF-wnv5ggexVNXq9sHY_Jx2nSrkjrmVQFFZuvn@mail.gmail.com>
     [not found]     ` <AANLkTikPozFjOXQm2uGnBrwY0=NbZh64eCnaRUFcVqJc@mail.gmail.com>
2010-11-10 23:04       ` Matt Price

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).