Re: [O] emailing agenda view

2014-09-15 Thread Eric Abrahamsen
Ken kensubu...@gmail.com 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...

[O] [BUG] gnuplot with dates from a table dosn't work anymore

2014-09-15 Thread Thomas Holst
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:

Re: [O] Selected export depending on back-end

2014-09-15 Thread James Harkins
Lars Tveito larstvei at 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

[O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
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.

Re: [O] org-ref no key found

2014-09-15 Thread Julian M. Burgos
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 was

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Thorsten Jolitz
Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Andrea Rossetti
Eric S Fraga e.fraga at 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

[O] Cooperating with oneself using the cloud?

2014-09-15 Thread Martin Schöön
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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
On Monday, 15 Sep 2014 at 12:32, Thorsten Jolitz wrote: Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Phil Mason
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

Re: [O] org-ref no key found

2014-09-15 Thread Julian M. Burgos
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 the

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Eric Abrahamsen
Martin Schöön martin.sch...@gmail.com 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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] [BUG] gnuplot with dates from a table dosn't work anymore

2014-09-15 Thread Nicolas Goaziou
Hello, Thomas Holst thomas.ho...@de.bosch.com 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

[O] Emacs StackExchange Site

2014-09-15 Thread Ken Mankoff
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.

[O] Export filters question

2014-09-15 Thread Fabrice Popineau
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

[O] bug#18401: 24.4.50; emerge-files fails for org files

2014-09-15 Thread Bastien
Hi Detlev, Detlev Zundel d...@akk.org 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

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Bruno Bigras
- 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

Re: [O] Export filters question

2014-09-15 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@gmail.com 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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
On Monday, 15 Sep 2014 at 10:53, Andrea Rossetti wrote: Eric S Fraga e.fraga at 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 S

[O] Babel support for Processing-language

2014-09-15 Thread Jarmo Hurri
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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Eric S Fraga
On Monday, 15 Sep 2014 at 13:35, Nicolas Goaziou wrote: Hello, Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Nicolas Goaziou
Eric S Fraga e.fr...@ucl.ac.uk 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',

[O] bug#18401: 24.4.50; emerge-files fails for org files

2014-09-15 Thread Detlev Zundel
Hi Bastien, Hi Detlev, Detlev Zundel d...@akk.org 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.

[O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Fabrice Niessen
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: link rel=stylesheet type=text/css

Re: [O] Babel support for Processing-language

2014-09-15 Thread Nick Dokos
Jarmo Hurri jarmo.hu...@syk.fi 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.

Re: [O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Ista Zahn
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 fni-n...@pirilampo.org wrote: Hello, I'm announcing the release of Bigblow, a CSS

Re: [O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Fabrice Niessen
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 if

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Thierry Banel
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

Re: [O] org-mode-hook not called when entering org files

2014-09-15 Thread Nick Dokos
hob...@poukram.net (Rémi Letot) writes: Nick Dokos ndo...@gmail.com 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

Re: [O] org-mode-hook not called when entering org files

2014-09-15 Thread Nick Dokos
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 this

Re: [O] emailing agenda view

2014-09-15 Thread Ken
John Kitchin jkitc...@andrew.cmu.edu writes: Ken kensubu...@gmail.com 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

Re: [O] emailing agenda view

2014-09-15 Thread Ken
Eric Abrahamsen e...@ericabrahamsen.net writes: Ken kensubu...@gmail.com 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

Re: [O] You don't like the HTML export; well, that could change!

2014-09-15 Thread Mehul Sanghvi
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

Re: [O] org-ref no key found

2014-09-15 Thread John Kitchin
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