Re: [O] editing orgmode code blocks always indents content..anyway to stop this?

2017-01-30 Thread Xebar Saram
On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou wrote: > org-edit-src-content-indentation > thx Nicolas! i have this set in my config to '0' see here #+BEGIN_SRC emacs-lisp :results none ;; don't indent source code org-edit-src-content-indentation 0 ;; don't adapt indentation org-adapt-inden

Re: [O] editing orgmode code blocks always indents content..anyway to stop this?

2017-01-30 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > i have this weird behaviour where when sometime i edit org code blocks the > text moves (i guess indents) automatically so i start with this > > #+BEGIN_SRC emacs-lisp :results none > (require 'gnus) > (require 'nnir) > #+END_SRC > > > > and the text switches automa

[O] editing orgmode code blocks always indents content..anyway to stop this?

2017-01-30 Thread Xebar Saram
Hi all i have this weird behaviour where when sometime i edit org code blocks the text moves (i guess indents) automatically so i start with this #+BEGIN_SRC emacs-lisp :results none (require 'gnus) (require 'nnir) #+END_SRC and the text switches automatically to this: #+BEGIN_SRC emacs-lisp

[O] [PATCH] ox-latex.el: Wrap 'minted' src blocks in a 'listing', environment

2017-01-30 Thread Lixin Chin
Hi everyone, Included is a patch to make the 'minted' source code syntax highlighting package behave the same as the 'listings' source code syntax package when exporting an org-mode document to LaTeX. Previously, 'minted' would only get exported to a floating environment if '#+ATTR_LATEX: :float

Re: [O] Mobile org

2017-01-30 Thread Sean Escriva
Thanks for letting me know. Note that the latest release is now available: https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8 On Mon, Jan 30, 2017 at 12:59 PM Paul Schlesinger wrote: > There appear to be more than just one of us. > > paul > > On Mon, Jan 30, 2017 at 11:26 AM, Kenneth Jac

[O] Update for MobileOrg iOS v1.7 released

2017-01-30 Thread Sean Escriva
Hello fellow Org users, After beta testing several builds, the latest updated version of MobileOrg for iOS has finally been released: https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8 Functionality is essentially the same as the previous version, just refreshed the various SDKs and updat

Re: [O] org-ref glitch with 2 bib files

2017-01-30 Thread John Kitchin
I can confirm this was happening. I am not sure how it broke, but I have pushed a fix that I think fixes it. Alan L Tyree writes: > G'day, > > I have this near the end of my MS: > > bibliography:refs.bib,tyree.bib > > org-ref finds the entries from refs.bib, but not tyree.bib. > > If I reverse th

Re: [O] Bug: Emacs hangs with badly defined multi characters key hierarchy in org-capture-templates [9.0 (9.0-dist @ /cygdrive/c/Users/re/.emacs.d/site-lisp/org-9.0/lisp/)]

2017-01-30 Thread Nicolas Goaziou
Hello, Roland Everaert writes: > When using multicharacters keys, if a key definition entry is missing, > emacs hangs and must be killed. > > Example of an offending org-capture-templates definition: > > (setq org-capture-templates > '(("t" "Todo" entry (file+headline "~/somefile.org" "Tâc

[O] :results raw for html export problem

2017-01-30 Thread Lawrence Bottorff
Here's some Lisp in an org file that I export to html #+begin_src lisp :exports both :results raw (write (setf my-array (make-array '(10 (terpri) ; goo.gl/lCcdDU / Function TERPRI, FRESH-LINE (setf (aref my-array 0) 25) (setf (aref my-array 1) 23) (setf (aref my-array 2) 45) (setf (aref my-arr

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-30 Thread David Engster
John Wiegley writes: >> "DE" == David Engster writes: > > DE> This is a misunderstanding. I said I wanted to move support for certain > DE> languages and project types into ELPA, not CEDET core. I'm still of the > DE> opinion that moving it completely to ELPA is a mistake. > > It would only be

Re: [O] Mobile org

2017-01-30 Thread Paul Schlesinger
There appear to be more than just one of us. paul On Mon, Jan 30, 2017 at 11:26 AM, Kenneth Jacker wrote: > > there are people besides just me that use it :) > > > ​Yes ... like me! > > *OrgMode* is one of my most used ​"systems". > > Getting *MobileOrg* updated would be great! > > -Kenneth > >

Re: [O] Mobile org

2017-01-30 Thread Kenneth Jacker
> there are people besides just me that use it :) ​Yes ... like me! *OrgMode* is one of my most used ​"systems". Getting *MobileOrg* updated would be great! -Kenneth

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-30 Thread John Wiegley
> "DE" == David Engster writes: DE> This is a misunderstanding. I said I wanted to move support for certain DE> languages and project types into ELPA, not CEDET core. I'm still of the DE> opinion that moving it completely to ELPA is a mistake. It would only be a mistake if other parts of cor

Re: [O] Org-mode: Tagging the CLOCK line

2017-01-30 Thread Shawn Way
Thanks. I was hoping that collaboration had advanced since the 2010 discussion on this topic. Unfortunately, I don't know enough about elisp to hack something together for org-mode. This combined with GIT would be awesome for a project management tracking tool. Shawn Way, PE -Original Mes