fm4d writes:
> Yes, well, I did not dig deeper into the 'maint' branch to find the
> exact commit that caused it and since I managed to fix it and nobody
> else is able to reproduce the issue I dont think I will.
I understand. OTOH, if you find the energy to dig deeper, it may help us
understand
Nicolas Goaziou writes:
> Hello,
>
> fm4d writes:
>
>> I believe that this diff is part of that commit -
>> http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el
>
> The commit you point to is a branch merge. It
Hello,
fm4d writes:
> I believe that this diff is part of that commit -
> http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el
The commit you point to is a branch merge. It is a kind of "meta commit"
that incorpo
I believe that this diff is part of that commit -
http://repo.or.cz/org-mode.git/blobdiff/1045e9e9c0e6438f5ee9dc4f0e5c720a8b670cdd..a311a856514e9245074b02c89d51a9f339784d1c:/lisp/org.el
Nicolas Goaziou writes:
> Hello,
>
> fm4d writes:
>
>> Well, the behaviour is IMO different because something
Hello,
fm4d writes:
> Well, the behaviour is IMO different because something happend in the
> commit
> http://repo.or.cz/org-mode.git/commit/a311a856514e9245074b02c89d51a9f339784d1c
> that broke it. The indent-tabs-mode is off.
Actually, that commit changes nothing. Could you double check your
Well, the behaviour is IMO different because something happend in the
commit
http://repo.or.cz/org-mode.git/commit/a311a856514e9245074b02c89d51a9f339784d1c
that broke it. The indent-tabs-mode is off.
Eric S Fraga writes:
> On Saturday, 16 Apr 2016 at 15:42, fm4d wrote:
>> I made two short videos s
Eric S Fraga ucl.ac.uk> writes:
>
> I don't understand why the behaviour is different with different
> versions of org but, just in case, what is the setting of
> indent-tabs-mode? I find that things work best with this set to
> nil. The actual use of tabs is a holdover from typewriter days...
On Saturday, 16 Apr 2016 at 15:42, fm4d wrote:
> I made two short videos showing what exactly I mean.
>
> http://fm4d.net/indent1.ogv - with master
> http://fm4d.net/indent2.ogv - with 8.3.3
I don't understand why the behaviour is different with different
versions of org but, just in case, what is
John Hendy gmail.com> writes:
>
>
>
> On Apr 16, 2016 09:31, "Adam Porter" alphapapa.net> wrote:
> >
> > The only thing I can think of is that it might be something to do with
> > indenting with tabs vs. spaces. Maybe check your indentation settings.
> > Also see if you can reproduce it with
On Apr 16, 2016 09:31, "Adam Porter" wrote:
>
> fm4d writes:
>
> > I can see that I should have explain it with more clarity.
> > I am using and the actual code is indented correctly inside
> > and when tangled, BUT it is displayed incorrectly in the
> > src block after I return from and org-i
fm4d writes:
> I can see that I should have explain it with more clarity.
> I am using and the actual code is indented correctly inside
> and when tangled, BUT it is displayed incorrectly in the
> src block after I return from and org-indent-mode is on.
> The code I posted should show what I m
Hello,
fm4d writes:
> I can see that I should have explain it with more clarity.
> I am using and the actual code is indented correctly inside
> and when tangled, BUT it is displayed incorrectly in the
> src block after I return from and org-indent-mode is on.
> The code I posted should show
Adam Porter writes:
> fm4d writes:
>
>> Hello, I found an indentation bug in the master branch.
>>
>> Steps to reproduce:
>>
>> * Test 1
>> ** Test 2
>> #+BEGIN_SRC emacs-lisp
>> (setq foo 1
>> bar 2)
>> #+END_SRC
>>
>> Paste this code into org-mode buffer with org-startup-indented tu
fm4d writes:
> Hello, I found an indentation bug in the master branch.
>
> Steps to reproduce:
>
> * Test 1
> ** Test 2
> #+BEGIN_SRC emacs-lisp
> (setq foo 1
> bar 2)
> #+END_SRC
>
> Paste this code into org-mode buffer with org-startup-indented turn on
> org-indented-mode. You shoul
Hello, I found an indentation bug in the master branch.
Steps to reproduce:
* Test 1
** Test 2
#+BEGIN_SRC emacs-lisp
(setq foo 1
bar 2)
#+END_SRC
Paste this code into org-mode buffer with org-startup-indented turn on
org-indented-mode. You should see the src block missindented lik
15 matches
Mail list logo