[O] How to setup a development for org-mode?

2016-06-07 Thread Xi Shen
Hi, I want to make some change to the ob-sql.el file. But I don't want to "make install" every time I change something. I tried to use “load-file" to reload the file I changed, but I got symbol not found error. Any suggestions? Thanks, David -- Thanks, David S.

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-07 Thread Amit Tendulkar
Charles Philip Chan writes: > Marco Wahl writes: > >> http://emacs-fu.blogspot.de/2009/11/showing-pop-ups.html >> looks promising. > > This is what I use: > > https://www.emacswiki.org/emacs/notify.el I put notify.el in my load path and added the

[O] tables: generate with column which contain hours

2016-06-07 Thread Uwe Brauer
Hello I know it is possible to generate a table in which one column contains the row numbers, but is it also possible to generate a table in which one column contains the hours (with a a certain step size) of a day in a certain range say. Something like this | 8:00 | | 8:30 | | 9:00 | |

Re: [O] How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver locations?

2016-06-07 Thread Omid
Right now, it only installs to the first location. On 06/07/2016 12:13 PM, Omid wrote: > Hello, > > Is there a way to have #+ORGTBL: SEND install converted table to MORE > than 1 receiver location? Specifically, in LaTeX I have > > \begin{comment} > #+ORGTBL: SEND r_hf-vector orgtbl-to-generic

[O] How to have #+ORGTBL: SEND install converted table to MORE than 1 receiver locations?

2016-06-07 Thread Omid
Hello, Is there a way to have #+ORGTBL: SEND install converted table to MORE than 1 receiver location? Specifically, in LaTeX I have \begin{comment} #+ORGTBL: SEND r_hf-vector orgtbl-to-generic :splice t :lend " " :sep " & " | f | | 0 | | \vdots | | 0 | \end{comment} And I'd

Re: [O] colored code background in org 8.3

2016-06-07 Thread Samuel W. Flint
:: Rasmus writes: Rasmus> Sebastien Vauban writes: >> Hello all, >> >> Rasmus writes: >>> John Kitchin writes: >>> I am finally getting around to switching over to org 8.3... One thing I miss already is the colored

Re: [O] caldav-sync owncloud on Digital Ocean servers and self signed certificates.

2016-06-07 Thread Rasmus
Paul Harper writes: > I am trying to get org-caldav to work with my Owncloud which is running on > a Digital Ocean server. > > I am getting the message > > org-caldav-check-connection:[server address/path_to_calendar]does not > seem to accept DAV requests > > I suspect

Re: [O] colored code background in org 8.3

2016-06-07 Thread Rasmus
Sebastien Vauban writes: > Hello all, > > Rasmus writes: >> John Kitchin writes: >> >>> I am finally getting around to switching over to org 8.3... One thing >>> I miss already is the colored background in the code blocks. I

Re: [O] How to contribute?

2016-06-07 Thread Bastien Guerry
Hi Alex, aermo...@mirantis.com writes: > I'm also thinking of contributing to orgmode, so my question is - is > there any publicly available contributing guide, being SPOT for > newcomers? We have this page: http://orgmode.org/worg/org-contribute.html In general, clone the org-mode repository

[O] GNU Emacs presentations at the GNU Hackers Meeting 2016 (18-20 august, France)?

2016-06-07 Thread Bastien
Hi all, the GNU Hackers Meeting 2016 will take place in France in August 18-20. See https://www.gnu.org/ghm/upcoming.html for details. The conference needs speakers on a variety of topics, and anything related to Emacs is of course very welcome. Christian is coordinating the organization this

Re: [O] How to contribute?

2016-06-07 Thread Bastien Guerry
Hi Xi Shen, > I would like to make some code change to org-mode. I followed the > instruction on http://orgmode.org/worg/org-contribute.html#patches, > but I got stuck at the first step. Thanks in advance for your contributions and welcome! > I send my RSA public key, to the system, but I never

[O] How to contribute?

2016-06-07 Thread Xi Shen
Hi, I would like to make some code change to org-mode. I followed the instruction on http://orgmode.org/worg/org-contribute.html#patches, but I got stuck at the first step. I send my RSA public key, to the system, but I never got a response. What is the preferred public key specification?

Re: [O] colored code background in org 8.3

2016-06-07 Thread Sebastien Vauban
Hello all, Rasmus writes: > John Kitchin writes: > >> I am finally getting around to switching over to org 8.3... One thing >> I miss already is the colored background in the code blocks. I recall >> that was removed. Has anyone looked into a way to put

[O] caldav-sync owncloud on Digital Ocean servers and self signed certificates.

2016-06-07 Thread Paul Harper
I am trying to get org-caldav to work with my Owncloud which is running on a Digital Ocean server. I am getting the message org-caldav-check-connection:[server address/path_to_calendar]does not seem to accept DAV requests I suspect the issue is related to the self signed certificates on the

Re: [O] How to export org file into mobi or azw3 file?

2016-06-07 Thread Eric S Fraga
Calibre is an excellent tool for converting between different ebook formats. You can export from org to odt, for instance, and then use calibre to convert to mobi or any other ebook format. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.90.1, Org release_8.3.3-535-g7213aa

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-07 Thread Charles Philip Chan
Marco Wahl writes: > http://emacs-fu.blogspot.de/2009/11/showing-pop-ups.html > looks promising. This is what I use: https://www.emacswiki.org/emacs/notify.el Charles -- "We all know Linux is great...it does infinite loops in 5 seconds." (Linus Torvalds about the

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-07 Thread Marco Wahl
>>> I need a way to get notifications at the time of starting a task or at >>> the start of the meeting (i.e. the SCHEDULED timestamp). Currently I >>> know of only getting notifications for the DEADLINE timestamp. However, >>> it will be more productive for me to get notification to tell me to