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
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
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.
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
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
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.
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: