Re: :STYLE: habit causes position in agenda view to change

2020-07-14 Thread Kyle Meyer
Adam Spiers writes: > I've noticed that adding the :STYLE: habit property to a TODO causes > its position in the agenda view to change; it jumps to the bottom of > the day. Is there any way to prevent that? Try customizing org-agenda-sorting-strategy (in particular, dropping habit-down from

Re: patch: ob-screen: don't change user-specified session name [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)]

2020-07-14 Thread Kyle Meyer
Kyle Meyer writes: > Kyle Meyer writes: > >> Ken Mankoff writes: >> >>> ob-screen prepends "org-babel-session-" to the user-specific screen >>> name for some reason. I suggest this is not necessary nor optimal. One >>> of the key points of 'screen' is that you can detach and attach from >>>

Re: patch: ob-screen support for user-specified screenrc [9.3.7 (9.3.7-12-g5d6868-elpaplus @ /home/kdm/.emacs.d/elpa/org-plus-contrib-20200706/)]

2020-07-14 Thread Kyle Meyer
Ken Mankoff writes: > Last ob-screen patch. I apologize if these should have been one email > but they are there independent issues. > > This patch maintains the default behavior of no screenrc "-c > /dev/null", but adds a :screenrc header arg that allows the user to > specify their default or

Re: [PATCH] 3 improvements to ob-screen

2020-07-14 Thread Kyle Meyer
Ken Mankoff writes: > I've signed the FSF docs but do not see my name here: > https://orgmode.org/worg/org-contribute.html under "Current > contributors". Thanks for the information. I'll add you to the list. > Subject: [PATCH 1/3] ob-screen: Execute last line in block (send newline) Could

Bug: no math-mode detection for align-environment [9.3.7 (9.3.7-13-ge62ca4-elpaplus @ /home/stefi/.emacs.d/elpa/org-plus-contrib-20200713/)]

2020-07-14 Thread Stefi
Hi there, I recently updated my emacs packages and noticed that \begin{align*} does not trigger math-mode detection any more, so org-cdlatex does not work. However, begin{equation} still does trigger the math-mode detection. I have read the documentation of "org-inside-LaTeX-fragment-p" and found

[PATCH] Update ob-haskell from deprecated inf-haskell-mode to haskell-interactive-mode

2020-07-14 Thread Seth Lee
Hello, I've made a patch for `ob-haskell.el`. I'm not really an elisper, but I made a patch that seems to work on my machine. Issue: compiling code in a source block that had an infinite list that would evaluate in the ghci. All code, even with `:compile` flag set would be run in ghci. Updating

[PATCH] 3 improvements to ob-screen

2020-07-14 Thread Ken Mankoff
Hello, The attached three patches implement a bug fix, a simplification, and a new feature to ob-screen. bug fix: 001 Execute last line in block (send newline) simplify: 002 Don't add extra characters to session name feature: 003 Accept :screenrc header argument I've signed the FSF docs but do

Re: org-babel parenthesis tracking blinded by > in code block

2020-07-14 Thread Jeremie Juste
Many thanks indeed, > > I have the following settings, > > (modify-syntax-entry ?< ".") > (modify-syntax-entry ?> ".") > > in my org mode hook. This stops org from treating them as parenthesis. Best regards, Jeremie

Re: Superscript and non-blank character

2020-07-14 Thread ian martins
Bo, you can try this. I don't know what else it will break, so I did it as a file local. alternatively you could set `org-match-substring-regexp' in your init. --- ;;; -*- org-match-substring-regexp:

Re: [BUG] org-fill-paragraph fills paragraph before selected region

2020-07-14 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > When there is an active region, the function org-fill-paragraph does not > limit itself to the active region but also fills the paragraph before > the active region. > > Steps to reproduce. Use the following file. Mark the last two entry > paragraphs, beginning at

[SOLVED] (was: join tables columnwise columnames are ignored)

2020-07-14 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Consider please the following to tables > #+begin_src > ,#+TBLNAME: test3 > | Email | State| > |-+--| > | us...@gmail.com | Sent | > | us...@gmail.com | not sent | > ,#+TBLNAME: test4 > | Email |

join tables columnwise columnames are ignored

2020-07-14 Thread Uwe Brauer
Hi Consider please the following to tables #+begin_src ,#+TBLNAME: test3 | Email | State| |-+--| | us...@gmail.com | Sent | | us...@gmail.com | not sent | ,#+TBLNAME: test4 | Email | State | |+-| |

specifically reduce line spacing of plain lists in OpenDocument Text Export

2020-07-14 Thread Heinz Tuechler
Dear All, is there a way to specifically reduce the line spacing of plain lists when exporting to odt? When changing the format of Text Body by the use of an ODT_STYLES_FILE the spacing between list items and paragraphs is changed simultaneously, but I don't know, how to change them