* org-export-format-source-code-or-example: End of Buffer
@ 2014-03-21 18:21 Mishal Awadah
2014-03-22 0:14 ` Bastien
0 siblings, 1 reply; 9+ messages in thread
From: Mishal Awadah @ 2014-03-21 18:21 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
Dear org-mode list,
I’m having a problem with org-mode source blocks in python when python-mode.el is enabled for python-mode instead of python.el.
I detailed my problem here: http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
and it looks like there is some history with a now non-existant function org-html-do-format-code here: http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01018.html
Appreciate any help.
Cheers,
Mish
[-- Attachment #2: Type: text/html, Size: 1062 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-03-21 18:21 org-export-format-source-code-or-example: End of Buffer Mishal Awadah
@ 2014-03-22 0:14 ` Bastien
2014-04-02 21:01 ` Mishal Awadah
0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2014-03-22 0:14 UTC (permalink / raw)
To: Mishal Awadah; +Cc: emacs-orgmode
Hi Mishal,
Mishal Awadah <a.mamish@gmail.com> writes:
> I’m having a problem with org-mode source blocks in python when
> python-mode.el is enabled for python-mode instead of python.el.
>
> I detailed my problem here: http://stackoverflow.com/questions/
> 22565379/
> emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
>
> and it looks like there is some history with a now non-existant
> function org-html-do-format-code here: http://lists.gnu.org/archive/
> html/emacs-orgmode/2014-03/msg01018.html
Be reassured, `org-html-do-format-code' still exists!
I can't reproduce the problem: I installed python-mode.el from
launchpad and tried to export a file containing some python code
to HTML, it exports well. Can you share a minimal example?
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-03-22 0:14 ` Bastien
@ 2014-04-02 21:01 ` Mishal Awadah
2014-04-18 14:57 ` Bastien
0 siblings, 1 reply; 9+ messages in thread
From: Mishal Awadah @ 2014-04-02 21:01 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hi Bastien,
I added the sample code that generates the error for me on http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
Thanks for your help
- Mish
On Mar 21, 2014, at 5:14 PM, Bastien <bzg@gnu.org> wrote:
> Hi Mishal,
>
> Mishal Awadah <a.mamish@gmail.com> writes:
>
>> I’m having a problem with org-mode source blocks in python when
>> python-mode.el is enabled for python-mode instead of python.el.
>>
>> I detailed my problem here: http://stackoverflow.com/questions/
>> 22565379/
>> emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
>>
>> and it looks like there is some history with a now non-existant
>> function org-html-do-format-code here: http://lists.gnu.org/archive/
>> html/emacs-orgmode/2014-03/msg01018.html
>
> Be reassured, `org-html-do-format-code' still exists!
>
> I can't reproduce the problem: I installed python-mode.el from
> launchpad and tried to export a file containing some python code
> to HTML, it exports well. Can you share a minimal example?
>
> Thanks,
>
> --
> Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-04-02 21:01 ` Mishal Awadah
@ 2014-04-18 14:57 ` Bastien
2014-10-14 23:15 ` Mishal Awadah
0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2014-04-18 14:57 UTC (permalink / raw)
To: Mishal Awadah; +Cc: emacs-orgmode
Hi Mishal,
Mishal Awadah <a.mamish@gmail.com> writes:
> I added the sample code that generates the error for me on
> http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
I see Andreas made this python-mode bug report for it:
https://bugs.launchpad.net/python-mode/+bug/1295825
So I hope this will be sorted there.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-04-18 14:57 ` Bastien
@ 2014-10-14 23:15 ` Mishal Awadah
2014-10-16 17:04 ` Nicolas Goaziou
0 siblings, 1 reply; 9+ messages in thread
From: Mishal Awadah @ 2014-10-14 23:15 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
Hi Bastien,
According to Andreas, this is an org-mode issue:
https://answers.launchpad.net/python-mode/+question/248031
Thanks,
Mish
On Fri, Apr 18, 2014 at 7:57 AM, Bastien <bzg@gnu.org> wrote:
> Hi Mishal,
>
> Mishal Awadah <a.mamish@gmail.com> writes:
>
> > I added the sample code that generates the error for me on
> >
> http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
>
> I see Andreas made this python-mode bug report for it:
> https://bugs.launchpad.net/python-mode/+bug/1295825
>
> So I hope this will be sorted there.
>
> Best,
>
> --
> Bastien
>
[-- Attachment #2: Type: text/html, Size: 1472 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-10-14 23:15 ` Mishal Awadah
@ 2014-10-16 17:04 ` Nicolas Goaziou
2014-10-16 19:12 ` Mishal Awadah
2014-10-19 20:27 ` Bastien
0 siblings, 2 replies; 9+ messages in thread
From: Nicolas Goaziou @ 2014-10-16 17:04 UTC (permalink / raw)
To: Mishal Awadah; +Cc: Bastien, emacs-orgmode
Hello,
Mishal Awadah <a.mamish@gmail.com> writes:
> According to Andreas, this is an org-mode issue:
> https://answers.launchpad.net/python-mode/+question/248031
The function `org-export-format-source-code-or-example' doesn't exist
anymore, so I think this bug should be closed.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-10-16 17:04 ` Nicolas Goaziou
@ 2014-10-16 19:12 ` Mishal Awadah
2014-10-16 20:10 ` Nicolas Goaziou
2014-10-19 20:27 ` Bastien
1 sibling, 1 reply; 9+ messages in thread
From: Mishal Awadah @ 2014-10-16 19:12 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Bastien, emacs-orgmode
So if I update org-mode this should work again?
Thanks,
Mish
> On Oct 16, 2014, at 10:04 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Mishal Awadah <a.mamish@gmail.com> writes:
>
>> According to Andreas, this is an org-mode issue:
>> https://answers.launchpad.net/python-mode/+question/248031
>
> The function `org-export-format-source-code-or-example' doesn't exist
> anymore, so I think this bug should be closed.
>
>
> Regards,
>
> --
> Nicolas Goaziou
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-10-16 19:12 ` Mishal Awadah
@ 2014-10-16 20:10 ` Nicolas Goaziou
0 siblings, 0 replies; 9+ messages in thread
From: Nicolas Goaziou @ 2014-10-16 20:10 UTC (permalink / raw)
To: Mishal Awadah; +Cc: Bastien, emacs-orgmode
Mishal Awadah <a.mamish@gmail.com> writes:
> So if I update org-mode this should work again?
I don't know, but I can guarantee no bug will come from
`org-export-format-source-code-or-example'.
Regards,
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: org-export-format-source-code-or-example: End of Buffer
2014-10-16 17:04 ` Nicolas Goaziou
2014-10-16 19:12 ` Mishal Awadah
@ 2014-10-19 20:27 ` Bastien
1 sibling, 0 replies; 9+ messages in thread
From: Bastien @ 2014-10-19 20:27 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode, Mishal Awadah
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Mishal Awadah <a.mamish@gmail.com> writes:
>
>> According to Andreas, this is an org-mode issue:
>> https://answers.launchpad.net/python-mode/+question/248031
>
> The function `org-export-format-source-code-or-example' doesn't exist
> anymore, so I think this bug should be closed.
+1
Also, Mishal, please update and report any bug.
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-10-19 20:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 18:21 org-export-format-source-code-or-example: End of Buffer Mishal Awadah
2014-03-22 0:14 ` Bastien
2014-04-02 21:01 ` Mishal Awadah
2014-04-18 14:57 ` Bastien
2014-10-14 23:15 ` Mishal Awadah
2014-10-16 17:04 ` Nicolas Goaziou
2014-10-16 19:12 ` Mishal Awadah
2014-10-16 20:10 ` Nicolas Goaziou
2014-10-19 20:27 ` Bastien
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).