Re: [O] M-RET is not working in the ogr-plus-contrib-20170918

2017-09-18 Thread Alan Schmitt
On 2017-09-18 17:17, Nicolas Goaziou writes: > For the record, we changed > > (org-defkey org-mode-map [(meta return)] 'org-meta-return) > > into > > (org-defkey org-mode-map (kbd "M-RET") #'org-meta-return) > > This may be related to a binding priority order. Thank you. I updated my bug rep

Re: [O] make org-capture honor org-blank-before-new-entry settings

2017-09-18 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Ah, just found these two properties #+BEGIN_EXAMPLE [X] Key: :empty-lines-before 1 [X] Key: :empty-lines-after 1 #+END_EXAMPLE Amos Bird writes: > #+OPTIONS: latex:t toc:nil H:3 > > Hi, > > I'm starting to use org-capture to create todo items. I set up a templat

[O] make org-capture honor org-blank-before-new-entry settings

2017-09-18 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi, I'm starting to use org-capture to create todo items. I set up a template like this #+BEGIN_SRC elisp '(org-capture-templates (quote (("t" "todo" checkitem (file+headline "~/org/todo.org" "Work") "" #+END_SRC and it generates new items

Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]

2017-09-18 Thread Nicolas Goaziou
Hello, Jens Lange writes: > What exactly did you do? > === > 1. Configure block below in custom-set-variables. > > '(org-emphasis-alist >(quote > ( > ("!" org-habit-overdue-face) > ("%" org-habit-alert-face) > ("*" bold) > ("/" italic) > ("_" und

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi, Hmm, seems org-mime is broken again... I have an fine working latex env. Though I don't know what a decent inline formula looks like :) regards, Nicolas Goaziou writes: > Hello, > > Amos Bird writes: > >> Um, does this formula image look correct? I feel i

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-18 Thread Matt Lundin
I agree that this is confusing. I examined the org repository history, and it seems that both the documentation and the variable go all the way back to 2007. I believe the default value of the variable was changed to nil, but the documentation was not updated accordingly. Matt alain.coch...@uni

[O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]

2017-09-18 Thread Jens Lange
yellow and without % !blabla! should show in red and without ! What happened instead? === %blabla% is shown normal !blabla! is shown normal What's more? === I think it broke with the 9.1 release. Emacs : GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-04-24 Package: Org mode versio

Re: [O] Klipse change removed line breaks in html export of code blocks

2017-09-18 Thread N. Raghavendra
At 2017-09-16T17:27:14+02:00, Nicolas Goaziou wrote: > I'm Cc'ing Matt, as the author of klipse integration, for some insight. I've submitted a new patch with some explanation in a separate message. I hope you will review it. Cheers, Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish

Re: [O] [PATCH] ox-html.el: Fix display of language indicators for source blocks

2017-09-18 Thread N. Raghavendra
At 2017-06-14T23:02:12+05:30, N. Raghavendra wrote: > At 2017-06-12T12:45:13-04:00, Matt Price wrote: > >> As it stands right now, both changes (addition of `data-editor-type` >> attribute and moving the language name class from `pre` to `code`) >> are necessary to make klipse work > > I tried wit

Re: [O] Old 'C-c tab' binding shadowed

2017-09-18 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > I also use this keybinding for opening subtrees to certain depths. My > reasoning is identical to Marco's, it provides a great overview with very > little noise. > > Would be nice to have these actions context dependent in org so we get the > best of both worlds. Fa

Re: [O] M-RET is not working in the ogr-plus-contrib-20170918

2017-09-18 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > On 2017-09-18 16:06, Nicolas Goaziou writes: > >> Hello, >> >> Ярослав Данько writes: >> >>> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed >>> that M-RET is not working anymore to cont

Re: [O] M-RET is not working in the ogr-plus-contrib-20170918

2017-09-18 Thread Alan Schmitt
On 2017-09-18 16:06, Nicolas Goaziou writes: > Hello, > > Ярослав Данько writes: > >> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed >> that M-RET is not working anymore to continue the list or to insert a new >> heading. If this is a int

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Nicolas Goaziou
Hello, Amos Bird writes: > Um, does this formula image look correct? I feel it's a bit small and > subrendered. > > [[file:/home/amos/Pictures/Screenshots/img-2017-09-18-210416.png]] I cannot see this, since this is a local file. You may want to tweak `org-format-latex-options'. Also, it soun

[O] Confused about the explanation for 'org-cycle'

2017-09-18 Thread Alain . Cochard
Hello. In section "2.3.1 Global and local cycling" of the manual I read: `' (`org-cycle') _Subtree cycling_: Rotate current subtree among the states ,-> FOLDED -> CHILDREN -> SUBTREE --. '---' The curso

Re: [O] M-RET is not working in the ogr-plus-contrib-20170918

2017-09-18 Thread Nicolas Goaziou
Hello, Ярослав Данько writes: > Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed > that M-RET is not working anymore to continue the list or to insert a new > heading. If this is a intended change, what combination of keys is now > instead of the old on

Re: [O] Setting TTY location?

2017-09-18 Thread Peter Davis
Ok, this seems to have solved my problem: (setenv "PATH" (concat "/usr/texbin:/Library/TeX/texbin:" (getenv "PATH"))) Thank you! -pd -- Peter Davis www.techcurmudgeon.com

[O] M-RET is not working in the ogr-plus-contrib-20170918

2017-09-18 Thread Ярослав Данько
Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed that M-RET is not working anymore to continue the list or to insert a new heading. If this is a intended change, what combination of keys is now instead of the old one? Thanks in advance.

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Amos Bird
Um, does this formula image look correct? I feel it's a bit small and subrendered. [[file:/home/amos/Pictures/Screenshots/img-2017-09-18-210416.png]] Nicolas Goaziou writes: > Amos Bird writes: > >> Thanks Nicolas. That's cool. But I couldn't get it working. >> >> I tried this simple equatio

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Amos Bird
dvisvgm doesn't work either but imagemagick does. Thanks! Nicolas Goaziou writes: > Amos Bird writes: > >> Thanks Nicolas. That's cool. But I couldn't get it working. >> >> I tried this simple equation >> >> >> \begin{equation} >> x=\sqrt{b} >> \end{equation} >> >> and got >> >> >> if: File "

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Nicolas Goaziou
Amos Bird writes: > Thanks Nicolas. That's cool. But I couldn't get it working. > > I tried this simple equation > > > \begin{equation} > x=\sqrt{b} > \end{equation} > > and got > > > if: File "/tmp/orgtex24112xzL.dvi" wasn’t produced. Please adjust ‘dvipng’ > part of ‘org-preview-latex-process

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Thanks Nicolas. That's cool. But I couldn't get it working. I tried this simple equation #+BEGIN_EXAMPLE \begin{equation} x=\sqrt{b} \end{equation} #+END_EXAMPLE and got #+BEGIN_EXAMPLE if: File "/tmp/orgtex24112xzL.dvi" wasn’t produced. Please adjust ‘dvipng’ p

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Nicolas Goaziou
Hello, Amos Bird writes: > I found that there are ways to write formulas in mathjax or latex in > org-mode. But how can I view > them inlinely? Currently I just copy and paste formula images which > seems not the right way. See `org-toggle-latex-fragment' (C-c C-x C-l). Regards, -- Nicolas

Re: [O] Release 9.1.1

2017-09-18 Thread Rasmus
Hi, Bastien writes: > Org-mode 9.1.1, a bugfix release, is out. Thank you. I have updated the upstream Emacs branch scratch/org-mode-merge with this release. Please feel free to test it. My (brief) test did not show anything suspicious. I will merge it into the emacs-26 branch ASAP. Thanks

[O] What is the best way to show inline math formulas in org mode?

2017-09-18 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi, I found that there are ways to write formulas in mathjax or latex in org-mode. But how can I view them inlinely? Currently I just copy and paste formula images which seems not the right way. regards, -- Amos Bird amosb...@gmail.com