Nick Dokos writes:
> Rainer M Krug writes:
>
>> Hi
>>
>> I have the following capture template:
>>
>> ,
>> | ("T" "TODO to be logged in notes.org"
>> |entry (file+headline (concat org-directory "/notes.org") "Tasks")
>>
>> |;; entry (file+headline "~/org/notes.or
Eric S Fraga writes:
Hi, I've had these lines in my org files for a long time. Perhaps they
help ?
# -*- cache-long-scans: nil; -*-
# This makes forward-line much faster and thus org-goto-line
# and thus org-table-sum (C-c +)
Best regards,
Jacob
> Hello,
>
> I am working with a table. It has a
Bastien, assuming you're either still on the list or somebody knows
how to reach you, I just found I received a spam message 5 days ago
from what appears to be your account 'bastien.gue...@free.fr', which
I'm guessing is at the French FSF. Thought you'd like to know. I can
forward it to you if you
On 2016-09-20 05:07, Philip Hudson wrote:
> Bastien, assuming you're either still on the list or somebody knows
> how to reach you, I just found I received a spam message 5 days ago
> from what appears to be your account 'bastien.gue...@free.fr'
Do you have reasons to believe it was actually fro
Hi,
I have been using Orgmode for several years as a planner/organizer and I
am currently writing lecture notes with Orgmode for the first time. The
lecture notes are splitted into chapters and target different audiences,
so all chapters will be included for some students and selected chapters
for
* Karl Voit wrote:
>
> | time [h:m:s] | value | product |
> |--+-+-|
> | 09:15:00 | 2.54321 | #ERROR |
> #+TBLFM: @2$3='(org-time-string-to-hours $1)
>
> OK, this is my current issue then.
>
> I'm using Org from git/maint version 8.3.4
> (release_8.3.4-33-gd522fc
Hello,
Karl Voit writes:
> * Karl Voit wrote:
>>
>> | time [h:m:s] | value | product |
>> |--+-+-|
>> | 09:15:00 | 2.54321 | #ERROR |
>> #+TBLFM: @2$3='(org-time-string-to-hours $1)
>>
>> OK, this is my current issue then.
>>
>> I'm using Org from git/maint ve
* Michael Welle wrote:
> Hello,
>
>> | time [h:m:s] | value | product |
>> |--+-+-|
>> | 09:15:00 | 2.54321 | #ERROR |
>>
>> #+TBLFM: @2$3='(org-time-string-to-hours $1)
> I'm just back from a 20km hike and in the woods my mind came up with a
> silly question ;)
Clément Pit--Claudel writes:
> Do you have reasons to believe it was actually from that address?
> (email headers are very easy to spoof)
Yeah, this is known as a "joe-job." Never trust any headers in spam
except the ones that come from your mail server.
Emacs 25.1 supports xwidgets, which Mickey Petersen explains as [1]:
This is a really cool feature. You can embed other widgets inside Emacs
buffers. It’s a feature that Windows users will handily recognize as OLE
integration – a staple feature of Windows since the 90s. This feature is more
li
Rainer M Krug writes:
> Thanks! the problem was the missing comma, as I had the backquote
> already there. This must have changed some time ago, as I used these
> templates before. This is working now.
>
> But now I realized that my other in-file capture templates are giving
> the same message.
> On 20 Sep 2016, at 17:00, Adam Porter wrote:
>
> Rainer M Krug writes:
>
>> Thanks! the problem was the missing comma, as I had the backquote
>> already there. This must have changed some time ago, as I used these
>> templates before. This is working now.
>>
>> But now I realized that my ot
Hello all,
just wanted to help others avoid spending a long time trying to figure
out some strange (well, unexpected) behaviour in org...
I have a document for which the LaTeX export was ignoring a
#+begin_abstract ... #+end_abstract construct near the start of the
document. The text was simply
Rainer Krug writes:
> Could you please provide an example? It is not clear to me what you mean - I
> prefer simpler!
Sure, here's an abbreviated example of custom-set-variables from my
init.el:
#+BEGIN_SRC elisp
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If y
Eric S Fraga writes:
> Took me a very long time to figure out... the simple solution was to
> remove that noexport section entirely from the preamble file.
Those are the worst to track down! Thanks for sharing. This would make
a good blog post too. :)
On Tuesday, 20 Sep 2016 at 08:54, Jacob Nielsen wrote:
> Eric S Fraga writes:
>
> Hi, I've had these lines in my org files for a long time. Perhaps they
> help ?
>
> # -*- cache-long-scans: nil; -*-
> # This makes forward-line much faster and thus org-goto-line
> # and thus org-table-sum (C-c +)
So I can run code for a REPL-type language like Clojure in a babel code
block and get "results," e.g., a Clojure code block takes in a vector of
mappings and produces new "results":
#+RESULTS[abc5c51bb569a82c19c4eea1c385c74e839922c7]:
symmetrize-body-parts-test
| :name | head| :size |
From: brodiej@SEA-9901331265.i-did-not-set--mail-host-address--so-tickle-me
To: emacs-orgmode@gnu.org
Subject: Bug: Babel :results raw doesn't replace results. [8.3.4
(8.3.4-72-gddd58f-elpa @
c:/Users/brodiej/AppData/Roaming/.emacs.d/elpa/org-20160530/)]
Date: Mon, 19 Sep 2016 09:35:36 -0700
Messag
Aloha Lawrence,
Lawrence Bottorff writes:
> So I can run code for a REPL-type language like Clojure in a babel code
> block and get "results," e.g., a Clojure code block takes in a vector of
> mappings and produces new "results":
>
> #+RESULTS[abc5c51bb569a82c19c4eea1c385c74e839922c7]:
> symmetri
Hello,
John Brodie writes:
> I'm creating a literate program using org-babel with python. If I change
> the output of a source block to 'raw' the results are not replaced on
> each run, they are appended. This is quite annoying, because it means
> manual editing everytime I need to re-run my pro
On Tue, 20 Sep 2016, Eric S Fraga wrote:
Hello all,
just wanted to help others avoid spending a long time trying to figure
out some strange (well, unexpected) behaviour in org...
I have a document for which the LaTeX export was ignoring a
#+begin_abstract ... #+end_abstract construct near the
I'm struggling trying to get an .org file exported and showing how I
typically structure my HTML results. At this point, I'm trying to
figure out how to get a "" inserted to force continuation on the
next line.
My org file has:
This is line one.
This is line two.
but the HTML export mak
Finally! Found the answer in 12.6.5 of the manual:
Here is line the long line */@@html:@@
/*I had tried the '@@' but did not put the "html:". Hope this helps
someone else.
--dag
On 09/20/2016 05:28 PM, David A. Gershman wrote:
> I'm struggling trying to get an .org file exported and showi
This may be what you're looking for:
http://orgmode.org/manual/Quoting-HTML-tags.html
Forgive my several questions/emails. I'm working on getting lecture
notes ready for next week and thus am running into several questions
with Org HTML Export. Unfortunately, my searches typically result in
manual page hits, but my problems seem to be a-typical. So...
Given the following line:
25 matches
Mail list logo