orgmode-mediawiki
orgmode-mediawiki copied to clipboard
org-file-equal-p
I really like the idea of your function and it could be really useful for me to export directly from org to wiki, but I cant seem to get it working. I am able to run the two functions:
`org-mw-export-as-mediawiki' but get the error: org-export-execute-babel-code: Symbol's function definition is void: org-babel-exp-process-buffer
`org-mw-export-to-mediawiki' and get the error: org-export-output-file-name: Symbol's function definition is void: org-file-equal-p
Do you know what might cause this problem? Any help is much appreciated.
Johan org-export-output-file-name: Symbol's function definition is void: org-file-equal-p
FYI, I have had the same error reported, and fixed it in the current version of my Orgmk project. See https://github.com/fniessen/orgmk for more information.