Clément Pit--Claudel writes:
> On 2016-10-07 22:38, Adam Porter wrote:
>> I understand the motivation for making this change, but I respectfully
>> request that this be made configurable. I much prefer the "clean" links
>> without visible brackets, and adding them would seem like a regression
>>
On 2016-10-10 10:17, Nick Dokos wrote:
> Clément Pit--Claudel writes:
>
>> On 2016-10-07 22:38, Adam Porter wrote:
>>> I understand the motivation for making this change, but I respectfully
>>> request that this be made configurable. I much prefer the "clean" links
>>> without visible brackets,
Clément Pit--Claudel writes:
> On 2016-10-10 10:17, Nick Dokos wrote:
>> Clément Pit--Claudel writes:
>>
>>> On 2016-10-07 22:38, Adam Porter wrote:
I understand the motivation for making this change, but I respectfully
request that this be made configurable. I much prefer the "clean
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Aloha Barbara,
Barbara Shirtcliff writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mod
I am not sure it makes sense to change anything for this. There is
different behavior with scripts and the interpreter independently of
org-mode, e.g. with python -i:
>>> for i in range(3):
... print(i)
... i
File "", line 3
i
^
SyntaxError: invalid syntax
Vanilla python sessions ar