On 2023-07-18 10:13, Ihor Radchenko wrote:
Confirmed.
Thanks for caring about this so quickly ...
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64696
... and for the discussion with Eli & co. Which I did not try to follow
TBH.
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/o
On 2023-06-11 12:21, Ihor Radchenko wrote:
This is a bug. Fixed now, on main.
Thanks!
On 2023-06-10 22:47, Farblos wrote:
Hang on, that test case is not really clean yet ... -Q disabled my
load-path additions, of course ... will give it another try ...
No, the test case is good and exactly as described in the mail before
the previous one, even with "emacs -Q".
Thanks
On 2023-06-10 22:39, Jens Schmidt wrote:
OK, so I cobbled up Org main with branch emacs-29.
Hang on, that test case is not really clean yet ... -Q disabled my
load-path additions, of course ... will give it another try ...
Sorry.
Thanks for the clarification.
On 2023-06-08 13:17, Ihor Radchenko wrote:
Note that we had some bugs in this area in older Org versions.
I happen to have master from git://git.savannah.gnu.org/emacs.git
checked out here. How recent is that w.r.t. "bleeding edge Org" from
git://git.savannah.g
I like the idea of org-adapt-indentation being ´headline-data:
When this variable is set to ‘headline-data’, Org only adapts the
indentation of the data lines right below the headline, such as
planning/clock lines and property/logbook drawers.
However, I find the resulting indentation beha
Forget about that one, it is already fixed in master. During my first test I
used the wrong load path and thus used the distribution-provided org-mode
version.
Cloned https://git.savannah.gnu.org/git/emacs/org-mode.git, changed to
directory "org-mode", made "autoloads", started Emacs as "emacs -Q -L $PWD".
In an otherwise empty org-mode buffer, create a block
#+begin_src shell
# configure shell options and variables. bash-completion
# requires shell o
> We have org-edit-prep:lang functions that do initial setup in individual
> languages. However, they will be applied both when you call
> `org-babel-do-in-edit-buffer' and in C-c '.
I have no problem with these being called in both cases. However, as
functions they would be "extensible" only by
To reproduce, start on a Bourne shell command line with
cat << EOF > foo.org
* heading heading heading
:properties:
:foo: bar
:end:
EOF
Then start
emacs -Q foo.org
In Emacs continue:
M-x set-variable RET case-fold-search RET nil RET
C-c C-x p foo RET bar RET
For me Org then creates a new pro
Concrete use case: I got fed up by sh-mode notifying me about "Indentation
setup for shell type bla" when editing shell source blocks in an Org buffer.
(To reproduce, start "emacs -Q", open an empty org file, create a shell source
block with contents " echo foo", and press TAB on that line.)
11 matches
Mail list logo