export from org-mode broken

Bug #1295825 reported by Andreas Roehler

This bug report was converted into a question: question #248031: export from org-mode broken.

10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Org-mode
New
Undecided
auto-bzg
python-mode.el
Invalid
Undecided
Unassigned

Bug Description

http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el

I recently configured my Emacs setup to use python-mode.el instead of python.el. This changed has apparently caused org mode to no longer be able to export python source blocks, as I get
org-export-format-source-code-or-example: "End of buffer"

as the only message after export, and no export file is generated.

I'd like to know why this is, and what I can do to fix it. My python-mode.el is installed through el-get (not that I think that is important). It is loaded in my init file like so:
(add-to-list 'load-path "~/.emacs.d/el-get/python-mode/")
(autoload 'python-mode "python-mode" "Python Mode." t)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(add-to-list 'interpreter-mode-alist '("python" . python-mode))

Revision history for this message
Andreas Roehler (a-roehler) wrote :

Needs to be fixed at the org-mode side. Will look if anything to suggest.

Changed in python-mode:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Andreas Roehler (a-roehler)
Changed in python-mode:
status: Confirmed → Invalid
importance: Medium → Undecided
assignee: Andreas Roehler (a-roehler) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.