Hi Puneeth,
At 2011-04-10 23:34:53£¬"Puneeth Chaganti" <punchagan@gmail.com> wrote: >Hi Lin, > >2011/4/10 Lin <mysnowls@163.com>: >> Hi Puneeth, >> >> Thanks for your attention, but your patch doesn't work. >> >> The problem is not solved, as I mentioned that, I can find no occurence >> of the function >> `org-export-mark-list-ending` in the whole git repo. >> >> I tried your patch just now and the same error occurs: >> >> Symbol's function definition is void: org-export-mark-list-ending > >My patch replaces that with the new function, and fixes a few other >things as well. Did you evaluate `org-export.el' after applying the >patch? > >Thanks, >Puneeth
I didn't realized that you substituted the 'org-export-mark-list-ending' with
'org-export-mark-list-end', sorry for that.
Now it can work for simple org --> mediawiki exporting, including org tables.
Thanks a lot:)