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-11-02 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > Odd indeed. I have restarted Emacs and saw the same thing. But now I > have a more clear picture. I think what is happening is in > org-html--wrap-latex-environment, there is a caption provided which are > the numbers. This only affects latex environ

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-11-02 Thread Uwe Brauer
>>> "TM" == Thibault Marin writes: > Hi, > I think I wrote some of that code, I was not trying to support > "unnumbered" environments. If I understand correctly, this is what you > are trying to get. > The attached patch attempts to solve this. Currently, `displaymath' and >

Continued lists

2019-11-02 Thread Jarmo Hurri
Greetings. I know that lists can be continued using the following syntax: # --- * First heading 1. a list begins here * Second heading 2. [@2] list continues # --- I find myself

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-11-02 Thread Fraga, Eric
On Saturday, 2 Nov 2019 at 10:38, Uwe Brauer wrote: > @Eric, I wonder why you did not get these numbers without the patch! Because I did not properly read your post... I thought you were referring to the LaTeX fragments themselves, not the extra HTML generated that numbered the equations whethe

Re: How to change the width of a latex exported inlinetask?

2019-11-02 Thread Fraga, Eric
On Friday, 1 Nov 2019 at 23:48, alain.coch...@unistra.fr wrote: > I have succeeded, following exactly what you suggested. Thank you > very much. Excellent. You're very welcome. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78

Bug: export html with nice urls [9.1.9 (release_9.1.9-65-g5e4542 @ /gnu/store/djza93lqjcndsldf4794bp8mvipd6fz4-emacs-26.3/share/emacs/26.3/lisp/org/)]

2019-11-02 Thread ArneBab
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. -

How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-02 Thread Alain . Cochard
Fraga, Eric writes on Wed 30 Oct 2019 14:55: > [...] for a number of reasons including advice from this list, I > have moved away from inline tasks almost completely and now use > drawers instead. As far as I can see, the last discussion about that on the list occurred in April 2018 (starting

Re: org-refile-target-verify-function - use inherited tag & todo

2019-11-02 Thread Gustavo Barros
Hi Nate, On Fri, Nov 01 2019, Nathan Neff wrote: Indeed, I do use org-refile-use-outline-path 'file. However, I have a simple directory specified for my org-agenda-files. ("~/org-mode") Therefore I'll need to do something a bit different. It appears that your solution creates "targets" whi

tags-todo agenda: Show scheduling info

2019-11-02 Thread Nathan Neff
Hello all, I'm having trouble with simply trying to show any scheduling information about a heading in a tags-todo search. Can someone point me to how to do this? I thought that I define a custom agenda command like this: (setq org-agenda-custom-commands '( ("p" "Foo" tags-todo "+foo"

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-11-02 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Saturday, 2 Nov 2019 at 10:38, Uwe Brauer wrote: >> @Eric, I wonder why you did not get these numbers without the patch! > Because I did not properly read your post... > I thought you were referring to the LaTeX fragments themselves, not the

Re: Continued lists

2019-11-02 Thread John Kitchin
It seems a little tricky to do much better. With numbering you can do something like this where you find the last element of the previous list, and then continue it. This won't do what you want for nested lists I guess. For lettering, you would need to figure out how to increment the letter. but f

Re: Continued lists

2019-11-02 Thread Samuel Wales
continuing one after prev list is a great idea. then you won't get out of sync. dunno if feasible. -- The Kafka Pandemic What is misopathy? https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html The disease DOES progress. MANY people have died from it. And ANYBODY ca

Re: tags-todo agenda: Show scheduling info

2019-11-02 Thread Samuel Wales
the following will not work for you due to dependencies. has worked for me for many years. puts ! in agenda prefix if schedule or deadline. if it is agenda agenda [timestamp agenda, daily/weekly agenda] it requires closed also. (with-eval-after-load 'org-agenda ;; bangify agenda prefix (cl

Bug: javascript license not recognized by librejs [9.2.6 (9.2.6-elpa @ /home/arne/.guix-profile/share/emacs/site-lisp/guix.d/org-9.2.6/)]

2019-11-02 Thread Arne Babenhauserheide
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.

included text

2019-11-02 Thread Samuel Wales
org has a bunch of mechanisms for included text, including macros, the include statement, and maybe babel. i want to take some text and stick it in a paragraph in a few subtrees, but have it be in a single entry. so like: === * my insertable text alpha, beta, gamma * one blog post whatever whate

org-capture fails to insert link even on :immediate-finish templates

2019-11-02 Thread Leo Gaspard
Hello, I have an org-capture template with :immediate-finish t. In notmuch-mode, it looks like org-capture support is not implemented yet for the search interfaces, and so when capturing on these interfaces (without noticing), I get a capture without the link. Is it possible to make org-capture f