[O] [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline)

2019-09-29 Thread Anton Latukha
From d9b237304b23b8bbb75e9b799bd3698060bc82a9 Mon Sep 17 00:00:00 2001From: Anton-Latukha Date: Sun, 29 Sep 2019 01:13:41 +0300Subject: [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline) * org.el (org-get-priority): Fix to allow the use of

[O] org-table-wrap-region insert new lines if needed?

2019-09-29 Thread Uwe Brauer
Hi The behavior of org-table-wrap-region behaves as described in the doc string , | The wrapped text is pasted back into the table. If you formatted it to | more lines than it was before, fields further down in the table get | overwritten - so you might need to make space in the table

[O] [PATCH] org: org-get-priority-function: Clearly state that this is a holder for a name of the function

2019-09-29 Thread Anton Latukha
Additionally state that this is a holder of a function name, so the simple user did not get confused. Regards,Anton Latukha From da3066489128af42a89e498db7fb8b0bcda9e431 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sun, 29 Sep 2019 03:41:17 +0300 Subject: [PATCH] org:

[O] [PATCH] org: org-get-priority: reduce `not`, deduplicate magic `(* 1000 ..)` operation

2019-09-29 Thread Anton Latukha
Another two small patches.(First I subscribed mail profile with a `name+tag@mail` format, after that understood that I can receive messages, but I can not write back from that tag address. Still do not see or know, if I reached the mailing list with the patches). $ make test---Ran 808 tests,

[O] [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline)

2019-09-29 Thread Anton Latukha
From d9b237304b23b8bbb75e9b799bd3698060bc82a9 Mon Sep 17 00:00:00 2001From: Anton-Latukha Date: Sun, 29 Sep 2019 01:13:41 +0300Subject: [PATCH] org.el: fx org-get-priority-function funcall (give arg - headline) * org.el (org-get-priority): Fix to allow the use of custom prioritygetters.Provide

Re: [O] [RFC] Document level property drawer

2019-09-29 Thread Marco Wahl
Hi, > This patch introduces a document level property drawer. [...] > What do you say? I'll install the patch and have a look how it feels in my little personal Org universe. Thanks, -- Marco

Re: [O] blogging wih org-mode

2019-09-29 Thread Scott Randby
On 9/29/19 6:06 PM, Joseph Vidal-Rosset wrote: > I would be glad to know what is, according to the majority, the best > tool to blog with org-mode. I'm searching something simple to use and > to install in order to blog with emacs, and, ideally, with emacs and > org-mode only. > > (I met

[O] blogging wih org-mode

2019-09-29 Thread Joseph Vidal-Rosset
Hi the list, I would be glad to know what is, according to the majority, the best tool to blog with org-mode. I'm searching something simple to use and to install in order to blog with emacs, and, ideally, with emacs and org-mode only. (I met difficulties with lazyblorg, for example. I did not

[O] org-babel noweb-ref

2019-09-29 Thread edgar
Hello dear list, First of all, this may be related: - https://lists.gnu.org/archive/html/emacs-orgmode/2018-02/msg00300.html - https://lists.gnu.org/archive/html/emacs-orgmode/2012-01/msg00044.html - Emacs: src_emacs-lisp{emacs-version} {{{results(=26.3=)}}} - Org: src_emacs-lisp{org-version}

Re: [O] [RFC] Org document concept + document property drawers

2019-09-29 Thread Gustav Wikström
Hi again, I'm separating the Org document concept from the document property drawer to not block the document property drawer by syntax changes. New RFC coming in a moment. Now only for the document property drawer functionality. /G > -Original Message- > From: Nicolas Goaziou >

[O] [RFC] Document level property drawer

2019-09-29 Thread Gustav Wikström
Hi, This patch introduces a document level property drawer. This has been discussed previously in a larger context: - https://lists.gnu.org/archive/html/emacs-orgmode/2019-06/msg0.html - https://lists.gnu.org/archive/html/emacs-orgmode/2019-08/msg00339.html -

[O] export code snippet in beamer with different fonts

2019-09-29 Thread Luca Ferrari
Hi all, in my org files I've got examples like: #+begin_src sql testdb=# alter role simon with nologin; testdb=# alter role group_a with login; #+end_src and in my latex theme I've got: setbeamerfont{verbatim}{size=\tiny} This is ok for most of my examples, but here are my questions: 1) the

Re: [O] blogging wih org-mode

2019-09-29 Thread Ivan Tadeu Ferreira Antunes Filho
If you want to see one more example of blog generator, I also built one to generate a blog from a single org file, exporting each heading into a new file. https://github.com/itf/org-export-head/blob/master/blog.org It is an org file with a source block: you run the source block, and call a

Re: [O] blogging wih org-mode

2019-09-29 Thread Thibault Marin
Last time I researched this, this was the list I obtained: http://bastibe.de/2013-11-13-blogging-with-emacs.html http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html https://github.com/howardabrams/dot-files/blob/master/emacs-blog.org