Joe Riel writes:
> Can one use process substitution in babel?
>
> #+BEGIN_SRC bash
> comm <(ls) <(ls)
> #+END_SRC
>
> I get an error
>
> Syntax error: "(" unexpected
FWIW, works for me:
#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC
#+RESULTS:
| | | 0001-ob-core-remove-cruft.patch
Can one use process substitution in babel?
#+BEGIN_SRC bash
comm <(ls) <(ls)
#+END_SRC
I get an error
Syntax error: "(" unexpected
--
Joe Riel
* Kyle Meyer wrote:
>
> Thanks. The additional check looks good, as it replaces an error with a
> more appropriate user-error and gives an error message that is a bit
> more specific.
>
> However, the re-positioning of the org-back-to-heading call seems
> problematic because the call is now wrapp
Nicolas Goaziou writes:
> Thank you. I applied your patch with an additional check.
Thanks. The additional check looks good, as it replaces an error with a
more appropriate user-error and gives an error message that is a bit
more specific.
However, the re-positioning of the org-back-to-heading
Hello,
* Nicolas Goaziou wrote:
>
> Kyle Meyer writes:
>
>> Subject: [PATCH] org-clone-subtree-with-time-shift: Fix timestamp search
>
> Thank you. I applied your patch with an additional check.
I pulled the fix from "maint" and I re-tested my test cases: issue
is fixed at my side.
Thanks Kyle
On 01/16/2017 03:48 PM, Karl Voit wrote:
> * Sean Escriva wrote:
>> What do you use to sync org files across different machines?
> I am using WebDav for syncing with Android. I will switch from
> WebDav to SyncThing since it turned out to be a very neat and easy
> to use sync method with enhanced
I'd like to report another bug in agenda column view summary displays.
If one uses a custom agenda command with multiple blocks, column
summaries in the agenda display do not display for all blocks.
Steps to replicate:
emacs -Q -l ~/minimal.el
Where minimal contains
--8<---cut
I find that column view summaries do not display if
org-agenda-overriding-header is set.
Steps to replicate:
emacs -Q -l ~/minimal.el
Where minimal.el contains...
--8<---cut here---start->8---
(add-to-list 'load-path "~/org-mode/lisp/")
(add-to-list 'load-pat
Hello,
Kyle Meyer writes:
> Subject: [PATCH] org-clone-subtree-with-time-shift: Fix timestamp search
>
> * lisp/org.el (org-clone-subtree-with-time-shift): Move to the
> beginning of the heading before the timestamp search so that the
> user will be prompted for a time shift even if point is
In 9.1.3.2 Template expansion, you say:
%\n Insert the text entered at the nth %^{PROMPT}, where
‘n’ is
but in my 25.1.1, you must use "%\\n".
Maybe, it is also worth noting that
%^{PROP}p Prompt the user for a value for property PROP.
will get inserted at the end of a l
Hello,
Thanks a lot for all the great answers. I'm leaning toward org-board at
the moment, but I've saved the research workflow article with zotero (in
org-board) to look at it in more details.
I'm very glad to see these solutions, as they will allow me to depend
less on DEVONthink, which is the
I use Evernote, which has handy annotation, tagging, and search functions.
The offline desktop client also has a "Copy URL" button, which puts the
Evernote server location where you stored the page into your clipboard. I
paste that into an org-mode link. If you're on Linux, you can copy the URL
Karl Voit writes:
> Hi!
>
> I wrote a blog article on how I am using Org with recurring events
> or tasks:
> http://karl-voit.at/2017/01/15/org-clone-subtree-with-time-shift/
>
> As Michael Maurer stated in a comment below,
> org-clone-subtree-with-time-shift does not ask for time-shift
> dependi
Hello,
user1
writes:
> [BUG] "org-html-footnotes-section" is not documented anywhere except in
> the source of ox-html.el (and autocomplete-guessable only after loading
> ox-html.el), while the unrelated confusing "org-footnote-section" is
> documented in the org-mode manual
It is not really p
There is also a Firefox plugin "ScrapBook X", which is a successor to
Scrapbook. It can capture the web page alone (with links to outside
world) and allows you to select by depth or link additional pages
that are also to be captured. (If you have infinite time and storage
with the right links yo
Hi Alan,
* Alan Schmitt wrote:
> On 2017-01-16 15:43, Karl Voit writes:
>
>> I am using the Firefox plugin Shelve[1] which stores all of my web
>> pages visited. Those HTML files are written with an ISO time-stamp
>> in their file name. Therefore, my Memacs filename module (see sig)
>> is index
Michael Welle writes:
> Hello,
>
> Eric Abrahamsen writes:
> [...]
>> I used to get this a lot, and always due to some interaction between the
>> cache and flyspell. It hasn't happened to me for several months, though
>> (Emacs from git, org-plus-contrib from the package manager). Who knows
>> w
On 16 January 2017, Alan Schmitt wrote:
Thanks a lot for the suggestion. I thought Zotero was only for
bibliography, but I see it has a nice way to save web pages. I need to
see how much of a data silo it is.
Zotero's wonderful, and with a Firefox add-on and an Emacs package you can
easily se
Hello Karl,
On 2017-01-16 15:43, Karl Voit writes:
> On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote:
>
>> I'm looking for a workflow that allows me to save a web page for
>> reference, ideally from Firefox. I know of org-protocol-capture-html
>> (https://github.com/alphapapa/org-protoco
* Karl Voit wrote:
>
> As Michael Maurer stated in a comment below,
> org-clone-subtree-with-time-shift does not ask for time-shift
> depending on the location of the cursor.
He is using Org-mode version 8.2.10.
--
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
* Sean Escriva wrote:
>
> What do you use to sync org files across different machines?
I am using WebDav for syncing with Android. I will switch from
WebDav to SyncThing since it turned out to be a very neat and easy
to use sync method with enhanced privacy.
Apple decided not to support tools li
On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote:
> I'm looking for a workflow that allows me to save a web page for
> reference, ideally from Firefox. I know of org-protocol-capture-html
> (https://github.com/alphapapa/org-protocol-capture-html), which is
> perfect for pure-text pages, but
All,
I sometimes like to compute with dates in tables. As it now stands,
org inserts computed dates in tables as active timestamps.
This makes no sense to me since, if its in a table, one probably wants to
treat the date just as a piece of data, not something to show up
in the agenda.
For exampl
Hi Charles,
On 2017-01-16 11:38, char...@aurox.ch (Charles A. Roelli) writes:
> On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote:
>
>> I'm looking for a workflow that allows me to save a web page for
>> reference, ideally from Firefox. I know of org-protocol-capture-html
>> (https://github.
Hi!
I wrote a blog article on how I am using Org with recurring events
or tasks:
http://karl-voit.at/2017/01/15/org-clone-subtree-with-time-shift/
As Michael Maurer stated in a comment below,
org-clone-subtree-with-time-shift does not ask for time-shift
depending on the location of the cursor.
I
Hi Alan,
On Mon, Jan 16 2017 at 09:48:38 am, Alan Schmitt wrote:
> I'm looking for a workflow that allows me to save a web page for
> reference, ideally from Firefox. I know of org-protocol-capture-html
> (https://github.com/alphapapa/org-protocol-capture-html), which is
> perfect for pure-text p
Hello,
Alan Schmitt writes:
> Hello Michael,
>
> On 2017-01-16 10:22, Michael Welle writes:
>
>>> I'm looking for a workflow that allows me to save a web page for
>>> reference, ideally from Firefox. I know of org-protocol-capture-html
>>> (https://github.com/alphapapa/org-protocol-capture-html
Hello Michael,
On 2017-01-16 10:22, Michael Welle writes:
>> I'm looking for a workflow that allows me to save a web page for
>> reference, ideally from Firefox. I know of org-protocol-capture-html
>> (https://github.com/alphapapa/org-protocol-capture-html), which is
>> perfect for pure-text pag
Hello,
Alan Schmitt writes:
> Hello,
>
> I'm looking for a workflow that allows me to save a web page for
> reference, ideally from Firefox. I know of org-protocol-capture-html
> (https://github.com/alphapapa/org-protocol-capture-html), which is
> perfect for pure-text pages, but I'm also lookin
Reuben Thomas writes:
> Org is nearly 90kLOC, or about 6.5% of the total ELisp code currently in
> Emacs. It's bigger than CEDET, smaller than GNUS.
You hit a point here. GNUS is indeed distributed with Emacs. However
GNUS is even more integrated as even the repo is integrated with Emacs.
May
Hello,
I'm looking for a workflow that allows me to save a web page for
reference, ideally from Firefox. I know of org-protocol-capture-html
(https://github.com/alphapapa/org-protocol-capture-html), which is
perfect for pure-text pages, but I'm also looking for a solution for
images-heavy pages. I
31 matches
Mail list logo