Ken writes:
> Is there anyway to email the agenda view to a list f recipients?
You can do C-x C-w to write the agenda to a file, and then email that
file to people. It would take hardly any elisp to tie those things
together...
Hi,
after a pull from this weekend generating plots with gnuplot does not
work anymore. It was working perfectly before the pull. I get an error
message saying:
org-babel-gnuplot-quote-timestamp-field: Wrong type argument: stringp, nil
Here is the sample table and babel code:
#+TBLNAME: Gewic
Lars Tveito ifi.uio.no> writes:
> I am writing a compendium in org, and want to be able to generate slides
> from the same org file.
>
> I'd like to be able to mark some sections for exporting if I'm
> generating slides, and for other formats (like LaTeX and HTML) export
> everything as normal.
Hello,
all of a sudden, for one of my (rather large) org files, I get an error:
user-error: Not at a block
I note that this error message appears in three places in
org.el. However, I cannot figure out why this is being incurred and
debug-on-error does not get invoked when this error occurs.
Excellent! Many thanks... now it works like a charm.
John Kitchin writes:
> No problem. Thanks for the tips to replicate this. It was pretty helpful
> in solving the problem (and thanks again to Nick who pointed me towards
> edebug-defun a while ago!)
>
> I think I have fixed this. The problem wa
Eric S Fraga writes:
Hello,
> all of a sudden, for one of my (rather large) org files, I get an error:
>
> user-error: Not at a block
>
> I note that this error message appears in three places in
> org.el. However, I cannot figure out why this is being incurred and
> debug-on-error does not ge
A quick follow-up: if I remove the line
#+startup: hideblocks
From the file, I can at least open the file as normal. There must be
something wrong in one of my blocks but the file is 0.5MB in size. I've
tried bisecting but haven't tracked it down yet.
It would be great if the user-error me
Eric S Fraga ucl.ac.uk> writes:
>
> user-error: Not at a block
> ...
>
> Can anybody please suggest how to debug this?
Does this work?
M-x debug-on-entry RET user-error RET
One of the things I use org-mode for is making and maintaining TODO-lists.
I do this at home and at work and I want the org-files of interest to be
available and up-to-date at home and at work. The work-related org-file can
not be publicly available for obvious reasons.
I have emailed these files
On Monday, 15 Sep 2014 at 12:32, Thorsten Jolitz wrote:
> Eric S Fraga writes:
[...]
> Just guessing: you do some visibility cycling when opening up the
> org-buffer (open in overview or so)?
Spot on!
> Maybe edebug `org-hide-block-toggle`? Seems the most likely candidate
> for me ...
Luckily
Hi Martin,
> That should work if I can find a free Git repository allowing me to keep
> files secret.
I use the free private repos from https://bitbucket.org/ to do something very
similar to what you require.
All the best
Phil
John, another issue...a really minor one, and I am not sure if it is
org-ref related. When I open the notes file, the org faces are not
applied evenly. In particular,
a) Text after #TITLE: or #AUTHOR appears as regular text. If I use M-x
describe face, I get "default". If modify in any way th
Martin Schöön writes:
> One of the things I use org-mode for is making and maintaining
> TODO-lists. I do this at home and at work and I want the org-files of
> interest to be available and up-to-date at home and at work. The
> work-related org-file can not be publicly available for obvious
> rea
Hello,
Eric S Fraga writes:
> Luckily, even though the file is large, the number of "blocks" is
> relatively small so I have narrowed down the problem: column view blocks
> are not understood by org any longer! Removing them (I had three)
> removes the problem.
This should be fixed. Thank you
Hello,
Thomas Holst writes:
> after a pull from this weekend generating plots with gnuplot does not
> work anymore. It was working perfectly before the pull. I get an error
> message saying:
>
> org-babel-gnuplot-quote-timestamp-field: Wrong type argument: stringp, nil
>
> Here is the sample t
Some on this list might be interested to know there is a proposal to
create a StackExchange site specifically for Emacs.
https://area51.stackexchange.com/proposals/76571/emacs
-k.
Hi,
This is probably a very basic question,
but what is the right way to access properties of the element in a filter ?
Admit I want to define my own filter:
(defun my-latex-filter-headline (text backend info)
... )
And I want to access the relative level of the current headline. How should
I
Hi Detlev,
Detlev Zundel writes:
> org-overview: `recenter'ing a window that does not display
> current-buffer.
This will be fixed in the next Org merge into Emacs.
I'm slowly (but surely) getting there.
--
Bastien
- Maybe http://git-annex.branchable.com/assistant/ (it seems the xmpp
feature is not activated on Windows right now but it could be the best
tool soon)
- Maybe https://github.com/joeyh/git-remote-gcrypt with a free
bitbucket private repo. (this is a fork maintained by joeyh, the
git-annex assistan
Hello,
Fabrice Popineau writes:
> This is probably a very basic question,
> but what is the right way to access properties of the element in a filter ?
>
> Admit I want to define my own filter:
>
> (defun my-latex-filter-headline (text backend info)
> ... )
>
> And I want to access the relative
Nicolas,
again, thanks for fixing this bug but I wonder if you would mind
thinking about the approach to error handling. The user error handling
was short-circuiting the normal file handling, in particular some of the
hooks and other processing that would have been expected to be
invoked. In thi
On Monday, 15 Sep 2014 at 10:53, Andrea Rossetti wrote:
> Eric S Fraga ucl.ac.uk> writes:
>>
>> user-error: Not at a block
>
>> ...
>>
>> Can anybody please suggest how to debug this?
> Does this work?
>
> M-x debug-on-entry RET user-error RET
Thanks for the suggestion. Next time!
--
: Eric
Greetings fellow org-fans!
I have already designed a couple of programming courses, and am now
considering getting involved in a new one. This one will be aimed at
young novices. I have decided that I only want to do this if the
programming language used is very visual.
The two options I have co
On Monday, 15 Sep 2014 at 13:35, Nicolas Goaziou wrote:
> Hello,
>
> Eric S Fraga writes:
>
>> Luckily, even though the file is large, the number of "blocks" is
>> relatively small so I have narrowed down the problem: column view blocks
>> are not understood by org any longer! Removing them (I ha
Eric S Fraga writes:
> Is there an alternative means of raising an error or warning without
> terminating normal processing?
In this case, no error should be thrown.
"hideblocks" startup options triggers `org-hide-block-all', which, in
turn, calls `org-hide-block-toggle-maybe', which is the saf
Hi Bastien,
> Hi Detlev,
>
> Detlev Zundel writes:
>
>> org-overview: `recenter'ing a window that does not display
>> current-buffer.
>
> This will be fixed in the next Org merge into Emacs.
Thanks.
> I'm slowly (but surely) getting there.
Thanks for your efforts, I really appreciate it.
Best
Hello,
I'm announcing the release of Bigblow, a CSS + JS theme for the Org HTML
exports.
To use it in your own files, adding these lines should make it:
--8<---cut here---start->8---
#+HTML_HEAD: http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
#+HTM
Jarmo Hurri writes:
> ...
> I just installed Processing 2 and the Emacs mode in Fedora 20 and they
> work together like a charm.
>
> However, I have _no idea_ what kind of work supporting output capture of
> both static mode (image) and active mode (animation) would
> require. Ideally, Babel supp
Hi Fabrice,
Very very nice, I enjoy it a lot. If you are accepting feature
requests, the only thing I really miss is "Next" section link at the
bottom.
Best,
Ista
On Mon, Sep 15, 2014 at 2:58 PM, Fabrice Niessen wrote:
> Hello,
>
> I'm announcing the release of Bigblow, a CSS + JS theme for the
Hi Ista,
Ista Zahn wrote:
> Very very nice, I enjoy it a lot.
Thanks.
> If you are accepting feature requests, the only thing I really miss is
> "Next" section link at the bottom.
Of course, I accept change requests (or, better, patches ;-)). Though,
I cannot commit ATM to make them soon, even
You may try the :crypt: tag like that:
* My ToDo List:crypt:
** TODO Buy bread
** TODO Call my friend
** DONE Send an email to my customer
Everything under the node marked as :crypt: will be encrypted upon saving.
You need to setup GnuPG on all your computers with your key
(there are versions
hob...@poukram.net (Rémi Letot) writes:
> Nick Dokos writes:
>
>> hob...@poukram.net (Rémi Letot) writes:
>>
>>> all org seems to work fine, but for some reason org-mode-hook is not
>>> called when I open an org file...
>>>
>>
>> That's very unlikely: the hook is run using a general emacs mechani
hob...@poukram.net (Rémi Letot) writes:
> ...
> File mode specification error: (error "`recenter'ing a window that does
> not display current-buffer.")
>
> I didn't notice it before since it has happened for quite some times and
> didn't appear to cause any problem, but could it be the cause of th
John Kitchin writes:
> Ken writes:
>
>
> Here is a function to email the buffer:
>
> (defun email-buffer ()
> "Send region as the body of an email."
> (interactive)
> (let ((content (buffer-string)))
> (compose-mail)
> (message-goto-body)
> (insert content)
> (message-goto-
Eric Abrahamsen writes:
> Ken writes:
>
>> Is there anyway to email the agenda view to a list f recipients?
>
> You can do C-x C-w to write the agenda to a file, and then email that
> file to people. It would take hardly any elisp to tie those things
> together...
>
>
>
Thank you for your respon
This is awesome !! I tried it out and liked it. About the only things I
would change
are the fonts being used and the font-size. Oh and the colour scheme since
I
prefer slightly darker colours :)
Otherwise this works out just fine for publishing one project per file.
Not sure how it
will work w
If you look in your messages do you see something like jit-lock errors?
I do not recall exactly what the errors are but the ones I have seen
that resemble what you describe have jit in them.
I saw this recently in an ELPA version (maybe around Sept 1), and it went away
when I updated
the ELPA o
Hi Nicolas
· Nicolas Goaziou wrote:
> Thomas Holst writes:
>
>> after a pull from this weekend generating plots with gnuplot does not
>> work anymore. It was working perfectly before the pull. I get an error
>> message saying:
>>
>> org-babel-gnuplot-quote-timestamp-field: Wrong type argument:
38 matches
Mail list logo