Looking for new maintainer for ob-sql-mode

2022-12-01 Thread Nik Clayton
Hi, I wrote https://github.com/nikclayton/ob-sql-mode as a thing that scratched my own itch a few years ago. Since then my need for it has disappeared, but kind people occasionally report issues or send PRs. I'm not really in a position to review them, so I'm looking for someone who would be

[O] Case sensitivity of special block names in HTML export / class names

2019-07-29 Thread Nik Clayton
Hoi, Org special block names (within Org) appear to be case-insensitive. That is, I can write either: #+BEGIN_NOTES ... #+END_NOTES or #+begin_notes ... #+end_notes and Org is happy. I think the switch from Org 8 to 9 changed the default templates to insert lower-case blocks instead of upper

[O] PATCHES: Wrap code in , add an attribute for line number value

2019-06-04 Thread Nik Clayton
Hi, Attached are two TINYCHANGE patches that provide an alternative way of displaying line numbers in generated HTML output. The current approach hardcodes a span containing preformated text. It's non-trivial to move this in the displayed output or adjust the formatting. The content is also part

[O] API for manipulating #+PROPERTY entries?

2019-03-04 Thread Nik Clayton
Hoi, Is there an API for manipulating properties that are set in #+PROPERTY lines before the first headline of a file (i.e., not in a property drawer)? I've got some properties that (a) make sense when set for the whole file, and (b) the file contains multiple first level headings (which isn't

[O] Org-Babel: Alternate caching behaviour when file does not exist

2019-01-23 Thread Nik Clayton
I discovered that if you have ":cache yes" set on a SRC block, with the results being written to a file with ":results filename.png", Org Babel will not re-evaluate the block if the file doesn't exist and the cache checksum hasn't changed. This caused me a problem, as the .org files that I'm

[O] company-mode completions for noweb references

2018-11-06 Thread Nik Clayton
Hoi, I've been writing a few things using Org where I'm making frequent use of noweb references in SRC blocks, and decided that completion would be handy for them. This function will complete "^<<" with a list of the defined named blocks in the current file, if you're in a SRC block. It could

[O] Best way to process a collection of .org files as one?

2018-11-01 Thread Nik Clayton
Hoi, What's the best way to process (ideally using the org-element API) a collection of .org files as one larger file? I'm using Org + ox-reveal to write the course material for a three month course. This is a lot of material, so keeping it in one Org file is not practical (exporting it to the

[O] (no subject)

2018-10-15 Thread Nik Clayton
Hi, I'd like to propose a couple of changes / enhancements to how org-export exports some data in to HTML files to make it slightly easier to style those files. The first is re line-numbers. At the moment those get exported as content in the HTML, although they're really additional metadata.

[O] RFC: ob-sql-mode.el: Use sql-mode with Org Babel

2016-12-17 Thread Nik Clayton
Hoi, I'd like to solicit feedback on ob-sql-mode.el, https://github.com/nikclayton/org-mode/commit/106b22e9ef4835e15efc47d63aaeee675a1ebb69 . This introduces a new Org Babel language, "sql-mode". Unlike the current "sql" language, this one uses sql-mode to manage the interaction with the SQL

[O] RFC: ob-sql-mode.el: Use sql-mode with Org Babel

2016-12-17 Thread Nik Clayton
Hoi, I'd like to solicit feedback on ob-sql-mode.el, https://github .com/nikclayton/org-mode/commit/106b22e9ef4835e15efc47d63aaeee675a1ebb69. This introduces a new Org Babel language, "sql-mode". Unlike the current "sql" language, this one uses sql-mode to manage the interaction with the SQL

Re: [O] Bug: Property inheritance not working in columns [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2015-06-03 Thread Nik Clayton
On 2 June 2015 at 21:02, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Nik Clayton n...@ngo.org.uk writes: I also see the same problem in agenda view (org-agenda-columns) Fixed in 03936a50f4fe9a261577d467098ed1080c61cb6e. Thank you. Great. Thanks again -- N -- http://try-dot

[O] Bug: Property inheritance not working in columns [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2015-06-02 Thread Nik Clayton
Property inheritance does not seem to work when running C-c C-x C-c (org-columns). Reproduction recipe: 1. Start emacs with emacs -Q 2. Evaluate the following to enable property inheritance, and to define custom columns that include the value of the PROJECT property. (setq

[O] Bug: Property inheritance not working in columns [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2015-06-02 Thread Nik Clayton
Property inheritance does not seem to work when running C-c C-x C-c (org-columns). Reproduction recipe (I can also reproduce this on org-mode from the Git repository (reproduced with 1a7364177046... and it's also noted on http://emacs.stackexchange.com/questions/7335). 1. Start emacs with emacs

Re: [O] Bug: Property inheritance not working in columns [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2015-06-02 Thread Nik Clayton
Hi Nicolas, On 2 June 2015 at 16:06, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Fixed in 0f93638ce1b29792033231426a4555e538f5c959. Thank you. That was quick, thanks. I also see the same problem in agenda view (org-agenda-columns) N -- http://try-dot-ch.blogspot.com/