Bug: Orgguide missing in Org-9.3 package [9.3 (9.3-elpa @ /home/David/.emacs.d/elpa/org-9.3/)]

2019-12-09 Thread David Masterson
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-12-09 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > Subject: [PATCH] ox-html: Add equation numbers only for numbered environments > > * lisp/ox-html.el (org-html-latex-environment): Add caption to numbered > environments only > (org-html--latex-environment-numbered-p): Determine whether a latex > environment should

Re: [PATCH] Add support for month trees

2019-12-09 Thread Nicolas Goaziou
Hello, Jason Dunsmore writes: > I've addressed each of your points in my updated patch (attached). Applied. Thank you. I added you to the list of contributors who have not signed FSF papers. Let me know if you did. Regards, -- Nicolas Goaziou

Re: bug logging the TODO tracking state with brackets in the header

2019-12-09 Thread pinmacs
Hi list, I discovered that this issue is not reproduceable (noticiable) from an emacs vanilla version (without custom configuration) after digging in my config file that endend up with a happy orgmode file with thanks to babel and tangle [1] I found the problem. These are the lines that produce t

Re: Quit and Error in org-export--dispatch-action

2019-12-09 Thread Takaaki Ishikawa
Dear Kyle, Confirmed. Thanks! Best, Takaaki 2019年12月9日(月) 19:39 Kyle Meyer : > > Takaaki Ishikawa writes: > > [...] > > > I created a patch for this issue. Please find an attached patch. > > Thanks! Applied in c7ad3f884 (with minor cosmetic tweaks to the commit > message). > > > It is a reall

Re: documenting python module examples in orgmode

2019-12-09 Thread Kaushal Modi
On Mon, Dec 9, 2019, 5:49 AM Divan Santana wrote: > Hi All, > > I'm trying to document python module examples in orgmode. > > I'm sure this is possible, but not quite sure how to do it. > > I'd like to define the python module in one block, and then import it in > another. > Have you looked at t

Re: documenting python module examples in orgmode

2019-12-09 Thread John Kitchin
The only way to do this is if you have an intermediate tangle step so that the python file exists in a place where it can be imported. For example, this small modification will make what you want happen. #+NAME: my_module.py #+begin_src python :tangle my_module.py print('Importing my_module...')

Re: Release 9.3

2019-12-09 Thread 황병희
Hello Bastien and All, > Dear all, > > I've released Org 9.3. > > This is a major release: please read ORG-NEWS carefully while > upgrading, in particular the "Incompatible changes" section: > > https://orgmode.org/Changes.html > > As usual, this is the work of Nicolas acting as a maintainer > and

documenting python module examples in orgmode

2019-12-09 Thread Divan Santana
Hi All, I'm trying to document python module examples in orgmode. I'm sure this is possible, but not quite sure how to do it. I'd like to define the python module in one block, and then import it in another. #+NAME: my_module.py #+begin_src python print('Importing my_module...') test = 'Test S

Re: Quit and Error in org-export--dispatch-action

2019-12-09 Thread Kyle Meyer
Takaaki Ishikawa writes: [...] > I created a patch for this issue. Please find an attached patch. Thanks! Applied in c7ad3f884 (with minor cosmetic tweaks to the commit message). > It is a really tiny patch. But I have already signed the copyright > assignment with FSF. Great, I've added you