At Tue, 03 Nov 2009 13:57:22 -0700,
Eric Schulte wrote:
>
> Dan Davison writes:
>
> >
> > This is a consequence of the same issue: org-exp-blocks preprocesses
> > your src block in a pre-export buffer (a copy of the original), hands it
> > to org-babel, which creates the results block (overwriti
Carsten et al.,
As always with org-mode, it does more than I could expect! I was
writing some code to create org mode files which would have links to
an external file. I wanted to link to a specific line number in that
file so added "::NNN" (where NNN would be the line number) and thought
I woul
Torsten Wagner (torsten.wag...@gmail.com) wrote:
> Hi everybody,
>
> Abstract: This is a very quick (and I assume very dirty) hack, how to switch
> between org-mode and any other mode which you like to use in the source code
> blocks. It is far from being addable to org-babel yet but might be a
Hi all
Just noticed an issue with a recent commit d51a8307 which defines
org-icalendar-verify-function as nil but tests it using 'boundp. I'm
using revision a7543733... The fix is:
@@ -280,7 +280,7 @@ When COMBINE is non nil, add the category to each
line."
(while (re-search-forward re1
On Tue, Sep 01, 2009 at 01:22:13PM -0500, Keith Lancaster wrote:
> Emacs can definitely lead to RSI - Richard Stallman, the creator,
> developed it.
>
> I am quite prone to RSI, which led me to VIM due to its modal
> operation (very few modifier key combos). I used VIM for quite a
> while and did
On Thu, Aug 27, 2009 at 05:27:40PM +, Robert Goldman wrote:
> FWIW, my feelings are the exact opposite of Matt's --- I find the added
> complexity of having multiple repositories to manage and the general added
> complexity of git quite unwelcome.
>
> If you are trying to keep multiple machine
On Tue, Nov 03, 2009 at 12:01:42AM +, Adam Spiers wrote:
> This would be useful to me too. It would be valuable not just for
> finding recently created ones, but for sorting any generated list of
> entries by creation date. This would for example make it easier to
> ensure that entries don't
2009/11/4 Adam Spiers :
>
>> I would say that if (1) you generally are connected to the internet, with
>> only
>> minor intervals offline and (2) have access to a hosted svn repository (so
>> you
>> don't manage it yourself, and so that you can use the simple https protocol
>> instead of fussing
I'm using org 6.29c. To view all items tagged with :work: in my agenda
I can type
C-c a a (to view the current agenda)
/ TAB work RET (to restrict the display)
Now I would like to get the same with typing
C-c a w
but I cannot figure out how to do that.
I've RTFM and tried setting
Hi!
I've an outline like this:
* Project A
** TODO Task A-1 [0/3]
*** TODO Subtask A-1-a
*** TODO Subtask A-1-b
*** TODO Subtask A-1-c
where level 1 heading is the name of a project, level 2 heading is a generic
task broken into three level 3 headings.
As suggested in section 5.5 of the manual,
+++ Adam Spiers [04/11/09 11:22 +]:
> On Tue, Sep 01, 2009 at 01:22:13PM -0500, Keith Lancaster wrote:
> > Emacs can definitely lead to RSI - Richard Stallman, the creator,
> > developed it.
> >
> > I am quite prone to RSI, which led me to VIM due to its modal
> > operation (very few modifier
Hi Adam,
Thanks for sharing. Just for reference, there are few major modes out
> there implementing this kind of approach:
>
> http://www.emacswiki.org/emacs/MultipleModes
>
> For example I have used mmm-mode to good effect in the past, to
> auto-switch between HTML and Perl:
>
> http://mmm-mod
2009/11/4 Adam Spiers :
> Rick Moynihan (rick.moyni...@gmail.com) wrote:
>> Hi all,
>>
>> I'm wondering if anyone logs rescheduled tasks with org-mode... As I
>> find myself sometimes scheduling tasks for a future date, but then on
>> the day not having the capacity to do them. In these situation
Hi all,
I'm using org-babel to tangle XML documents. That works fine (thanks to
help from Eric S. on this list yesterday), except it adds(?) space in
the beginning (and end) of the output document and front of the xml
declaration thus making an invalid XML document. Is it possible to trim
thi
Christoph Groth writes:
> I'm using org 6.29c. To view all items tagged with :work: in my agenda
> I can type
>
> C-c a a (to view the current agenda)
> / TAB work RET (to restrict the display)
>
>
> Now I would like to get the same with typing
>
> C-c a w
>
> but I cannot figure out
Congratulations, Richard! You've done an excellent job.
The app is beautiful, and the website is, too.
- Bob
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/lis
Hi all,
I updated to the most current git version of org this morning and am
finding that org-refile simply moves items to currently clocked-in item
(at least when that item is in the current file) without offering a
prompt for targets. I have not changed anything in my org setup since
yesterday,
Hi Richard,
Thanks for this app!
Actually I get to know it's on AppStore by looking at your webpage, I've
been checking that page after 10/18 :)
I've installed on my iPod Touch and it works great!
The only comment I have is about the documentation page.
http://mobileorg.ncogni.to/doc/getting-s
Applied, thanks.
- Carsten
On Nov 4, 2009, at 2:28 AM, Christopher Allan Webber wrote:
Hi,
So I ran into an annoying bug where if you have an orgmode remember
template like:
("Test" ?e "* foo \n %^{Bar}p" "~/org/test.org" "Test")
Currently, if either test.org is not open, or test.org
Hi Adam,
On Nov 4, 2009, at 1:26 AM, Adam Spiers wrote:
Benjamin Andresen (be...@in-ulm.de) wrote:
Adam Spiers writes:
I definitely did try it, and I just did another 'git pull' and tried
again, and I still don't see it, so I guess we're talking about
different things ;-)
To clarify, I'm r
Matt Lundin writes:
> I updated to the most current git version of org this morning and am
> finding that org-refile simply moves items to currently clocked-in item
> (at least when that item is in the current file) without offering a
> prompt for targets. I have not changed anything in my org se
Hi all,
when I import the file
--8<---cut here---start->8---
-
| grandmother |
=
| sim:Jackeline |
| sim:Mona |
-
--8<---cut here---end->8---
using the command
#+INCLU
Eric S Fraga writes:
> At Tue, 03 Nov 2009 13:57:22 -0700,
> Eric Schulte wrote:
>>
>> Dan Davison writes:
>>
>> >
>> > This is a consequence of the same issue: org-exp-blocks preprocesses
>> > your src block in a pre-export buffer (a copy of the original), hands it
>> > to org-babel, which cr
Aloha all,
I'm trying to comprehend the possibilities created by org-babel, and
would like to draw on the experience of others if I could.
I recently discovered the buffer created by :session. In my case,
this is an R session that I am building to track the data collection
phase of a res
Thomas S. Dye wrote:
Aloha all,
I'm trying to comprehend the possibilities created by org-babel, and
would like to draw on the experience of others if I could.
I recently discovered the buffer created by :session. In my case, this
is an R session that I am building to track the data collec
On Nov 4, 2009, at 10:44 AM, Stephan Schmitt wrote:
Thomas S. Dye wrote:
Aloha all,
I'm trying to comprehend the possibilities created by org-babel,
and would like to draw on the experience of others if I could.
I recently discovered the buffer created by :session. In my case,
this is an
Dan Davison writes:
> Eric S Fraga writes:
>
>> At Tue, 03 Nov 2009 13:57:22 -0700,
>> Eric Schulte wrote:
>>>
>>> Dan Davison writes:
>>>
>>> >
>>> > This is a consequence of the same issue: org-exp-blocks preprocesses
>>> > your src block in a pre-export buffer (a copy of the original), han
Stephan Schmitt writes:
> Thomas S. Dye wrote:
>> Aloha all,
>>
>> I'm trying to comprehend the possibilities created by org-babel, and
>> would like to draw on the experience of others if I could.
>>
>> I recently discovered the buffer created by :session. In my case,
>> this is an R session th
Torsten Wagner writes:
> Hi Adam,
>
> Thanks for sharing. Just for reference, there are few major modes out
> there implementing this kind of approach:
>
> http://www.emacswiki.org/emacs/MultipleModes
>
> For example I have used mmm-mode to good effect in the past, to
>
Using v6.32b I can no longer use a space when typing the description
in a remember template. I type `C-c r t` and am prompted for the
description. If I attempt to type a space I get the messate '[No
match]'. This worked fine with v6.21b that is included with my emacs
installation.
Regards,
Bria
Hi Martin,
I just pushed up some changes to the org-babel-tangle functionality
which should fix this problem.
Best -- Eric
"Martin G. Skjæveland" writes:
> Hi all,
>
> I'm using org-babel to tangle XML documents. That works fine (thanks to
> help from Eric S. on this list yesterday), except i
Woot!
If org-mode alone is a reason to start using emacs, mobile-org is a good
reason to buy an ipod-touch or iphone :) Awesome work!
PS: I really like the webpage's design.
Marcelo.
On Wed, Nov 4, 2009 at 11:01 AM, Xin Shi wrote:
> Hi Richard,
>
> Thanks for this app!
>
> Actually I get to k
Is anyone interested in putting together a Maemo port? I'd be willing
to take a look at writing some of the backend (but not the UI...).
- Raffi.
On Wed, Nov 4, 2009 at 5:34 PM, Marcelo de Moraes Serpa
wrote:
> Woot!
>
> If org-mode alone is a reason to start using emacs, mobile-org is a good
>
On Nov 4, 2009, at 12:02 PM, Dan Davison wrote:
Stephan Schmitt writes:
Thomas S. Dye wrote:
Aloha all,
I'm trying to comprehend the possibilities created by org-babel, and
would like to draw on the experience of others if I could.
I recently discovered the buffer created by :session. In
A symbian OS port would be nice too :)
On Wed, Nov 4, 2009 at 4:54 PM, Raffi R wrote:
> Is anyone interested in putting together a Maemo port? I'd be willing
> to take a look at writing some of the backend (but not the UI...).
>
> - Raffi.
>
> On Wed, Nov 4, 2009 at 5:34 PM, Marcelo de Moraes Se
35 matches
Mail list logo