On 27/01/2021 10:36, Lars Ingebrigtsen wrote:
Executing the command "xdg-open /path/to/file.pdf" in a terminal
(Konsole) works.
The problem may be related to SIGHUP sent to children due to pty created
by emacs and closed as soon as the handler exits:
https://orgmode.org/list/ru4d75$11sc$1.
Hello all,
I use embedded calc a lot for teaching related documents (slides,
courseworks, etc.). Incredibly powerful computer algebra system
built-in to Emacs. What's not to like. ;-)
However, I also use org tables a lot (as spreadsheet calculators).
Is there an easy (or any) way to access emb
Ref eg https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25234#8
https://bugzilla.gnome.org/show_bug.cgi?id=652262
https://gitlab.gnome.org/GNOME/glib/-/issues/1208
and others going back over a decade.
I think Emacs should have a PROBLEMS entry about this.
Hi,
This has been missing for a while for me and I recently checked the manual. It
seems like org-insert-structure-template doesn't exist. I tried Emacs -q, same
thing. I also loaded org-tempo, thought it has something to do with it, but
nothing.
How do I activate is so that C-c C-, works?
On Wed, Jan 27, 2021 at 09:29:14PM +, JRSS wrote:
> Hi,
>
> This has been missing for a while for me and I recently checked the manual.
> It seems like org-insert-structure-template doesn't exist. I tried Emacs -q,
> same thing. I also loaded org-tempo, thought it has something to do with it
Also works for me, Org version 9.5.
Could it be that just the keybinding got un/redefined somehow? Have you
tried running M-x org-insert-structure-template?
--Diego
On Wed, Jan 27, 2021 at 10:45 PM wrote:
> On Wed, Jan 27, 2021 at 09:29:14PM +, JRSS wrote:
> > Hi,
> >
> > This has been mis
Get =#+RESULTS= without re-evaluating source code block?
Let's suppose I have a code block which requires a long time to finish
#+NAME: big-computation
#+begin_src bash
sleep 5 # Some computation which requires a long time to complete.
echo a
#+end_src
#+RESULTS: big-computation
#+begin_example
On Wed, Jan 27, 2021 at 05:14:43PM -0500, doltes wrote:
> Get =#+RESULTS= without re-evaluating source code block?
>
> Let's suppose I have a code block which requires a long time to finish
>
> #+NAME: big-computation
> #+begin_src bash
> sleep 5 # Some computation which requires a long time to c
Kyle Meyer writes:
Thanks for the review Kyle.
> nit: No ":" after "lisp/org-agenda.el".
Fixed.
> Drop either "about" or "for"?
Fixed.
> In addition to the NEWS entry that Ihor mentioned, it looks like an
> update to the manual is missing.
NEWS entry added. With regard to the manual, the c
I tried this but it did not work for me.
On Wed, Jan 27, 2021 at 5:38 PM wrote:
> On Wed, Jan 27, 2021 at 05:14:43PM -0500, doltes wrote:
> > Get =#+RESULTS= without re-evaluating source code block?
> >
> > Let's suppose I have a code block which requires a long time to finish
> >
> > #+NAME: b
Yes, it worked like a charm!
Thanks!
to...@tuxteam.de writes:
> On Wed, Jan 27, 2021 at 05:14:43PM -0500, doltes wrote:
>> Get =#+RESULTS= without re-evaluating source code block?
>>
>> Let's suppose I have a code block which requires a long time to finish
>>
>> #+NAME: big-computation
>> #+
"gbio...@gmail.com" writes:
> The same as using C-c C-e l o
> "The default PDF program (okular) appears to open (i see the icon, but not
> the window) and closes without showing anything."
If I do
$ xdg-open ./doc/lispintro/cons-2.pdf
after `M-x shell', "Document Viewer" is opened as normal.
John,
> I tried this but it did not work for me.
to be clear, caching means that the *first* time you execute, your
reference will have to wait for the long-running computation to
complete, but not during subsequent executions (unless the source block
that performs the execution changes, in which
13 matches
Mail list logo