On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote:
One way to deal with this without adding even more complexity to the
core of org-mode could be through the use of "Library of Babel"
functions.
The attached org-mode file provides a function for exporting to the
longtable environment with some e
Hi Eric,
On Jun 28, 2010, at 4:42 AM, Eric Schulte wrote:
I've put together two patches which fix the problems I mention below.
I'd like to apply these patches, but I fear that they may cause
unanticipated export problems. I'd be much more comfortable if
someone
who knows a little more abou
On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
Thanks Daniel, I've just applied this fix. -- Eric
Hi Eric,
alternatively you could have done
(require 'org-macs)
or
(require 'org)
In fact, would it not be reasonable to require org in ob.el?
- Carsten
Daniel Mahler writes:
Hi Eric,
On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte wrote:
> Hi Rainer,
>
Hi Eric
>
> First I'll give some expanded instructions in the hopes of helping out
> anyone else affected by my lack of good instructions in the announcement
> email. Then I'll provide a re-write of your config below as an exa
Hi David,
David Maus wrote:
> Sébastien Vauban wrote:
>> I've set:
>>
>>--8<---cut here---start->8---
>>(setq org-fontify-whole-heading-line t)
>>--8<---cut here---end--->8---
>>
>> and would like to have the `org-level-1' und
Hi Eric,
Carsten Dominik wrote:
> On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote:
>
>> One way to deal with this without adding even more complexity to the core
>> of org-mode could be through the use of "Library of Babel" functions.
>>
>> The attached org-mode file provides a function for export
Hi Carsten,
> I have fixed this, at least for the case when it is caused by visible-
> mode.
TTF: Tested, Thanks, Fixed.
Seb
--
Sébastien Vauban
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.or
Hello Guys,
do you know if orgmode provides combination of headline and numbered plain
list with checkbox on the same line.
For example,
I would like to have the following:
** 1. [ ] Text for first item
** 2. [ ] Text for second item
Thank you,
Juri.
__
Hi all,
Would someone have a chunk of config to share for the Gnus/Org integration?
I'm using Gnus for years, with a very high level of satisfaction, and Org for
a bit less, with even more satisfaction -- yes, more than "very high" is
possible ;-)
What I didn't use yet was the integration of bot
Dear all,
As the author of iswitchb, I was very happy to see M-x org-iswitchb
included. Further, it is recommended as a default keybinding in the
manual:
--
1.3 Activation
==
...
(add-to-list 'auto-mode-alist '
Sébastien Vauban
writes:
Hi Sébastien,
> - a new frame is opened
>
> Besides that I more or less hate frames, it becomes annoying when
> used in my StumpWM config: I now have *two* Emacs full screen, and I
> loose my "single window of control" view.
That's because the default value of org
I'm having trouble getting the new version of babel to work with
haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fine
for emacs-lisp. I had to change the variable LISPF in the Makefile
to:
LISPF =org.el \
.
babel/ob.el
Hi -
org-mode is fantastic. Part of what makes it so awesome is that one can keep
tweaking the software and the process. In looking at my own usage, I
noticed that
I really wanted to simplify my org-todo-keywords. I had a separate
list of TODOs
for projects (PROJ->PRST->DONE) and was wondering
On 2010-06-28 11:19 +0100, Tassilo Horn wrote:
> (setq org-link-frame-setup '((vm . vm-visit-folder)
> (gnus . org-gnus-no-new-news)
> (file . find-file-other-window)))
Nice.
I have also found creating new frame a bit annoying because I
Juri Artamonov wrote:
>do you know if orgmode provides combination of headline and numbered
>plain list with checkbox on the same line.
>
>For example,
>
>I would like to have the following:
>
>** 1. [ ] Text for first item
>** 2. [ ] Text for second item
>
No, this is not possible in Org and I'
On Jun 28, 2010, at 1:36 PM, Leo wrote:
On 2010-06-28 11:19 +0100, Tassilo Horn wrote:
(setq org-link-frame-setup '((vm . vm-visit-folder)
(gnus . org-gnus-no-new-news)
(file . find-file-other-window)))
Nice.
I have also found creati
Rainer M Krug writes:
> Just one additional question: When I go on the menu to Org -- Documentation
> -- Info Documentation, I still get the info help from version 6.21b,
> although I installed the version from git, and under Org -- Documentation --
> Show Version it gives me "Org-mode version 6
Hi Tassilo,
Tassilo Horn wrote:
> Sébastien Vauban writes:
>>
>> - a new frame is opened
>>
>> Besides that I more or less hate frames, it becomes annoying when used in
>> my StumpWM config: I now have *two* Emacs full screen, and I loose my
>> "single window of control" view.
>
> That's be
Thanks for mentioning these variables!
I checked and found that the 'completion' variables were set in a way that
gave me the C-c b behavior that i did not like/want.
I have now added this to my org init file:
> (setq org-completion-use-iswitchb t)
> (setq org-completion-use-ido nil)
Regards
L
On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote:
> Rainer M Krug writes:
>
> > Just one additional question: When I go on the menu to Org --
> Documentation
> > -- Info Documentation, I still get the info help from version 6.21b,
> > although I installed the version from git, and under Org
Hi Bernt,
On 28.06.2010, at 13:23, Bernt Hansen wrote:
> Jean-Marie Gaillourdet writes:
>
>> Hi Bernt,
>>
>> On 27.06.2010, at 14:21, Bernt Hansen wrote:
Currently, I use the following function to circumvent the hiding of my
stuck projects.
(defun jmg/stuck-projects ()
>>>
Hi Stephen,
I think this is actually a bug. Since the command is called ...-
iswitchb,
I am sure the intention was to use iswitchbe. Later, when we added ido
support as well, the function was rewritten using
org-icompleting-read, and in this way the iswitchb support was lost.
How about the
Carsten Dominik wrote:
> I think this is actually a bug. Since the command is called ...-
> iswitchb,
> I am sure the intention was to use iswitchbe. Later, when we added ido
> support as well, the function was rewritten using
> org-icompleting-read, and in this way the iswitchb support was los
eric johnson writes:
> org-mode is fantastic. Part of what makes it so awesome is that one can keep
> tweaking the software and the process. In looking at my own usage, I
> noticed that
> I really wanted to simplify my org-todo-keywords. I had a separate
> list of TODOs
> for projects (PROJ->P
Carsten Dominik writes:
> On Jun 28, 2010, at 1:36 PM, Leo wrote:
>
>> On 2010-06-28 11:19 +0100, Tassilo Horn wrote:
>>> (setq org-link-frame-setup '((vm . vm-visit-folder)
>>> (gnus . org-gnus-no-new-news)
>>> (file . find-file-other-win
Hi Tassilo,
Sébastien Vauban wrote:
> Tassilo Horn wrote:
>> Sébastien Vauban
>> writes:
>>>
>>> - a new buffer is opened (group where the mail belongs to), but it takes
>>> ages (in minutes) for the mail to be found and opened -- when it is.
>>
>> I've just tried it with a nntp group and link
Rainer M Krug writes:
> On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote:
>
> Rainer M Krug writes:
>
> > Just one additional question: When I go on the menu to Org --
> Documentation
> > -- Info Documentation, I still get the info help from version 6.21b,
> > although
Carsten Dominik wrote:
> Hi Stephen,
>
> I think this is actually a bug. Since the command is called ...-
> iswitchb,
> I am sure the intention was to use iswitchbe. Later, when we added ido
> support as well, the function was rewritten using
> org-icompleting-read, and in this way the iswitc
2010/6/28 Bernt Hansen
> Rainer M Krug writes:
>
> > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote:
> >
> > Rainer M Krug writes:
> >
> > > Just one additional question: When I go on the menu to Org --
> Documentation
> > > -- Info Documentation, I still get the info help fr
Rainer M Krug writes:
> I updated my org-mode directory with the following script:
>
> rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git
> #!/bin/sh
> cd ./org-mode-git
> cd org-mode
>
> # git clone git://repo.or.cz/org-mode.git
> git pull
> git gc
>
> make clean
> make
> make doc
>
> after addi
2010/6/28 Bernt Hansen
> Rainer M Krug writes:
>
> > I updated my org-mode directory with the following script:
> >
> > rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git
> > #!/bin/sh
> > cd ./org-mode-git
> > cd org-mode
> >
> > # git clone git://repo.or.cz/org-mode.git
> > git pull
> > git gc
Carsten Dominik writes:
> On Jun 28, 2010, at 1:36 PM, Leo wrote:
>
>> On 2010-06-28 11:19 +0100, Tassilo Horn wrote:
>>> (setq org-link-frame-setup '((vm . vm-visit-folder)
>>> (gnus . org-gnus-no-new-news)
>>> (file . find-file-other-wi
Hello,
I just updated my Org (git version).
I may have made a mistake somewhere else, but I think there is a bug
introduced recently:
--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-type-argument listp "* Letters")
car("* Letters")
mapca
Sébastien Vauban writes:
> Hello,
>
> I just updated my Org (git version).
>
> I may have made a mistake somewhere else, but I think there is a bug
> introduced recently:
>
> Debugger entered--Lisp error: (wrong-type-argument listp "* Letters")
> car("* Letters")
> mapcar(car ("* Letters" "**
Hi Carsten,
Carsten Dominik wrote:
> On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote:
>
>> I'm filling my taxes now. Of course, using Org for keeping a trace of all
>> computations and reasons of imputing this or that...
>>
>> Though, since one of the last updates -- I guess --, I now have a
Sébastien Vauban wrote:
> > (setq gnus-use-cache nil)
>
> I've updated it to `t'.
>
> ...
>
> Rest stayed as it was.
>
> I've read the couple of mails I was linking to. I've restarted Emacs (and
> Gnus) a couple of times.
>
> No change.
>
> It still takes around 5 mins to find the mail in m
Hi Giovanni,
Giovanni Ridolfi wrote:
> Sébastien Vauban writes:
>
>> [...] I think there is a bug introduced recently:
>>
>> Debugger entered--Lisp error: (wrong-type-argument listp "* Letters")
>> car("* Letters")
>> mapcar(car ("* Letters" "** Latin" ("Agrave" "\\`{
>
> I think with commit
Hi Nick,
Nick Dokos wrote:
> Sébastien Vauban wrote:
>
>> > (setq gnus-use-cache nil)
>>
>> I've updated it to `t'.
>>
>> ...
>>
>> Rest stayed as it was.
>>
>> I've read the couple of mails I was linking to. I've restarted Emacs (and
>> Gnus) a couple of times.
>>
>> No change.
>>
>> It st
Hi Carsten,
Carsten Dominik writes:
[...]
>
> The above patch looks definitely right to me. In fact, I think the
> org-if-unprotected should be around the entire content of the while
> loop - with an additional fix to make sure search is resumed not
> from the beginning of location of a match t
Carsten Dominik writes:
> On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
>
>> Thanks Daniel, I've just applied this fix. -- Eric
>
> Hi Eric,
>
> alternatively you could have done
>
> (require 'org-macs)
> or
> (require 'org)
>
> In fact, would it not be reasonable to require org in ob.el?
>
I
Hello,
> Carsten Dominik writes:
> The above patch looks definitely right to me. In fact, I think the
> org-if-unprotected should be around the entire content of the while
> loop - with an additional fix to make sure search is resumed not
> from the beginning of location of a match that has
Hi Sébastien,
Sébastien Vauban writes:
> Hi Eric,
>
> Carsten Dominik wrote:
>> On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote:
>>
>>> One way to deal with this without adding even more complexity to the core
>>> of org-mode could be through the use of "Library of Babel" functions.
>>>
>>> The
Sébastien Vauban wrote:
> >> I really don't understand the problem.
> >
> > Profile the gnus code as it processes the two requests? The differences
> > should
> > be telling.
>
> Could you just give me a hint (function name or so) or a place to look for
> some info on how to do that?
>
I 've
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
>> Carsten Dominik writes:
>
>> The above patch looks definitely right to me. In fact, I think the
>> org-if-unprotected should be around the entire content of the while
>> loop - with an additional fix to make sure search is resumed not
>> fro
Hi Carsten,
I've switched to org-capture from remember for capturing new items to my
refile.org file.
I noticed one inconsistency when visiting the last captured note.
If you create a capture note with a single heading
,
| * TODO do something
| :CLOCK:
| CLOCK: [2010-06-28 Mon 11:53]--[
Hi Rainer,
I'm happy this was useful
Rainer M Krug writes:
> On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte wrote:
[...]
>> >
>> > *** Start babel
>> > #+begin_src emacs-lisp
>> > (org-babel-load-library-of-babel)
>> > #+end_src
>>
>> the above becomes
>>
>> #+begin_src emacs-lisp
>> (org-ba
Hi Christopher,
Christopher Witte writes:
> I'm having trouble getting the new version of babel to work with
> haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fine
> for emacs-lisp. I had to change the variable LISPF in the Makefile
> to:
>
> LISPF = org.el
> Eric Schulte writes:
> I would disagree here. There *is* a case where a protected comment
> should be retained in the export. For example, if I'm writing a
> document in which I want to discuss Org-mode markup. It should be
> possible for me to include verbatim Org-mode code in my document
Firstly : Carsten and Eric I emailed you privately as I had no news
access - pls ignore. Problem solved.
With the latest git pull for org-mode I couldn't start my emacs because
my init files are org files untangled using babel. Here is an updated
init.el which which uses the new names and pulls
Hm. I've found a bug with this patch:
#+begin_src python
return [['foo', 'bar', 'baz'], ["a", "b", "None of the above"], ['1', 2, 3]]
#+end_src
#+results:
| foo | bar | baz|
| a | b | hline of the above |
| 1 | 2 | 3 |
This also replaces the word "None"
Hi Richard,
Happy this is sorted out. A similar startup example is available in the
init.el file in my copy of the Emacs Starter Kit [1], which also tangles
all configuration from org files.
Cheers -- Eric
Richard Riley writes:
> Firstly : Carsten and Eric I emailed you privately as I had no
On Jun 28, 2010, at 5:04 PM, Eric Schulte wrote:
Hi Carsten,
Carsten Dominik writes:
[...]
The above patch looks definitely right to me. In fact, I think the
org-if-unprotected should be around the entire content of the while
loop - with an additional fix to make sure search is resumed no
On Jun 28, 2010, at 5:06 PM, Eric Schulte wrote:
Carsten Dominik writes:
On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
Thanks Daniel, I've just applied this fix. -- Eric
Hi Eric,
alternatively you could have done
(require 'org-macs)
or
(require 'org)
In fact, would it not be reason
Hi Chris,
Thanks for catching this. I've just pushed up a patch which should fix
the issue.
Best -- Eric
Christopher Allan Webber writes:
> Hm. I've found a bug with this patch:
>
> #+begin_src python
> return [['foo', 'bar', 'baz'], ["a", "b", "None of the above"], ['1', 2, 3]]
> #+end_src
Sébastien Vauban
writes:
Hi Sébastien,
that is takes so long for one group but the other group on the same
server is fast is really strange, and currently I don't understand what
might cause that... :-(
>> Profile the gnus code as it processes the two requests? The
>> differences should be tell
Carsten Dominik writes:
[...]
>
> Ah, I see.
>
> there are these solutions
>
> 1. require only org-macs, not org
>
went with this approach. Thanks -- Eric
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmod
Carsten Dominik writes:
[...]
>
> For now I don't see anything wrong with this. The fastest
> way to find out is to put it into master and watch the list :-)
> Please go ahead and do that.
>
Great, I'll go ahead and try this. Thanks -- Eric
___
Emacs
Is this normal?
mahler:~/ELISP/org-mode-git$ git status
# On branch master
nothing to commit (working directory clean)
mahler:~/ELISP/org-mode-git$ find . -name "*.bak"
./lisp/ChangeLog.bak
./lisp/babel/langs/ob-C.el.bak
./lisp/babel/langs/ob-emacs-lisp.el.bak
./lisp/babel/langs/ob-sh.el.bak
./lis
Works perfect now... Thanks! :D
"Eric Schulte" writes:
> Hi Chris,
>
> Thanks for catching this. I've just pushed up a patch which should fix
> the issue.
>
> Best -- Eric
>
> Christopher Allan Webber writes:
>
>> Hm. I've found a bug with this patch:
>>
>> #+begin_src python
>> return [['foo
Carsten Dominik writes:
[...]
>
> For now I don't see anything wrong with this. The fastest
> way to find out is to put it into master and watch the list :-)
> Please go ahead and do that.
>
I think this patch may have uncovered a bug in the export preprocessing
which was previously being cover
Didn't even know about this customization variable and used a hack of
org-wl to actually open links in an other frame.
So here is a patch that adds a customization option for WL links to
`org-link-frame-setup'.
Best,
-- David
David Maus (1):
Add customization option to open WL links in other
* org.el (org-link-frame-setup): Add customization option for
Wanderlust.
---
lisp/org.el | 12 ++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 1029fa1..a079179 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1387,7 +1387,8 @@ Changin
Hi Eric,
I can only agree with what has already been said, namely that this is
a very nice solution which indeed is much more generic and does not
require fiddling with the core of the distribution.
Thanks for this, this even closes, I think, the older thread or
re-opens it to further discussion
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> Carsten Dominik wrote:
>>> On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote:
>>>
One way to deal with this without adding even more complexity to the core
of org-mode could be through the use of "Library of Babel" functions.
>>
Daniel Mahler writes:
> Is this normal?
>
> mahler:~/ELISP/org-mode-git$ git status
> # On branch master
> nothing to commit (working directory clean)
> mahler:~/ELISP/org-mode-git$ find . -name "*.bak"
> ./lisp/ChangeLog.bak
> ./lisp/babel/langs/ob-C.el.bak
...
> ./lisp/org-capture.el.bak.bak.ba
Hi all,
this problem was described by Xin already some monthes ago. Following
the thread, the solution was to remove the customisation of the variable
"org-todo-keywords".
Today, I faced the exact same problem. Removing seems not the correct
solution to me so I searched around in the org-manual.
T
Dear All,
as a (quite, but happy) org-bable user of the first hour I followed up
the development process actively.
Nevertheless, some weeks or months pass where I had no need for
org-babel (yes, really strange I know).
Whenever I come back to org-babel, it takes me a huge amount of time to
find m
On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote:
Daniel Mahler writes:
Is this normal?
mahler:~/ELISP/org-mode-git$ git status
# On branch master
nothing to commit (working directory clean)
mahler:~/ELISP/org-mode-git$ find . -name "*.bak"
./lisp/ChangeLog.bak
./lisp/babel/langs/ob-C.el.bak
Hello!
Whenever I come back to org-babel, it takes me a huge amount of time to
find myself back again in the syntax. Often I spend a day or two heavily
reading the website and manual again to figure out how to make it working.
There are so many options. tangle files, results, scripting mode,
Hi Eric,
On Jun 28, 2010, at 9:59 PM, Eric Schulte wrote:
Carsten Dominik writes:
[...]
For now I don't see anything wrong with this. The fastest
way to find out is to put it into master and watch the list :-)
Please go ahead and do that.
I think this patch may have uncovered a bug in t
On Jun 29, 2010, at 5:51 AM, Torsten Wagner wrote:
Dear All,
as a (quite, but happy) org-bable user of the first hour I followed up
the development process actively.
Nevertheless, some weeks or months pass where I had no need for
org-babel (yes, really strange I know).
Whenever I come back to
Applied, thanks.
- Carsten
On Jun 28, 2010, at 9:44 PM, David Maus wrote:
Didn't even know about this customization variable and used a hack of
org-wl to actually open links in an other frame.
So here is a patch that adds a customization option for WL links to
`org-link-frame-setup'.
Best,
Anthony,
this somehow got garbles in the patchworks catcher. Can you please
submit the patch again and attach it, so that you email program cannot
garble it?
Thanks.
- Carsten
On Jun 24, 2010, at 8:53 PM, Anthony Lander wrote:
Hi Carsten,
Could you please apply the following patch to
Carsten Dominik writes:
[...]
>
> The reason why this fails seems to be because of the looking-at.
> When this code was first written, (match-beginning 0) referred to
> the earlier regexp match, but the looking-at, if it matches,
> changes the meaning of that form.
>
> Could you please try if my
Thank you David, for your reply.
The only reason I need this is just I can specify TAG(s) for headline and
can't do this for any other record. Therefore, I need to have information
about number of items, checked number and get items by TAG.
Is there any other way to achieve this?
Thank you,
75 matches
Mail list logo