Re: Binding RET to org-return-and-maybe-indent

2020-07-23 Thread Jarmo Hurri
Hello again. Kévin Le Gouguec writes: > As ORG-NEWS notes, if you want RET to stop indenting, you can disable > electric-indent-mode in org-mode-hook: > > #+begin_src emacs-lisp > (add-hook 'org-mode-hook (lambda () (electric-indent-mode -1))) > #+end_src Unfortunately this has side effects:

Re: Reposting Elgantt announcement

2020-07-23 Thread Jeff Filipovits
Eric S Fraga writes: A quick question, however. My projects tend to be multi-year. Does the graphical presentation provide optional control of the date information along the top? We often use each year as a major divider with Q1..Q4 subdivisions for quarterly views of multi-year projects.

Re: Reposting Elgantt announcement

2020-07-23 Thread Eric S Fraga
This looks very impressive and, as Russell says, there is a fair bit of potential demand for a good org based GANTT chart tool. I don't have time to have a serious look at it right now (preparing for teaching in a COVID-19 world...) but will do so when I can. A quick question, however. My projec

Re: Binding RET to org-return-and-maybe-indent

2020-07-23 Thread Kévin Le Gouguec
Jarmo Hurri writes: >> #+begin_src emacs-lisp >> (add-hook 'org-mode-hook (lambda () (electric-indent-mode -1))) >> #+end_src > > Unfortunately this has side effects: it changes at least the way > parentheses and indentation interact when opening a Babel source code > block. It might be a good id

Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-23 Thread Kyle Meyer
Leo Vivier writes: > I have already filled the paperwork, and I will send you the scan in > a separate email. Could you move me to the list of current > contributors? Sorry for the mix-up. Updated.

FR: allow adding a deadline with warning days [was Re: deadline warning days entry]

2020-07-23 Thread Samuel Wales
i think the following boils down to: i think it would be less error prone if we allowed c-u c-u to work when adding a deadline to an entry. in maint it errors. thank you. On 7/22/20, Samuel Wales wrote: > i tend to want either zero or some number [like 4 or 8] for deadline > warning days for d

Re: Binding RET to org-return-and-maybe-indent

2020-07-23 Thread Jarmo Hurri
Hi Kévin. Kévin Le Gouguec writes: >>> #+begin_src emacs-lisp >>> (add-hook 'org-mode-hook (lambda () (electric-indent-mode -1))) >>> #+end_src >> >> Unfortunately this has side effects: it changes at least the way >> parentheses and indentation interact when opening a Babel source code >> blo