* lisp/ox.el (org-export--skip-p): no longer export single-line
comments as blank lines which did break paragraphs in two.
TINYCHANGE
---
lisp/ox.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox.el b/lisp/ox.el
index 9a8e63046..2c50fba0c 100644
--- a/lisp/ox.el
++
* testing/lisp/test-ox.el (test-org-export/comments) test updated
according to behavior change when exporting a comment:
a single line of comment no longer insert a blank line
TINYCHANGE
---
testing/lisp/test-ox.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/lis
Le 01/06/2022 à 13:48, Max Nikulin wrote :
On 01/06/2022 12:30, Phil Estival wrote:
* lisp/ox.el (org-export--skip-p): no longer export single-line
comments as blank lines which did break paragraphs in two.
unfortunately, you took a wrong direction
If you are interested in other cases when
On 29/05/2022 à 02:46, Ypo wrote:
>
> I wanted to export my # comments so I could
> share my notes with more people, using HTML
> export. I would export all of them.
>
Ypo,
As it is very close to what you're asking,
here I'm suggesting how to export # comments in org,
as to the HTML
and % com
Hi there
- A nasty bug when inserting an item in a list
in last position (org 9.5.3-g69c588):
- here is a list
with a sub list
- like here ;
and then text
x
1) when trying to insert an item in the list
above, by suppressing the "x", and hitting
M-RET, if there
[2022-06-03 Wed 11:45] Ihor Radchenko :
>
> I'd like to hear if anyone has any idea on how to interpret the
> following:
>
> 1. org-protecting-blocks is an internal auxiliary variable used to
> determine which blocks should be fontified using different major
> mode.
> It's value is ("src"
x27;t set, an underline will run all over the line.
have a nice day,
Phil
From c6e0bf2b4753608467bf9d545f62cc1d79bda80f Mon Sep 17 00:00:00 2001
From: Phil Estival
Date: Wed, 8 Jun 2022 08:24:00 +0200
Subject: [PATCH 1/2] (cosmetic) distinct faces in block declaration when is
language set
---
> I've been using Org Mode for literate programming purposes, and
> would like to have line-numbers within `src` blocks. [...]
> I'd be glad to help implementing this feature, if I can be slightly
> guided on where to refer to look for in the codebase.
https://kitchingroup.cheme.cmu.edu/blog/20
* [2024-08-11 18:39] Ihor Radchenko:
Phil writes:
(https://gitlab.com/7dnz/org-weblog) lands in this
category, with an emphasize on a — very verbose I admit — but strict
literate programming. It's a 99KB file, with tests, attempts,
explanations, explorations, etc.
The page documentation is p
* [2024-09-11 05:01] Adam Porter:
Hi Phil,
A quick, initial suggestion: it would be good to reformat the Lisp code
in both projects, as I see several cases of incorrect indentation,
hanging parens, extra blank lines, etc, and some of them would make the
code hard to read. For my Lisp editi
* [2024-10-20 14:34] Ihor Radchenko:
Phil Estival writes:
ob-sql-session :
- handle large results
- has :results tables
- accept header variables (:var)
- accept sql client shell commands
- keep login parameters
- prompt only for blank connection parameters
- can use `with-environment
* [2024-11-09 15:43] Ihor Radchenko:
Phil Estival writes:
Have you considered integrating it into ob-sql itself?
If not, what are the obstacles?
Hello Ihor,
yes I have. It grows ob-sql by approximately 300 lines.
There are rooms for improvements.
https://github.com/flintforge/ob-sql
Hi Adam,
* [2024-09-18 00:25] Adam Porter:
Hi Phil,
On 9/17/24 05:00, Phil Estival wrote:
Also, for org-sql-session (which sounds very useful), it would be good
to compare and contrast it with the package it's meant to supersede.
The following comparison was added to the readme
test set.
From 10bcb0fa4a5176657604a8f17c828ff5a60eddaf Mon Sep 17 00:00:00 2001
From: Phil Estival
Date: Tue, 26 Nov 2024 11:34:48 +0100
Subject: [PATCH 01/10] ob-sql: untabify
---
lisp/ob-sql.el | 288 -
1 file changed, 144 insertions(+), 144
* [2024-11-26 15:34] Phil Estival:
From Org 9.7.16,
this patch modifies ob-sql to add support for session.
- reintroduces sqlite in ob-sql (even if there is ob-sqlite.el)
- limitation: no line number in session (a block is provided
on one prompt line)
- tests: some generic macros for
* [2024-12-13 18:46] Ihor Radchenko:
Phil Estival writes:
this patch modifies ob-sql to add support for session.
Before I start a more detailed preview, may you please:
1. Rebase your changes onto main (development) branch. This is where the
new features are added. See
https
* [2025-01-07 19:38] Ihor Radchenko:> Phil Estival writes:
[...]
Some macros [for test suite] should probably be moved upward
in a file where generic functions which purposes are to help
writing the tests of babel source blocks should be declared.
I do not mind.
But please show wh
Org-mouse makes a star followed by a blank space
clickable anywhere, also in source blocks and this triggers the
evaluation of the block or the opening of *Org-Babel Error Output*
or *Org Babel Results*.
emacs -q
org mode v 9.8-pre
file:/tmp/test-org-mouse.org
(require 'org-mouse)
(require 'warn
* [2025-01-17 Fri 06:58 +0100] Ihor Radchenko
Phil Estival writes:
Is there any specific reason why you are seemingly re-implementing what
`sql-product-interactive' does? May we re-use it instead?
Yes. When opening a new connection `sql-product-interactive' will
systematical
lFrom 61cf0a3cc65449f3382e0ffa4ff21b2d07e3cb14 Mon Sep 17 00:00:00 2001
From: Phil Estival
Date: Tue, 21 Jan 2025 12:25:08 +0100
Subject: [PATCH] org.el: whole block fontification does not change extension
of lines
* lisp/org.el: block lines extension can be set in the customization
menu independently o
* [2025-01-11 16:27] Ihor Radchenko:
Phil Estival writes:
Org-mouse makes a star followed by a blank space
clickable anywhere, also in source blocks and this triggers the
evaluation of the block or the opening of *Org-Babel Error Output*
or *Org Babel Results*.
emacs -q
org mode v 9.8-pre
* [2025-01-07 19:38] Ihor Radchenko:> Phil Estival writes:
[...] these `sql-set-product-feature' calls are overriding the defaults
from sql.el. They will not only affect Org babel blocks, but all the
interactive SQL sessions in Emacs. Such side effects are not acceptable.
May we someh
he last message in this thread.
> Phil, do you need any help on this?
I'm on it. I planned last monday to provide a release of this
contribution this week and the next one. I've been using it as a work
configuration lately and brought a few changes.
--
Phil Estival
References:
User-Agent: mu4e 1.12.8; emacs 30.1
Date: Tue, 11 Mar 2025 21:38:00 +0100
* [2025-03-09 15:12 +0800] Lei Zhe :
Hello Lei,
> It'll make the tangle system more flexible, and I would be glad to
> see it included in the next release.
I would be glad too.
> I wanted to check i
* [2025-02-20 17:46 +] Ihor Radchenko :
> Phil Estival writes:
>
>>> whole line does not mean only background. It includes everything -
>>> underline as well. Background is just one example.
>>
>> It does because the variables are programmatically linked
* [2025-02-21 18:57 +] Ihor Radchenko :
> Phil Estival writes:
>
>>> Does the attached diff fix the problem you are encountering?
>>
>> Yes it does. Thank you!
>>
>> But we are losing that previous possibility we had of a
>> bi-color display of
Hello,
I've been working with SQL Procedural Languages lately and I would like
to known if it's possible to distinguish, inside of source blocks, the
syntax coloring from the interpreter the source is to be run with.
For instance, pl/python is run in sql-mode, what it is,
(add-to-list 'org-sr
* [2025-05-14 16:29 +0200] Phil Estival :
> * [2025-02-15 16:25 +] Ihor Radchenko :
>> Ihor Radchenko writes:
>>
>> May you please update your latest patch for ob-sql.el, converting it
>> into (1) patch to sql.el; (2) patch for ob-sql.el that assumes changes
>
f changes in ob-sql.el against release_9.7.30.
The patch that assumes the change in sql.el is n°13.
Cheers
--
Phil Estival
>From d83ee2c93d249673281c401bb78eb0569cd17e07 Mon Sep 17 00:00:00 2001
From: Phil Estival
Date: Tue, 13 May 2025 15:39:51 +0200
Subject: [PATCH 1/2] * lisp/progmodes/sql
* [2025-06-15 20:59 +] Michael Mauger :
> On Sunday, June 15th, 2025 at 3:16 PM, Phil Estival wrote:
>
>> I also took good note of Michael's remarks.
>> The attached series of patches will work
>> without any modification to sql.el. I'll introduce later a
This replaces the previous patch. The `sql-product-interactive' call
was still using the modified signature and does no longer.
>From e27f8231c2f97e6f7f84b6acb793eec7060b8396 Mon Sep 17 00:00:00 2001
From: Phil Estival
Date: Wed, 13 June 2025 17:00:00 +0200
Subject: [PATCH 06/08] ob-
7; bound to the session name. In the absence of it,
sessions will work, but will ask to confirm provided connection
parameter upon establishing connection.
* [2025-05-17 18:05 +] Ihor Radchenko :
> Phil Estival writes:
>
>>> May you please update your latest patch for ob-sql.el, conve
32 matches
Mail list logo