Re: [O] [PATCH] Fix R table import

2015-01-03 Thread Aaron Ecay
Hi Michael, Thanks for this patch. Before it is applied, though, I would like to understand why it is necessary. Vikas said that he could not reproduce the problem you originally reported. (Here is a web archived version of Vikas’s message, in case you did not see it at first:

Re: [O] org-log-done vs. State Logbook

2015-01-03 Thread Eric Abrahamsen
Yuri Niyazov writes: > as soon as I typed that out I googled org mode scrum and found > https://github.com/ianxm/emacs-scrum so I'll be giving that a look. > Thanks for stimulating my brain :) Thanks for giving me something to google! > On Sat, Jan 3, 2015 at 8:57 PM, Yuri Niyazov wrote: >> Th

Re: [O] org-log-done vs. State Logbook

2015-01-03 Thread Yuri Niyazov
as soon as I typed that out I googled org mode scrum and found https://github.com/ianxm/emacs-scrum so I'll be giving that a look. Thanks for stimulating my brain :) On Sat, Jan 3, 2015 at 8:57 PM, Yuri Niyazov wrote: > Thank you. I am already using it, and org-habit really is for habits, > rathe

[O] [PATCH] Fix R table import

2015-01-03 Thread Michael Gauland
ob-R.el: Fix R table import * ob-R.el (ob-R-transfer-variable-table-with-header): Change separator from tab to whitespace when reading in a table as a variable. TINYCHANGE lisp/ob-R.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-R.el b/lisp/ob-R.el index 2470

Re: [O] org-log-done vs. State Logbook

2015-01-03 Thread Yuri Niyazov
Thank you. I am already using it, and org-habit really is for habits, rather than for individual tasks. The closest non-Org analogy I can think of what I am trying to implement is (for the programmers out there) the "SCRUM" development methodology. I know it has its detractors and is quite controve

Re: [O] org-log-done vs. State Logbook

2015-01-03 Thread Eric Abrahamsen
Yuri Niyazov writes: > Hi everyone, > > > So, I am trying to learn org-mode and figure out what's best for me. > One of the things that I would like to see is how long a TODO task > takes to travel through my life, on average from the moment when it is > captured, to scheduled, to done. Does so

Re: [O] org tables into R?

2015-01-03 Thread Michael Gauland
I modified the definition of ob-R-transfer-variable-table-with-header in ob-R.el by changing 'sep' from \"\\t\" to \"\". Now #+BEGIN_SRC R :results output :exports both :session :var data.table=data :colnames yes names(data.table) head(data.table) #+END_SRC (note the addition of :colname

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread Rasmus
Hi, RC writes: > If the default heading and content classes used by ox-html could be > changed or aliased it should work well with org-mode html Maybe you can set up filters then to replace e.g. section into the desired naming-scheme. AFAIR class-names are hard-coded in ox-html. —Rasmus --

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread RC
Rasmus gmx.us> writes: > > Hi, > At the moment you can't add extra classes to lists (patch welcomed). > However, you can add CUSTOM_HEADERs to your sections and do stuff like > this: > >#text-my-sec li {display: inline;} >#text-my-sec li:after {content: ", ";} >#text-my-sec li:last-

Re: [O] Bug: bad fontification

2015-01-03 Thread Rasmus
Hi, Scott Randby writes: >> Here's a minimal file for which fontification fails: >> >> * DONE =foo= >> CLOSED: [2015-01-03 Sat 21:21] >> CLOCK: [2015-01-03 Sat 21:20]--[2015-01-03 Sat 21:21] => 0:01 >> * TODO =bar= >> >> TODO is highlighted with a verbatim face. The problem

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread Rasmus
Hi, RC writes: > I can use #+ATTR_HTML to include bootstrap specific classes for tables, > etc but I have been unable to find a way to add a desired class to the > for the TOC, or change the default outline-N and outline-text-N > classes for headings and contents, respectively. It may be pos

Re: [O] Bug: bad fontification

2015-01-03 Thread Scott Randby
On 01/03/2015 03:29 PM, Oleh wrote: Hello, Here's a minimal file for which fontification fails: * DONE =foo= CLOSED: [2015-01-03 Sat 21:21] CLOCK: [2015-01-03 Sat 21:20]--[2015-01-03 Sat 21:21] => 0:01 * TODO =bar= TODO is highlighted with a verbatim face. The problem goes

Re: [O] OT: Cloud-dependencies, privacy, decentralization

2015-01-03 Thread Rasmus
Karl Voit writes: > I do not use any Google service at all besides Google search > which is giving me better search results than DuchDuckGo - > unfortunately. Did you try startpage.com? It can also be searched directly from DDG, I think. —Rasmus -- With monopolies the cake is a lie!

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread RC
Rick Frankel rickster.com> writes: > On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote: > > with lines of the form: > > #+STYLE: media="screen"> > I don't believe `STYLE' is used by the HTML exporter. See: `HTML_HEAD' > (`org-html-head') and `HTML_HEAD_EXTRA' (`org-html-head-extra'.) I did

[O] Bug: bad fontification

2015-01-03 Thread Oleh
Hello, Here's a minimal file for which fontification fails: * DONE =foo= CLOSED: [2015-01-03 Sat 21:21] CLOCK: [2015-01-03 Sat 21:20]--[2015-01-03 Sat 21:21] => 0:01 * TODO =bar= TODO is highlighted with a verbatim face. The problem goes away if I add a newline after =bar=. reg

Re: [O] html export using html5 elements and bootstrap framework

2015-01-03 Thread Rick Frankel
On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote: > I would like to have org mode export a project using html5 elements and > bootstrap framework adapting the worg tutorial: > org-publish-html-tutorial.html > > - template with links to bootstrap css and js files, and a local.js file > with my

Re: [O] Bug: wrong type error on load-file in org-babel-load-file when there's nothing to be tangled [8.3beta (release_8.3beta-580-g787733.dirty @ /usr/local/share/emacs/24.4/lisp/org/)]

2015-01-03 Thread Nicolas Goaziou
Hello, Enzo Chi writes: > (org-babel-load-file) When there's nothing to be tangle, 'exported-file' > will be set to nil. That would cause type error for load-file function. > > I have created a patch for it. By adding extra check on exported-file > before compile/load it. But I don't know where

Re: [O] [PATCH] Patches for agenda exiting commands

2015-01-03 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I've attached a few patches related to the agenda exiting commands. Thank you. I applied patches 1, 2 and 3. > Subject: [PATCH 4/5] org-agenda: Track last indirect buffer > > * lisp/org-agenda.el (org-agenda-tree-to-indirect-buffer): Record last > indirect buffer

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-03 Thread Nicolas Goaziou
Sebastien Vauban writes: > Did I misunderstand the change of last year (Dec '13) or should `sh' > language be abandoned in favor of `shell'? I think you're right. > IIUC, then, those blocks should be updated: [...] > And those inline calls as well: [...] > I am willing to make the patch.

Re: [O] [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

2015-01-03 Thread Nicolas Goaziou
Sebastien Vauban writes: > I'm quite positive you can use it: it'll be forwarded to me. Try it! I tried. Sometimes it indeed reaches you. Sometimes it doesn't appear on the ML before days. Sometimes it just returns to me with a failure. >>> Anyway, here is, attached, the results of the command

Re: [O] org-sort says "user-error: Region to sort contains a level above the first entry"

2015-01-03 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > org-sort says "user-error: Region to sort contains a level above the > first entry" > > in org maint, i sometimes get this error, but i don't know > why. it sometimes occurs when i do c-c ^ on an entry that > contains children. the region is not active. > > it doe

Re: [O] failure mode of capture file+headline

2015-01-03 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > file+headline falls back to creating a new task at the end of the > buffer if the target does not exist. is there an option to make it > error? i know i can use id instead. I don't think so. But you can use file+function instead (and throw an error when necessary

[O] org-log-done vs. State Logbook

2015-01-03 Thread Yuri Niyazov
Hi everyone, So, I am trying to learn org-mode and figure out what's best for me. One of the things that I would like to see is how long a TODO task takes to travel through my life, on average from the moment when it is captured, to scheduled, to done. Does something like this already exists?

Re: [O] OT: Gmail and cloud-dependencies

2015-01-03 Thread Paul Rudin
Karl Voit writes: > * Paul Rudin wrote: >> >> But you can pull all your email out of gmail via pop or imap, so >> it's not like you'll lose your emails. > > There are cases where people lost access to Gmail instantly because > of false accusations or idendity theft. You have to prepare *now* >