Re: [O] blogging wih org-mode

2019-09-30 Thread Joseph Vidal-Rosset
Many thanks to all for your replies, I am very thankful to your help. I have to make a choice, but of course I than everybody who replied to me. It is a wonderful list. Best wishes, -- Joseph

Re: [O] blogging wih org-mode

2019-09-30 Thread Diego Zamboni
Hi Joseph, Others have recommended ox-hugo already, and I can only second the recommendation: https://ox-hugo.scripter.co I use ox-hugo to maintain two blogs/websites (since ox-hugo can easily deal with static pages as well, it can take over the whole content): - https://zzamboni.org, you can see

[O] small bash/awk script to query org-mode tables

2019-09-30 Thread Greg Minshall
hi, all. for a project, i wanted to be able to easily query the contents of a table in an org-mode document from the shell. in case that it might be useful to others, the result is: https://gitlab.com/minshall/org-query the beginning of the help output is: usage: org-query -h|--he

[O] How many other people want an org-mode client to the Canvas LMS API?

2019-09-30 Thread Matt Price
Hi everyone, I've been working away slowly on my primitive API client for the Canvas Learning Management System, which my university now uses ( https://github.com/titaniumbones/org-lms, note the documentation is terrible and may be misleading in places). The code is at my usual very low level of q

Re: [O] small bash/awk script to query org-mode tables

2019-09-30 Thread Adam Porter
Greg Minshall writes: > hi, all. > > for a project, i wanted to be able to easily query the contents of a > table in an org-mode document from the shell. in case that it might be > useful to others, the result is: > > https://gitlab.com/minshall/org-query Hi Greg, That's very cool, thanks

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

2019-09-30 Thread Adam Porter
Gustav Wikström writes: > 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.h

[O] sync a single subtree to a different file

2019-09-30 Thread Jean-Christophe Helary
I'm looking for a way to sync a given subtree to a different file, semi-automatically (it at the launch of a command). Is there something like that in org-mode ? Jean-Christophe Helary --- http://mac4translators.blogspot.com @brandelune

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

2019-09-30 Thread Marco Wahl
Adam Porter writes: > Gustav Wikström writes: > >> 3) Properties defined in a property drawer will have precedence over >>properties defined as a property keyword, if the same property is >>defined using both conventions. > > That protocol seems unnatural and confusing to me: > > - If pr

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

2019-09-30 Thread Gustav Wikström
Hi Adam, > How does it differ from what was previously proposed? It differs by not introducing the document concept in Org element. Removing that means there is no reason to wait for another major version of Org mode. > What exactly does "will (shall)" mean? You can ignore the inside of the par

[O] Inserting a link when setting a property

2019-09-30 Thread Rob Duncan
I'd like to be able to use C-c C-l (org-insert-link) to specify a link when setting a property value with C-c C-x p (org-set-property) but that key sequence isn't recognized in that mode. What's the best way to set things up so this works? Thanks, Rob.

Re: [O] blogging wih org-mode

2019-09-30 Thread Samuel Wales
i keep each blog entry in a subtree. then i export to html. then i paste into blogger. done. maybe not helpful, but maybe somebody will chuckle? -- The Kafka Pandemic What is misopathy? https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html The disease DOES progres

Re: [O] How many other people want an org-mode client to the Canvas LMS API?

2019-09-30 Thread John Kitchin
I am pretty interested in this. I can't use it this semester, but next semester I am teaching a new class where it might be useful. I don't have much time this fall to look into it, but I will have time in the spring before my class starts. Matt Price writes: > Hi everyone, > > I've been workin

Re: [O] small bash/awk script to query org-mode tables

2019-09-30 Thread Greg Minshall
Adam, thanks for the feedback. i hadn't known about org-ql -- very nice. i've renamed the gitlab *project* org-table-query-script, though i've kept the command, itself, the simpler org-query. does that seem reasonable? if so, i'll do whatever i need to give the gitlab URL for my project "that

Re: [O] [RFC] Replace lambda functions added to org-mode-hook with named funcs

2019-09-30 Thread Phil Sainty
On Fri, Oct 5, 2018, 6:42 AM Nicolas Goaziou wrote: Kaushal Modi writes: > I propose to replace such lamba functions with named functions. > Here's an example of diff on maint branch, after making one such change: > > -;; Remove overlays when changing major mode > -(add-hook 'org-mode-hook > -

[O] fill function: Put a newline at the end of each sentence in paragraph.

2019-09-30 Thread Uwe Brauer
Hi I am looking for a filling function, which puts a newline at the end of each sentence. I have one for LaTeX mode but it does not work in org mode. Anybody has a pointer? Regards Uwe Brauer smime.p7s Description: S/MIME cryptographic signature