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..."
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
Perhaps relaxing the understandability requirement in favor of
searchability would work.
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
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
_
[PATCH] EMACS ORG BABEL SCHEME (GEISER) SUPPORT
Bruno Félix Rezende Ribeiro
_
This is a patch submission for the Emacs Org Babel Scheme suppo
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.
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
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
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
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
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
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
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"))
#
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
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
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
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.
>>>
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.
>>
>>
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
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
>
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
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
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
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
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 (
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
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.
--
28 matches
Mail list logo