Re: [O] [patch, ox] Unnumbered headlines

2014-08-09 Thread Detlef Steuer
Am Fri, 08 Aug 2014 15:39:15 +0200 schrieb Rasmus : > Needless to say such a feature needs to be discussed and I not sure > whether the greater Org community finds it useful or needless clutter. Definitly a candidate for inclusion in org-mode. Thx for the patch! Detlef

Re: [O] proposal for improved integration of cdlatex

2014-08-09 Thread Nicolas Goaziou
Hello, Federico Beffa writes: > Do you think it is now a reasonable implementation? Would it be a > suitable tiny change to `org-mode'? Yes, applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-09 Thread Nicolas Goaziou
Hello, Federico Beffa writes: > OK, I understand that the Cons above is a serious issue and nobody wants it. > For this reason I went back to my original idea and modified the > `org-fill-paragraph' function. This provides the two Pros above > without having to introduce the undesired Cons. The

Re: [O] Some thoughts on MobileOrg and its development ....

2014-08-09 Thread Jacek Generowicz
Alexis writes: > i can't help but wonder if the 'MobileOrg' endeavour needs a reboot. It seems clear that it does. > More specifically, it seems to me that rebuilding MobileOrg as a single > project [...] might be a way forward, This is vital! > on top of Apache Cordova: > > https://cordova

Re: [O] R code block produces only partial output

2014-08-09 Thread Rainer M Krug
"Charles C. Berry" writes: > On Wed, 6 Aug 2014, Aaron Ecay wrote: > >> Hi Eric, >> >> 2014ko abuztuak 6an, Eric Schulte-ek idatzi zuen: >> >> [...] >> >>> Perhaps you could begin with a patch for the regexp issue in this >>> thread? >> >> I have pushed a patch which allows us to avoid the regex

Re: [O] R code block produces only partial output

2014-08-09 Thread Rainer M Krug
"Charles C. Berry" writes: > On Thu, 7 Aug 2014, Aaron Ecay wrote: > >> Hi Chuck, >> >> Thanks for your feedback. >> >> 2014ko abuztuak 7an, "Charles C. Berry"-ek idatzi zuen: >>> Hi Aaron, >>> >>> I like what you are trying to do, but ... >>> >>> 1) The change has at least one bug: Remote sessio

Re: [O] [PATCH] Add support for :dbhost, :dbuser and :database parameters for poastgresql in ob-sql.el

2014-08-09 Thread Steven Rémot
Le 09/08/2014 02:38, Thomas S. Dye a écrit : Aloha Steven, Steven Rémot writes: Hi, I did some changes to support :dbname, :dbhost and :database in SQL code blocks when using postgresql engine. Even if it was possible to specify this information using :cmdline parameter, I thought it was a

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-09 Thread Federico Beffa
>> without having to introduce the undesired Cons. The behavior is a >> follows: >> - if \[...\] is inline, behave as before. >> - if \[ is the first non space character of a line and the closing \] >> is the last non space character of a line (possibly spanning several >> lines), then do not fill

Re: [O] Unicode (double-byte?) goofs up text table layout

2014-08-09 Thread Axel Kielhorn
Am 01.08.2014 um 18:32 schrieb Eric Abrahamsen : > John Lusk writes: > >> Hey, org-mode crew. Awesome app; I love it. It's pretty much the >> only thing that keeps me in emacs these days (apart from writing >> Python code :) ). >> > > A bit of work has gone into keeping double-byte characte

Re: [O] Tracking Current Org Version

2014-08-09 Thread Kenneth Jacker
Thanks, Suvayu, for your quick response! sa> This should help you sa> sa> http://orgmode.org/worg/org-faq.html#Keeping-current Yes, I've seen that ... in fact, have it "bookmarked" already ... the procedure therein explained is what I've been doing. But I'm still unclear about "versions"

Re: [O] Tracking Current Org Version

2014-08-09 Thread Achim Gratz
Kenneth Jacker writes: > For me, there is a little confusion on just which version I'm using ... > > I changed to the org-mode "git managed" directory, and entered: > > $ make update > > { Do I need to do more? I followed the above with > "make" and "make install" ... nec

Re: [O] [PATCH] Add support for :dbhost, :dbuser and :database parameters for poastgresql in ob-sql.el

2014-08-09 Thread Thomas S. Dye
Steven Rémot writes: > This is my only contribution to Emacs code, and it changes only 12 > lines that impact a very tiny fragment of org, so I though I could > send it without signing papers. If I was wrong, I don't mind signing > papers at all. Either way should work. If you'd like to contrib

Re: [O] Tracking Current Org Version

2014-08-09 Thread Suvayu Ali
On Sat, Aug 09, 2014 at 10:25:05AM -0400, Kenneth Jacker wrote: > Thanks, Suvayu, for your quick response! > > sa> This should help you > sa> > sa> http://orgmode.org/worg/org-faq.html#Keeping-current > > Yes, I've seen that ... in fact, have it "bookmarked" already ... the > procedure th

[O] Problem with org-plot: (void-variable data-file)

2014-08-09 Thread Noah Slater
Hello, I'm working through this: https://www.gnu.org/software/emacs/manual/html_node/org/Org_002dPlot.html Using ob-plot.el that comes with the org extras. I created the demo table there, and I run org-plot/gnuplot, and I get: Error running timer: (void-variable data-file) Any clue? Thanks,

Re: [O] [PATCH] Add support for :dbhost, :dbuser and :database parameters for poastgresql in ob-sql.el

2014-08-09 Thread Steven Rémot
Le 09/08/2014 17:31, Thomas S. Dye a écrit : If you'd like to contribute other patches, then you'll want to sign the FSF papers following the instructions here: I think it won't be the only patch I send to Org mode or Emacs, so I will sign copyright assignment and come back when it is done. Th

[O] autorun M-x linum-mode when file is opened

2014-08-09 Thread Sharon Kimble
How can I have a command auto-run when a file is opened from 'desktop recovery' please? I want to auto-run "M-x linum-mode" when I open my daily journal, which stays open all the time. Running that command will switch off linum-mode for that file, which may stop "file-rot" that I have observed in t

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-09 Thread Nicolas Goaziou
Federico Beffa writes: >> But then, you introduce a discrepancy between M-q results and Org >> syntax. This is not optimal either. > > Would you mind elaborating on the discrepancy. Ignoring \[...\] when filling the paragraph is misleading. You may believe the object doesn't belong to the paragr

[O] [PATCH] docstring improvement of org-agenda-refile

2014-08-09 Thread Daimrod
Hi, Here is a small patch to improve the docstring of `org-agenda-refile'. Can I apply it? >From acd2830755849a055ce46a34b65af89b9547fcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Sun, 10 Aug 2014 01:41:16 +0200 Subject: [PATCH] lisp/org-agenda.el (org-agenda-refile):

[O] [PATCH] docstring improvement of org-agenda-refile

2014-08-09 Thread Daimrod
Hi, Here is a small patch to improve the docstring of `org-agenda-refile'. Can I apply it? >From acd2830755849a055ce46a34b65af89b9547fcb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Sun, 10 Aug 2014 01:41:16 +0200 Subject: [PATCH] lisp/org-agenda.el (org-agenda-refile):

[O] orgmode capture template how to add entry under org header

2014-08-09 Thread jenia.ivlev
Hello: I added a custom template for the capture-mode: The problem is that the default "Tasks" template is not there anymore. So I tried to add this: ("t" "Tasks" entry (file "~/Documents/org/notes.org")) Now, when I press `M-x org-capture`, the "Tasks" option appears in t

[O] Programming with org-element-cache -> short introduction?

2014-08-09 Thread Thorsten Jolitz
Hi List (or rather Hi Nicolas), when programming with Org elements sometimes things seem to work and then something strange happens - what smells like a cache problem. I don't mean a cache bug, but a programmer (me) not taking the cache into account the right way. Is there a short introduction s

Re: [O] org-table: missing vertical boundary when exported

2014-08-09 Thread Shiyuan
Hi, I learned a bit a about html/css and took another look the issue. It turns out that org-mode uses the border attribute which is not respected by my browser(Google Chrome version 36.0.1985.125 on Mac 10.9.4) . Org mode generated this line in the html for table but the border is not displaye

[O] "#+begin_src R :results output drawer" doesn't work.

2014-08-09 Thread Feng Shu
#+begin_src R :results output drawer "1" "2" #+end_src #+RESULTS: : 2 --