Joseph Peterson writes:
>
>
> Steps to reproduce:
> Enter org mode (I am on cc2490a7061955395c4f5a1a23a088044554a2f7)
> Type *bold* *bold* *bold*
> Notice that the second instance is not bolded while the first and third
> ar
This is a tiny change that just checks for a 'date' field if 'year' is
nil, and if present, grabs the first four characters.
Bruce
From feee2ca6d54d3495050de334c258438950494372 Mon Sep 17 00:00:00 2001
From: Bruce D'Arcus
Date: Fri, 29 Oct 2021 08:17:43 -0400
Subject: [PATCH] oc-basic: Support bi
Hello,
I use Emacs 27.1 on Windows and Org 9.3.
>From time to time I work on files mounted from a remote host which is
late compared to my pc. Then I encounter errors when producing files
from Org:
File xxx wasn't produced
But the file is produced and is up-to-date. The error message comes
fro
While I'm at it, here's a followup to the "date" patch that adds a
little function to shorten author names, and uses it for the "plain"
entry output.
This is a simple function ATM; it only strips given names from
personal names, and is only used on the "plain" entry output.
But it should be easil
Hi All,
I've been meeting a small glitch on the Agenda, which had been eluding
me for some time, as it "sometimes works, sometimes doesn't", and I
wasn't being able to recognize the rule for it. So I started keeping
track of it a while, and I was thus able to come up with a ECM. I'm not
sur
Gustavo Barros writes:
> The glitch is that some repeated tasks, when marked done in the Agenda,
> show no visual feedback that the action has taken place, as usual, and
> if you refresh the Agenda, they just vanish, which demonstrates the
> action had indeed taken place in the agenda file, ju
Hi Ihor,
On Fri, 29 Oct 2021 at 21:40, Ihor Radchenko wrote:
Confirmed
Thanks for checking and marking.
Best,
Gustavo.
Hi Ihor,
My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60.
1. Delete any existing org-persist directory.
2. mkdir ~/a
3. emacs -Q
4. Evaluate path to latest org-mode. I enter
(add-to-list 'load-path (expand-file-name "~/path/to/git/org-mode/lisp"))
in the scratch buffer and do C-
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
Colin Baxter 😺 writes:
> Hi Ihor,
>
> My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60.
Thanks! I was able to reproduce on my system. Should be fixed on main
via 9f87b1cc3.
Best,
Ihor
On 28/10/2021 11:04, Greg Minshall wrote:
i wonder if it would be reasonable to add an option such that, when
tangling, `org-babel-tangle` would not write a file with the
already-existing contents of the target file?
Are you going to celebrate a decade of the feature request?
https://list.org
> Ihor Radchenko writes:
> Colin Baxter 😺 writes:
>> Hi Ihor,
>>
>> My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60.
> Thanks! I was able to reproduce on my system. Should be fixed on
> main via 9f87b1cc3.
Yes, I can confirm the problem is fixed for me.
Aloha,
Marc van der Sluys 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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
Max,
> > i wonder if it would be reasonable to add an option such that, when
> > tangling, `org-babel-tangle` would not write a file with the
> > already-existing contents of the target file?
>
> Are you going to celebrate a decade of the feature request?
> I agree with you, make is wide spread a
Hi All,
Currently, trying to set `org-link-descriptive' as file-local-variable
is not honored by Org, and doing so, leads to one of mismatched states
between `org-link-descriptive' and the invisibility specs.
An ECM for it. Start ~emacs -Q~ and setup current Org:
#+begin_src emacs-lisp
(add
See:
https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/
For context:
(and (symbolp func)
(native-comp-available-p)
(fboundp 'subr-native-elisp-p)
The check could be wrapped in a function to prevent this in the
future. e.g.
(defun org-native-com
No Wayman writes:
> See:
> https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/
>
>
> For context:
>
>>(and (symbolp func)
>> (native-comp-available-p)
>> (fboundp 'subr-native-elisp-p)
>
> The check could be wrapped in a function to prevent this in the
>
I am looking for a set of regular expressions that roughly describe most of the
important org syntax.
A bit like
@code\{[^\}]*\}|@command\{[^\}]*\} ...
describes part of the texi code found in the Emacs manuals.
I could figure something out, but I thought maybe there is already something
arou
Jean-Christophe Helary writes:
> I am looking for a set of regular expressions that roughly describe most of
> the important org syntax.
>
> A bit like
>
> @code\{[^\}]*\}|@command\{[^\}]*\} ...
>
> describes part of the texi code found in the Emacs manuals.
>
> I could figure something out, but
> On Oct 30, 2021, at 14:18, Ihor Radchenko wrote:
>
> Jean-Christophe Helary writes:
>
>> I am looking for a set of regular expressions that roughly describe most of
>> the important org syntax.
>
> You need to study org-element.el starting from
> `org-element--current-element'.
Thank you I
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
21 matches
Mail list logo