Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Rustom Mody
On Tue, Aug 6, 2013 at 10:58 AM, Rustom Mody wrote: > I was writing up what I could make out of having program-files with inline > tables. > The example is done for python. It is exactly what the OP wants but close > enough > That was intended to be "NOT exactly what the OP wants..."

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Rustom Mody
I was writing up what I could make out of having program-files with inline tables. The example is done for python. It is exactly what the OP wants but close enough so giving it here. This file shows two approaches for making python data structures from orgtbl with both sender and receiver in same

Re: [O] Extending org-contacts with properties: naming properties

2013-08-05 Thread Samuel Wales
Perhaps relaxing the understandability requirement in favor of searchability would work.

Re: [O] Extending org-contacts with properties: naming properties

2013-08-05 Thread David Rogers
Samuel Wales writes: > Provided? Given? I agree that this kind of simple thing looks like a better idea. However, it would also be nice to be able to call it some name where a person who encounters the software capability but doesn't yet know what it's for will understand what it's for just fro

Re: [O] Detangle - How to get it to work

2013-08-05 Thread Paul Dumais
Ok, I have a work-around which involves handling an error in ob-tangle.el. The bug is in the org-babel-tangle-jump-to-org function where 'forward-char' is spitting out an unhandled error as it tries to move beyond the end of the buffer. Here's the diff for my simple (half) fix: 1 file changed, 4

[O] [PATCH] Emacs Org Babel Scheme (Geiser) support

2013-08-05 Thread Bruno Félix Rezende Ribeiro
_ [PATCH] EMACS ORG BABEL SCHEME (GEISER) SUPPORT Bruno Félix Rezende Ribeiro _ This is a patch submission for the Emacs Org Babel Scheme suppo

Re: [O] Extending org-contacts with properties: naming properties

2013-08-05 Thread Samuel Wales
Provided? Given? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW.

[O] three bugs/misfeatures in org-reveal (or is org-reveal the wrong way to reveal around point?)

2013-08-05 Thread Samuel Wales
I hope a kind soul can comment here. For years I have been trying to make it so that you can go to Org from Magit and have it reveal the way I want. [All I want is what for me is a normal visibility state, which means a visibility state that can be recreated using only arrow keys and TAB.] Is or

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-05 Thread Nick Dokos
Matt Lundin writes: > Nick Dokos writes: > >> Matt Lundin writes: >> >> My one feeble attempt to reproduce this failed. Looking at the code > > Here are the steps to reproduce the problem: > Thanks for the recipe: I still can't reproduce it - it just works for me. Org-mode version 8.0.7 (rele

[O] org-attach should detect git also higher in the filesystem

2013-08-05 Thread Thomas Koch
Hi, I tested org-attach with the org file being inside a git repo. I observed that the auto-commit feature of org-attach seems to work only if the data directory is the root of a git repo (detected by looking for a .git folder in the data folder). I'd like however to have the org file in the g

[O] [FeatureReq]: Move nodes in column view

2013-08-05 Thread Thomas Koch
Hi, I'm just learning about column view. It might be very useful to work on scrum backlogs with column view and storypoints as a column. It would be wonderful if I could move nodes up and down in column view to reorder the priority of backlog items represented as org nodes. Is this possible alr

Re: [O] How to trigger the clockcheck in an agenda view.

2013-08-05 Thread Sebastien Vauban
Rainer Stengele wrote: > Am 7/29/2013 10:48 AM, schrieb Sebastien Vauban: >> Rainer Stengele wrote: >>> Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: Am 12.07.2013 10:06, schrieb Rainer Stengele: > > I want to start an aganda view over a week and immediately check the > consistenc

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-05 Thread Matt Lundin
Nick Dokos writes: > Matt Lundin writes: > > My one feeble attempt to reproduce this failed. Looking at the code Here are the steps to reproduce the problem: 1. Create file test.org with the following content: --8<---cut here---start->8--- * TODO A

[O] Detangle - How to get it to work

2013-08-05 Thread Paul Dumais
Hi, I think detangle is a must for collaborative work. I think I have read the instructions correctly, yet I can't seem to get it to work. Here is a minimal test: Org file named test.org: #+PROPERTY: comments link * Some source #+begin_src clojure :tangle yes (defn hello [] (println "hello")) #

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-05 Thread Nick Dokos
Matt Lundin writes: > When the agenda buffer is filtered by tag, I find that rescheduling an > item (via org-agenda-do-date-later, org-agenda-schedule, etc.) often > results in an infinite loop. > > I believe this loop occurs in the function org-agenda-show-new-time. > > Here are the steps I took

[O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-05 Thread Matt Lundin
When the agenda buffer is filtered by tag, I find that rescheduling an item (via org-agenda-do-date-later, org-agenda-schedule, etc.) often results in an infinite loop. I believe this loop occurs in the function org-agenda-show-new-time. Here are the steps I took to debug this: 1. I add a counte

Re: [O] Export of clocking times

2013-08-05 Thread Nick Dokos
gian-maria.daf...@giammi.com (Gian-Maria Daffré) writes: > Nick Dokos writes: > >> gian-maria.daf...@giammi.com (Gian-Maria Daffré) writes: >> >>> >>> I am on GNU Emacs 23.4.1 and Org Version 6.33x. >>> > Added #+OPTIONS: c:t - clocking times do not appear. > > Cannot customize the variable org-e

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Nick Dokos
Thorsten Jolitz writes: > Daniel Hornung writes: > >> On Monday, August 05, 2013 11:16:55 Thorsten Jolitz wrote: >>> Daniel Hornung writes: >>> > I think one great way to increase the usefulness of org-mode would be a >>> > function which turns a table into a csv or tsv block of text again. >>>

Re: [O] Export of clocking times

2013-08-05 Thread Gian-Maria Daffré
Nick Dokos writes: > gian-maria.daf...@giammi.com (Gian-Maria Daffré) writes: > >> Hello, >> >> I am on GNU Emacs 23.4.1 and Org Version 6.33x. >> >> Maybe I am missing something obvious, but the clocking times are not >> exported when I hit C-c C-e (org-export-dispatch) for Latex export. >> >>

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Or use something like this: > > #+begin_src emacs-lisp > (defun tj/insert-exported-table (&optional insertion-point file) > (let ((tmp-file (or file (make-temp-file "foo"))) > (insert-point (or insertion-point (1+ (org-table-end) > (org-table-ex

Re: [O] Export of clocking times

2013-08-05 Thread Nick Dokos
gian-maria.daf...@giammi.com (Gian-Maria Daffré) writes: > Hello, > > I am on GNU Emacs 23.4.1 and Org Version 6.33x. > > Maybe I am missing something obvious, but the clocking times are not > exported when I hit C-c C-e (org-export-dispatch) for Latex export. > > This org entry: > > * July 2013 >

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Thorsten Jolitz
Daniel Hornung writes: > On Monday, August 05, 2013 11:16:55 Thorsten Jolitz wrote: >> Daniel Hornung writes: >> > I think one great way to increase the usefulness of org-mode would be a >> > function which turns a table into a csv or tsv block of text again. >> > >> > I assume that the functio

[O] Export of clocking times

2013-08-05 Thread Gian-Maria Daffré
Hello, I am on GNU Emacs 23.4.1 and Org Version 6.33x. Maybe I am missing something obvious, but the clocking times are not exported when I hit C-c C-e (org-export-dispatch) for Latex export. This org entry: * July 2013 ** Visits CLOCK: [2013-07-10 Wed 13:30]--<2013-07-10 Wed 17:30> => 4:0

[O] org-velocity in GUI

2013-08-05 Thread Chaitanya Krishna
Hello everyone, I have recently started using emacs and org-mode and this is the first mail to the list. In fact, shifted to emacs just to use org-mode. I am having problems using org-velocity from within a GUI both on Linux using GTK and with MacEmacs. On the terminal it works as it should intui

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Daniel Hornung
On Monday, August 05, 2013 11:16:55 Thorsten Jolitz wrote: > Daniel Hornung writes: > > I think one great way to increase the usefulness of org-mode would be a > > function which turns a table into a csv or tsv block of text again. > > > > I assume that the functionality exists already in org-tab

[O] Extending org-contacts with properties: naming properties

2013-08-05 Thread Karl Voit
Hi! I want to extend my (IMHO already advanced) org-contacts setup with information I gave *to* companies about myself: what email address I gave them (I own a catch-all email domain)[1], what address they stored about me (in case I am moving and want to update), what phone number they got of me (

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Thorsten Jolitz
Daniel Hornung writes: > I think one great way to increase the usefulness of org-mode would be a > function which turns a table into a csv or tsv block of text again. > > I assume that the functionality exists already in org-table-export, I > would just wish for this to be exposed as a function w

[O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Daniel Hornung
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --