Hi,
After upgrading to 9.7 (still on Emacs 27.1), I'm seeing very long waits
when trying to use tag completion in large files, whether with C-c C-q,
%^g in capture templates or running (org-get-buffer-tags) directly. This
applies both to 9.7.1 and 9.7.2 (on two different machines with similar
envi
Hi
I would like to know if this "syntax" is ok or if I shouldn't write anything in
the first line after a headline:
EXAMPLE 1:
** PROY CLIENT
DEADLINE: <2024-07-03 mi.> (26 weeks excluding week 52, ready)
:PROPERTIES:
:DIR: c:/CLIENT
:END:
ETC
*** ETC
EXAMPLE 2:
** PROY CLIENT
DEADLINE:
Kepa writes:
> I would like to know if this "syntax" is ok or if I shouldn't write anything
> in the first line after a headline:
>
> EXAMPLE 1:
>
> ** PROY CLIENT
> DEADLINE: <2024-07-03 mi.> (26 weeks excluding week 52, ready)
> :PROPERTIES:
This will happen to work, but I do not recommend.
I made some changes to my buffer display settings. When the structure
template choice interface does not fall back to creating a frame, it
does not exhibit the errant point behavior.
In any case, after creating the comment block, the point should
probably move inside the block like it does for so
Psionic K writes:
> I made some changes to my buffer display settings. When the structure
> template choice interface does not fall back to creating a frame, it
> does not exhibit the errant point behavior.
>
> In any case, after creating the comment block, the point should
> probably move insid
Sorry, I didn't intend to keep digging. I would need to debug the buffer
display behavior to find out why frames were being created to make a
reproduction.
The fallbacks I removed from `display-buffer-fallback-actions' were the
ones that create frames.
On Thu, Jun 6, 2024 at 7:18 PM Ihor Radche
Psionic K writes:
> Sorry, I didn't intend to keep digging. I would need to debug the buffer
> display behavior to find out why frames were being created to make a
> reproduction.
Ok.
Feel free to submit a more detailed bug report if you find a time to
create a reproducer. For now, there is not
Bruno Cardoso writes:
> The attached patch is now rebased to new Org version.
Thanks!
Applied, onto main, with amendments.
I re-worded the manual and news entries, moved the news entry to new
features, addressed compiler warnings, and added a FIXME marking the
Emacs version check for removal whe
Am 06.06.24 um 08:20 Uhr schrieb Visuwesh:
> Thanks for the analysis. Given that Alan says GNUStep cannot handle
> non-text clipboard items, I cannot propose anything myself. It would be
> nice if a Mac user can write a report and send it to the Emacs
> developers. Perhaps Juergen can do it?
Christian Moe writes:
> After upgrading to 9.7 (still on Emacs 27.1), I'm seeing very long waits
> when trying to use tag completion in large files, whether with C-c C-q,
> %^g in capture templates or running (org-get-buffer-tags) directly. This
> applies both to 9.7.1 and 9.7.2 (on two different
Juergen Fenn writes:
> Am 06.06.24 um 08:20 Uhr schrieb Visuwesh:
>> Thanks for the analysis. Given that Alan says GNUStep cannot handle
>> non-text clipboard items, I cannot propose anything myself. It would be
>> nice if a Mac user can write a report and send it to the Emacs
>> developers. P
Bruno Cardoso writes:
> On 2024-06-05, 11:29 +, Ihor Radchenko wrote:
>
>> See the attached tentative patch.
>>
>> I introduced a new placeholder - %\*N. It refers to _all_ the prompts,
>> unlike %\N. If you have better ideas about syntax, please share.
>>
>
> Thank you, Ihor! I tested it bo
Phil writes:
> Yes, it is. The re-wiring will need to federate
> and differentiate some command-line options
> without them clashing. Of course it's easier to
> get it operational on databases one is used to work
> with.
> I'll be testing further these new functions in real
> conditions before, a
Suhail Singh writes:
> Ihor Radchenko writes:
>
>> Indeed. But I wanted to nudge you to do a bit better :)
>
> "Better" here is subjective and we have a difference in opinion, which
> is okay. While I am not motivated to submit such an alternative patch,
> I also am not aware of any common usec
Am 06.06.24 um 17:17 Uhr schrieb Ihor Radchenko:
> Juergen Fenn writes:
>
>> Am 06.06.24 um 08:20 Uhr schrieb Visuwesh:
>>> Thanks for the analysis. Given that Alan says GNUStep cannot handle
>>> non-text clipboard items, I cannot propose anything myself. It would be
>>> nice if a Mac user ca
Aloha.
I'm a long-time user of emacs, org-mode for about 10 years but cannot
figure out how to export DEADLINE events from org-agenda to
org-icalendar-export-to-ics.
I've found references to setting the
org-icalendar-use-deadline
variable but haven't yet found the successful incantation to
Hello there, thanks for Org Mode!
ob-sql.el has a function org-babel-execute:sql. This function extracts
the password to connect to your database of choice as dbpassword.
It then uses it like this:
(if dbpassword
(format "PGPASSWORD=%s " dbpassword)
"")
If the password contains
On 2024-06-06, 11:53 +, Ihor Radchenko wrote:
>
> Thanks!
> Applied, onto main, with amendments.
> I re-worded the manual and news entries, moved the news entry to new
> features, addressed compiler warnings, and added a FIXME marking the
> Emacs version check for removal when we drop Emacs
Ihor Radchenko writes:
> "Suhail Singh" writes:
>
>> When there is, say, an "example" result block that is indented (i.e.,
>> the entire block including the delimiters is indented) and it contains
>> some asterisks in the middle, org-lint considers it to be a possible
>> case of misplaced-headin
* [2024-06-07 00:58] Andrea:
org-babel-execute:sql. This function extracts
the password to connect to your database of choice as dbpassword.
It then uses it like this:
(format "PGPASSWORD=%s " dbpassword)
If the password contains an & character, the execution of a block fails.
I sol
hi everybody,
Sometimes I think it is useful to open a DB in readonly mode
eg. to avoid modifying by mistake
This is a patch to ob-sqlite.el to accomplish that
It adds support for opening a sqlite database in readonly only.
It does it by adding a babel parameter readonly. If present, the
dat
21 matches
Mail list logo