I confirm that there still is the problem with org-table on Emacs
28.0.90 pretest with org-version 9.5.1.
Here is a recipe to reproduce the problem. I still have to stick to
26.3.
1. emacs -Q
2. (defun emacs-bug-reproduce-45915 () ...)
3. (call-interactively 'emacs-bug-reproduce-45915)
(defu
On 2021-12-06, at 23:10, Tim Cross wrote:
> It is difficult to recommend resources as a lot depends on your own
> experience, what level you want to dive into and what you want to be
> able to do. There is a big difference in knowing enough emacs lisp to
> tweak your Emacs configuration and kno
> On Mon, 06 Dec 2021 20:48:46 -0500, Kyle Meyer said:
Kyle> Right, this stems from org-priority feeding " " to string-to-number
and
Kyle> ending up with 0 instead of the ?\s (32) that's used downstream to
Kyle> signal "remove". The problem goes back to when support for numeric
On Tuesday, 7 Dec 2021 at 08:09, Loris Bennett wrote:
> However, I can just pipe the output through 'sed' to get one at the
> beginning, so all is well.
Excellent! sed is one of the most underrated tools in our arsenal and
actually highlights the great thing about org being all about text.
--
Hi,
Org mode needs to have his pdf documentation on the official web page
of documentation : https://www.gnu.org/software/emacs/manual/org.html
How much time for example to copy http://www.presentiel.com/org/org.pdf
file on the official web site for gnu documentation, or if you prefer
to gene
Hello,
I found a potential bug in org which I can reproduce with a
minimal configuration.
I added some org-capture templates purely for clocking into tasks
via the capture-menu. These capture templates are for things I
want to time-track but don't want to create a special entry for
(like e
Hello Michael,
> Michael Eliachevitch writes:
> Hello, I found a potential bug in org which I can reproduce with a
> minimal configuration.
> I added some org-capture templates purely for clocking into tasks
> via the capture-menu. These capture templates are for things I
brownexitus via "General discussions about Org-mode."
writes:
> The org-manual could use more practical examples, in my opinion.
> How does one submit suggestions/edits?
Thanks for the interest in improving the manual!
The contribution to manual are done same way as any other contribution -
you
Obrigado, Eduardo!
I didn't know that command: "setq last-kbd-macro" and probably it will
be useful with elmacro too.
(outline-next-visible-heading) ;; C-c C-n
I save your instructions to my notes to use them :-)
Saúde!
El 07/12/2021 a las 3:11, Eduardo Ochs escribió:
On Mon, 6 Dec 2021 a
Hi Ypo!
You may find this useful too. I often use it when I want to put
editing commands in my functions and I'm in a hurry and not in a mood
to find their names - so for example I use (eek "C-l") instead of
(recenter-top-bottom), or (eek " C-a C-SPC M-w C-y") to
duplicate the line above the poin
Applying `org-fill-paragraph' to /e.g./
/Some text./ Some more text.
when `sentence-end-double-space' is t removes the double space to a
single space. The same happens with other formatting like *bold* and
_underline_. In other instances it is more context aware. /E.g./
applying it to
(S
Hello Colin,
This is amazing. I have run into exactly the same problem. I was
wondering whether to report it!
Oh, and I can reproduce the bug with your ECM.
Glad that I'm not alone. When you say you ran into this, is this
something that appeared to you in a recent org-version for
existing c
Robert Pluim writes:
>> On Mon, 06 Dec 2021 20:48:46 -0500, Kyle Meyer said:
> Kyle> Right, this stems from org-priority feeding " " to string-to-number
> and
> Kyle> ending up with 0 instead of the ?\s (32) that's used downstream to
> Kyle> signal "remove". The problem goes bac
Hello Michael,
> Michael Eliachevitch writes:
> Hello Colin,
>> This is amazing. I have run into exactly the same problem. I was
>> wondering whether to report it!
>>
>> Oh, and I can reproduce the bug with your ECM.
> Glad that I'm not alone. When you say you ran i
Colin Baxter 😺 writes:
> If you get no response on this org-mode list, perhaps re-submit it as a
> normal emacs bug (M-x report-emacs-bug ).
That's not a good idea. org-mode related staff is just forwarded back to
this list (but not even always).
Just wait a bit until someone get free time to l
15 matches
Mail list logo