Re: [O] mktemp for orgmode

2018-03-17 Thread John Kitchin
Can you do something like: #+BEGIN_SRC some-lang :results output org drawer :file (make-temp-file "prefix-") #+END_SRC John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213

[O] [RFC] Add new export backend for Jekyll

2018-03-17 Thread Łukasz Stelmach
Jekyll[1] is a static site genrator. Its most notable deployment are Github Pages. It accepts several input formats including HTML, that is why ox-jekyll is derived from ox-html. Input files for Jekyll must be HTML files without any site-specific elements (e.g. menus, headers, sidebars),

[O] mktemp for orgmode

2018-03-17 Thread Karl Voit
Hi, I sometimes wonder if there is something like mktemp[1] in org-mode as, e.g., a built-in macro. For example, PlantUML in orgmode[2] requires a file header argument to write the image output to: ":file myoutput.svg" In most cases, I really don't care about the output file and its location. I

Re: [O] Capture template expansion: feature or bug?

2018-03-17 Thread Nicolas Goaziou
Hello, François Allisson writes: > When one uses the following template expansion, > >> %^{prop}p Prompt the user for a value for property ‘prop’. > > it supposes one to supply a non-empty string of characters. If one > simply hits RETURN on a given prompt for property,

Re: [O] [BUG] Convert heading with no content to item fails

2018-03-17 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > On master (commit: 51b339105), attempting to convert a blank headline to an > item with `org-ctrl-c-minus' removes the space after the * and org no longer > recognizes it as a heading. > > I believe this issue originated in commit 69c5b6c99.

Re: [O] [PATCH] add :session support for ob-js.el

2018-03-17 Thread Nicolas Goaziou
Hello, stardiviner writes: > updated my code. I followed your suggestions. But modify code one by > one messed code up. So I merge all related commits into one commit. > Sorry for this. Some comments follow. > +(result (if (not (string= (cdr (assq :session

Re: [O] Timestamped items with M-RET

2018-03-17 Thread Marco Wahl
Hi, Nicolas Goaziou writes: >> Possibly you also like the feature to create list items including the >> current time with key M-RET when in such item. This is for creating >> lists like the following: >> >> - [2018-03-17 Sat 10:19] Write to the list. >> - [2018-03-17 Sat 10:22] Think about

Re: [O] Timestamped items with M-RET

2018-03-17 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > Possibly you also like the feature to create list items including the > current time with key M-RET when in such item. This is for creating > lists like the following: > > - [2018-03-17 Sat 10:19] Write to the list. > - [2018-03-17 Sat

[O] Timestamped items with M-RET

2018-03-17 Thread Marco Wahl
Hi! Possibly you also like the feature to create list items including the current time with key M-RET when in such item. This is for creating lists like the following: - [2018-03-17 Sat 10:19] Write to the list. - [2018-03-17 Sat 10:22] Think about wording. This is similar to the functionality

Re: [O] org-return does not work in magit's git-commit-setup-hook

2018-03-17 Thread Nicolas Goaziou
Hello, kadal writes: > I have the line (add-hook 'git-commit-setup-hook 'orgstruct++-mode) > but (org-return) does not work when edting the commit message. `orgstruct-mode' does not exist anymore in master branch (i.e., yet to be released Org 9.2). I suggest to just

Re: [O] [PATCH] org-src-edit support open edit buffer bellow current window

2018-03-17 Thread Nicolas Goaziou
Hello, stardiviner writes: > regenerated patch against HEAD now. Check it out. Thanks for your > review. Applied. Thank you. Regards, -- Nicolas Goaziou