Marcin Borkowski writes:
>> If you have interest, going through org-colview.el code would be
>> helpful. It is a bit messy and deserves more cleaning and commenting.
>
> Since org-colview is pretty long, I decided to look into the manual
> instead. But I couldn't make the column view to do what
On 2022-12-26, at 09:26, Ihor Radchenko wrote:
> Marcin Borkowski writes:
>
>>> https://orgmode.org/manual/Capturing-column-view.html
>>> https://orgmode.org/manual/Column-attributes.html
>>
>> Good point, I forgot about those. But: is it possible for the column
>> view to just include the su
On Mon, Dec 26, 2022 at 7:03 AM Max Nikulin wrote:
> On 24/12/2022 09:43, Peter Mao wrote:
> > The following commands are missing from the manual!
> >
> > org-forward-element
> > org-backward-element
>
> I think, the manual was written with assumption that Emacs users are
> familiar with C-up, M-
Here is a minimal example: file debug2.org which contains
* foo
*** inlt
ininlt
*** END
bar
I run
emacs -Q -l ~/.emacs
where .emacs contains only
(require 'org-inlinetask)
and which gives
GNU Emacs 27.2 (build 1, x86_64-redhat-linux-gnu, GTK+
This works perfectly!
I get both fixed pitch and syntax highlight!
Thank you so much for your work, Ihor!
* Ihor Radchenko [2022-12-26 13:05]:
> In any case, breaking the way existing menu works is not something we
> can do without proposing a fallback.
> https://bzg.fr/en/the-software-maintainers-pledge/
I have never said anything about "breaking the way existing menu
works".
The concept offered do
On 26/12/2022 17:34, Ihor Radchenko wrote:
Max Nikulin writes:
(let ((calendar-date-display-form calendar-iso-date-display-form))
...
The reason I suggest using the default value is that
`calendar-iso-date-display-form' is a defcustom.
Thank you, I did not noticed that it is a user option. I
On 24/12/2022 09:43, Peter Mao wrote:
The following commands are missing from the manual!
org-forward-element
org-backward-element
I think, the manual was written with assumption that Emacs users are
familiar with C-up, M-{, C-down, M-} keystrokes.
These two should be mentioned in the manu
On 26/12/2022 18:01, Ihor Radchenko wrote:
Ihor Radchenko writes:
1. ~/Git/with-emacs.sh/with-emacs.sh -e emacs-27 -O -- -l org
I was finally able to reproduce using emacs-26.
Maybe your Emacs 27 is older than mine? I have GNU Emacs 27.2
Debian stable and Ubuntu LTS have Emacs-27.1 only, so
Ihor Radchenko writes:
> 1. ~/Git/with-emacs.sh/with-emacs.sh -e emacs-27 -O -- -l org
I was finally able to reproduce using emacs-26.
Maybe your Emacs 27 is older than mine? I have GNU Emacs 27.2
I also tried with Emacs 28. Not able to reproduce.
--
Ihor Radchenko // yantar92,
Org mode cont
Max Nikulin writes:
> On 26/12/2022 16:23, Ihor Radchenko wrote:
>>
>> Fixed on bugfix now.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9c79aedec
>
> I have never heard about `calendar-date-display' before so I am curious
> under which circumstances the following will not
On 26/12/2022 16:23, Ihor Radchenko wrote:
Fixed on bugfix now.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9c79aedec
I have never heard about `calendar-date-display' before so I am curious
under which circumstances the following will not work:
(let ((calendar-date-displ
Jean Louis writes:
>> > That is not first complaint, right? I would say it is obvious that
>> > such interface is not user friendly.
>>
>> Yes and no. Some users do not like it. Some users prefer the existing
>> one. Conclusion: even if we implement something better, it should be
>> backwards c
Matt writes:
> On Sun, 25 Dec 2022 06:23:53 -0500 Ihor Radchenko wrote ---
> > As you see, "%S" have been used previously for non-string results.
> > I cannot find explanation in git log.
> >
> > That said, I think that it will be more consistent to leave strings
> > specifically a
[Adding Org mailing list back to CC]
"David O'Toole" writes:
> Here is a script and some files that reproduce the issue for me in a fresh
> "emacs -Q".
>
> csv-test.el --- the test script
> csv-test.org --- the file to pull agenda items from
> csv-test.csv --- the output
Thanks!
Fixed on bugfi
duskhorn writes:
> I have set up my org-mode so that I use variable pitch fonts for most of the
> items and fixed pitch fonts for verbatim and src blocks.
>
> This works as expected for languages babel knows by default, for example
> emacs-lisp, python and c++.
>
> However, I get variable pitch
Max Nikulin writes:
>> I tried to follow these steps, but unfortunately I am unable to
>> reproduce. Everything works fine using Emacs 27 on my side. Strange.
>
> I tried it once more in a minimal LXC container with Ubuntu-22.04 LTS
> jammy. This time I even removed the elpa-org-9.5.2 system pac
Marcin Borkowski writes:
>> https://orgmode.org/manual/Capturing-column-view.html
>> https://orgmode.org/manual/Column-attributes.html
>
> Good point, I forgot about those. But: is it possible for the column
> view to just include the summary (like "100 headlines, including 10
> TODOs and 30 DON
On 2022-12-26, at 09:05, Ihor Radchenko wrote:
> Marcin Borkowski writes:
>
>> I've been using clock tables for some time now, and they are very
>> useful. However, it has just occurred to me that I'd really appreciate
>> another feature - a "task table". By this, I mean a table (generated
>
Marcin Borkowski writes:
> I've been using clock tables for some time now, and they are very
> useful. However, it has just occurred to me that I'd really appreciate
> another feature - a "task table". By this, I mean a table (generated
> much like a clock table) with a summary of all tasks in
20 matches
Mail list logo