On Nov 12, 2009, at 3:03 AM, Manish wrote:
On Thu, Nov 12, 2009 at 6:06 AM, Samuel Wales wrote:
In the agenda, it is difficult to find where you are in
the hierarchy. I find that I have to switch to the outline,
then scroll up, if I want to know what the parent headline
is, or any ancestor.
O
Hi all,
I use the -r -l option for source blocks to change the format of labels.
This works in org-mode without org-babel, but this does not fully work
with org-babel (and I really like org-babel, so that's a shame :) )
The following
--start-
#+begin_src xml -n -r -l ""
Hi Tassilo,
%^G in a remember template gives you completion on all tags, globally.
The fast tag interface does not, indeed.
On the list, but not now...
- Carsten
On Nov 11, 2009, at 9:19 PM, Tassilo Horn wrote:
Hi all,
is there a way to get the tag completion suggest all tags from all my
ag
Hi Bernt,
this feature went away when we changed the cursor keys in the
agenda - now it is back again, thanks for picking this up.
- Carsten
On Nov 9, 2009, at 5:07 PM, Bernt Hansen wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You do
Fixed, thanks.
- Carsten
On Nov 12, 2009, at 12:25 AM, Samuel Wales wrote:
I find that changing a task from a todoish state to blank
causes blocking to occur. I normally want all todo state
changes except those to doneish states to be non-blocked.
I think the issue might be that blank is spe
Hi Friedrich,
http://orgmode.org/worg/org-faq.php#auto-fill-and-unwanted-comments
- Carsten
On Nov 11, 2009, at 4:18 PM, Friedrich Delgado Friedrichs wrote:
Hi!
This has been bugging me for quite a while now:
- Create a buffer *org-scratch*
- turn on org-mode by M-x org-mode
- Write the fol
Hi Uwe,
there was indeed a bug in drawer export, which is now fixed, I hope.
Also, check out the variable org-export-format-drawer-function
HTH
- Carsten
On Nov 11, 2009, at 1:55 PM, Uwe Jochum wrote:
Carsten Dominik wrote:
Do you maybe have a line
#+OPTIONS: d:nil
in the buffer???
- Ca
Is it possible to publish org file to XML file in a specific format?
If there is existing way, I think I can write a module to do it.
Where should I start?
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.waterlin.org
Email: water...@ymail.com
Hi Dan,
Thank you for the solution and specially for the explanation. The
real problem was not understanding what was wrong. But with the
explanation in the other thread (that you also added in worg) thinks
make sense now.
- Darlan
At Wed, 11 Nov 2009 19:44:34 -0500,
Dan Davison wrote:
>
>
On Thu, Nov 12, 2009 at 6:06 AM, Samuel Wales wrote:
> In the agenda, it is difficult to find where you are in
> the hierarchy. I find that I have to switch to the outline,
> then scroll up, if I want to know what the parent headline
> is, or any ancestor.
>
> Others have proposed showing the paren
Darlan Cavalcante Moreira writes:
> Hello org-users,
>
> Today I was bitten by a weird behavior when executing some python
> blocks with org-babel that really confused me, but after some trying
> and error I was able to isolate the problem.
>
> When a block has an import statement such as
> ,
In the agenda, it is difficult to find where you are in
the hierarchy. I find that I have to switch to the outline,
then scroll up, if I want to know what the parent headline
is, or any ancestor.
Others have proposed showing the parent headline, but that
could clutter the agenda and will not show
Dan Davison writes:
> Darlan Cavalcante Moreira writes:
>
<...>
>>> So I investigate and for example this
>>>
>>> #+BEGIN_SRC python
>>> import os; os.listdir(os.getcwd())
>>> #+END_SRC
>>
>> This does not return anything for me either, but
>> #+BEGIN_SRC python
>> import os
>> os.listdir(os.ge
I found a bug where org-cycle exhibits bad behavior. Point
ends up inside the unexpanded subtree.
It happens when scroll-margin is set to 2.
Thanks.
Emacs : GNU Emacs 22.2.1 (powerpc-apple-darwin8.11.0, Carbon Version 1.6.0)
of 2008-04-05 on g5.tokyo.stp.isas.jaxa.jp
Package: Org-mode versio
I find that changing a task from a todoish state to blank
causes blocking to occur. I normally want all todo state
changes except those to doneish states to be non-blocked.
I think the issue might be that blank is special-cased, as
if it were a doneish state. I would prefer blank to be a
todoish
This does not sound crazy at all and there is another thread
discussing this ([Orgmode] Best way to implement Keywords feature). I
suggested something similar: storing some tags in a property that can
still be used for searching but without polluting the agenda. The user
would be able to see thes
Hi,
When I run the follow command
emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a"
org-agenda-start-day "2009-10-01" org-agenda-ndays 60)'
there are some entries such as
,,8002009-11-11
that aren't actual events, but seem to be displayed in the agenda for
reada
Sebastian Rose gmx.de> writes:
> So `M-x org-version' gives you "Org-mode 6.32trans ..."?
Yes.
> 1. The smallest possible file that's needed to reproduce the error.
Just two lines (the second one empty):
* Test
> 2. If possible, execute `M-x org-submit-bug-report' and confirm to send
>
Off-topic, but:
On 2009-11-11, Uwe Jochum wrote:
> I found the idea of maintaining a contacts list in orgmode intriguing and
> went on to import my old data from kde-kontact into orgmode, using drawers
> as the appropriate tool to store the information, like so:
>
> * Musterfrau, Gerda
> %%(diary
Hi all,
is there a way to get the tag completion suggest all tags from all my
agenda files?
The rationale is that I use `org-remember' very extensively, and I often
want to tag the new entry. But there's no dynamic completion, because
that uses only the current file's tags and the remember buffe
Would someone be willing to generate a worg page to address using org as
blogging system?
This questions seems to be appear on list every month or two, and there
have been a wealth of interesting tools and solutions proposed. It
would be great to have them collected with links and feedback (maybe
Hi, again!
Ok, today I took some time to reconsider my integration of mutt with
org-mode.
One move was to put my archive of private mail onto an imap server
(with regular mirrors to my local harddisk via rsync, in case the
network breaks down), and the relevant steps in my mutt configuration.
Th
Andreas Burtzlaff writes:
> On Wed, 11 Nov 2009 10:06:36 +0100
> Sebastian Rose wrote:
>>
>> Andreas, could you check if it works for you, too?
>>
>
> Yes, it works with both 23 and 22.
>
> Thanks for your effort.
Tanks for checking Andreas,
Sebastian
__
Both patches are in the bugfixes branch on my repo.
James
--
|---|
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
It would break if there was a '\' in the link description.
---
lisp/ChangeLog |4
lisp/org.el|9 +
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 112e0bc..0ce2d50 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -72,
It was assuming the values should be summarised by adding them together. It's
now updated to use the summary functions in org-columns-compile-map, and also
handles summary types with calculated values properly.
---
lisp/org-colview.el | 62 +++---
1 fi
Hi Carsten, Bernt,
On 2009-11-11 13:24:42(+0100), Carsten Dominik wrote:
> Thanks,
>
> I have pulled this in, let assume it is the right fix.
>
> Thanks Bernt.
Yes, the other patch is not needed.
I've found another problem with column view in the agenda though;
org-agenda-colview-summarize doe
Detlef Steuer writes:
> Hi!
>
> Making my first steps with org babel I'm running into this:
>
> * R in org-mode
> May very well be the ultimate tool!
>
> #+srcname: R-first :results output
> #+begin_src R
> x <- runif(100)
> y <- x + rnorm(100)
> summary(lm(y ~x))
> #+end_src
Hi Detlef,
It t
On Wed, 11 Nov 2009 10:06:36 +0100
Sebastian Rose wrote:
>
> Andreas, could you check if it works for you, too?
>
Yes, it works with both 23 and 22.
Thanks for your effort.
Andreas
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send r
Hello,
This might sound crazy, but sometimes I want to tag everything (easy to
recall the piece of data related to something when it comes to my mind) --
however, there are items on some specific org files that I don't want to
pollute visually with all the tags at the right column, so, I wonder if
I have encountered a problem with org-resolve-clocks. I have tested this
without any additional customization settings.
Suppose I have an Org file with two tasks, and take the following steps.
(1) Clock in on task 1
(2) Wait for two minutes
(3) Call M-x org-resolve-clocks
(4) Press K and keep 1 m
Hi all. I know that there are various packages out there to use org-mode to
publish *websites* but I don't want to reinvent the wheel. Is there a way to
use org-mode to add posts to an existing Drupal or Wordpress site? (I believe
they both use the same API, that's why I'm mentioning both.) I al
2009/11/11 Greg Newman :
> The correct url is http://github.com/bmaland/happyblogger
>
> On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton wrote:
>>
>> Rick Moynihan wrote:
>>>
>>> 2009/11/11 Ian Barton :
Rick Moynihan wrote:
>
> 2009/10/2 Miguel Fernando Cabrera :
>>
>> Hi,
>>
I use the following settings to allow me to create new nodes on the
fly when refiling:
'(org-refile-allow-creating-parent-nodes (quote confirm))
'(org-refile-targets (quote ((org-agenda-files :maxlevel . 5
'(org-refile-use-outline-path (quote full-file-path))
(My al
---
This patch is available at git://git.norang.ca/org-mode.git typos
lisp/org-agenda.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index cbd460f..8be46bc 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6665,7 +66
Hi!
This has been bugging me for quite a while now:
- Create a buffer *org-scratch*
- turn on org-mode by M-x org-mode
- Write the following contents into the buffer:
'-
# Foo
Bar.
This is to see if lines get commented after being wrapped in an org-buffer
`-
- Make sure the curso
The correct url is http://github.com/bmaland/happyblogger
On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton wrote:
> Rick Moynihan wrote:
>
>> 2009/11/11 Ian Barton :
>>
>>> Rick Moynihan wrote:
>>>
2009/10/2 Miguel Fernando Cabrera :
> Hi,
>
> You might be interested in Jekkyl,
J. David Boyd adboyd.com> writes:
>
> But that breaks S- modifying the priority on a task, as well as
> other built-in org functionality...
No, it doesn't break it, because there are other builtin keys for
setting task priority (C-c ,).
For me text selection is a much more frequent task than c
Rick Moynihan wrote:
2009/11/11 Ian Barton :
Rick Moynihan wrote:
2009/10/2 Miguel Fernando Cabrera :
Hi,
You might be interested in Jekkyl, a Ruby program that is a blog-aware,
static web sites generator. It basically generates HTML out of tex,haml,
textile files.
check it out: http://git
Rick Moynihan wrote:
2009/11/11 Ian Barton :
Rick Moynihan wrote:
2009/10/2 Miguel Fernando Cabrera :
Hi,
You might be interested in Jekkyl, a Ruby program that is a blog-aware,
static web sites generator. It basically generates HTML out of tex,haml,
textile files.
check it out: http://git
2009/11/11 Ian Barton :
> Rick Moynihan wrote:
>>
>> 2009/10/2 Miguel Fernando Cabrera :
>>>
>>> Hi,
>>>
>>> You might be interested in Jekkyl, a Ruby program that is a blog-aware,
>>> static web sites generator. It basically generates HTML out of tex,haml,
>>> textile files.
>>>
>>> check it out
2009/11/11 Ben Finney :
> Rick Moynihan writes:
>
>> I'm looking for an org-mode based static blogging solution that's more
>> robust than blorg […]
>
> Writing an online journal from Org mode is on my list of things to do,
> but I haven't got around to investigating ‘blorg’. What about it is
> in
PT writes:
> Saptarshi Guha gmail.com> writes:
>
>>
>> Hello,
>> I know shift and arrow keys are used by org-mode. But is there a way
>> to remap them to selecting the line(as in Aquamacs text mode)
>> (e.g shift+down highlights the current line, shift+up highlights the
>> previous line etc).
Sebastian Rose wrote:
> Hi,
> Removing the line
>%%(diary-anniversary 02 17 1959) Geburtstag: Gerda ist heute \%d Jahre
>alt!
> helps. I can export again.
> In PDF, the drawers are still absent. They are not in the LaTeX sources
> either.
Sebastian,
o.k., I removed all the anniversary-lin
On Nov 10, 2009, at 16:15 , Sebastian Rose wrote:
"Andrew J. Korty" writes:
Calling org-agenda from emacsclient doesn't always seem to generate
a fresh
agenda the way it does when called from a key binding or M-x.
Anyone know why?
I think the agenda is rebuild, if you quit it and restar
Hi,
when I first export it to PDF, no drawers are exported.
To HTML => drawers present. OK.
Then export to PDF again gives me:
Debugger entered--Lisp error: (void-variable alt!)
eval(alt!)
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
recursi
How about ...
Here is a first simple example file. It's not very elaborate and can be
done better. I just used the first functions I found in bbdb code, that
do what I need. In some cases it might be better to use `bbdb-search'
directly.
But it let's us insert bbdb: and mailto: links easily.
Hi!
Making my first steps with org babel I'm running into this:
* R in org-mode
May very well be the ultimate tool!
#+srcname: R-first :results output
#+begin_src R
x <- runif(100)
y <- x + rnorm(100)
summary(lm(y ~x))
#+end_src
And I get "Source block produces no output" if I do C-c C-c.
Ne
Carsten Dominik wrote:
> Do you maybe have a line
>
> #+OPTIONS: d:nil
>
> in the buffer???
>
> - Carsten
Carsten,
no, I haven't. This is what I have:
#+TITLE: Kontakte
#+AUTHOR:Uwe Jochum
#+EMAIL: uwe.joc...@xxx.de
#+DATE: 2009-10-29 Do
#+DRAWERS: ADRESSE
#+LANGUAGE: de
#
Hi Alex,
thanks.
Could you please:
1. Load uncompiled code with
C-u C-c C-x !
2. Turn on debug on quit in the options menu
3. Run until emacs hangs
4. Wait 2 seconds
5. Press C-g
6. Send me the backtrace buffer that will pop up.
Thanks.
- Carsten
On Nov 11, 2009, at 1:44 PM, Alex Sp
On Wed, Nov 11, 2009 at 1:16 PM, Carsten Dominik
wrote:
>
> On Nov 11, 2009, at 10:49 AM, Alex Speed Kjeldsen wrote:
>
>> I use emacs 23 and org-mode from the git repository. I think there is
>> a bug related to the variable case-fold-search. When it is set to nil,
>> which it is in my .emacs, I c
Thanks,
I have pulled this in, let assume it is the right fix.
Thanks Bernt.
- Carsten
On Nov 11, 2009, at 1:15 PM, Bernt Hansen wrote:
Hi Carsten,
I think ca60156d works alone (without d8865d). I needed to restart
emacs to make it work -- org-reload wasn't enough since my 0:00
entries
On Nov 11, 2009, at 10:49 AM, Alex Speed Kjeldsen wrote:
I use emacs 23 and org-mode from the git repository. I think there is
a bug related to the variable case-fold-search. When it is set to nil,
which it is in my .emacs, I cannot export to LaTeX. If I do not set it
to nil, everything works.
Hi Carsten,
I think ca60156d works alone (without d8865d). I needed to restart
emacs to make it work -- org-reload wasn't enough since my 0:00 entries
were still there but after restarting emacs it seems to be fine.
I've pushed this commit out as a cherry-pick on top of origin/master and
it's av
James TD Smith writes:
> Hi Bernt,
>
> On 2009-11-10 07:09:28(-0500), Bernt Hansen wrote:
>> James TD Smith writes:
>> > On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote:
>> >> As part of my weekly review I look for NEXT tasks with no effort
>> >> defined. A recent change to org-mode now displ
David Maus wrote:
> Hi Uwe,
> I cannot reproduce this. I created an empty org file, copied your test
> items, put #+DRAWERS: ADDRESSE on the head of the file, updated the
> file local settings (C-c C-c) and exported to html. The ADRESSE
> drawers are there.
David,
thanks for testing! So it seems
I'll check it out in the next hour or two
Carsten Dominik writes:
> Hi Bernt, James,
>
> if this works, can you please get a patch to me a.s.a.p? I need to
> release,
> Emacs 23.2 goes into feature freeze.
>
> - Carsten
>
> On Nov 11, 2009, at 6:22 AM, James TD Smith wrote:
>
>> Hi Bernt,
>>
>>
On Nov 11, 2009, at 10:48 AM, Uwe Jochum wrote:
Hi all,
I found the idea of maintaining a contacts list in orgmode
intriguing and
went on to import my old data from kde-kontact into orgmode, using
drawers
as the appropriate tool to store the information, like so:
* Musterfrau, Gerda
%%(d
Hi Uwe,
At Wed, 11 Nov 2009 10:48:13 +0100,
Uwe Jochum wrote:
> ...
> and in my .emacs there is an entry " '(org-export-
> with-drawers t)" to make sure the drawers are included when I am exporting
> the file. But when exporting the file the drawer :ADRESSE: is NOT included;
> I only get the hea
In a file that looks like this:
#+SEQ_TODO: TODO(!) | DONE(!)
* TODO Shave (Explicit logging)
SCHEDULED: <2009-11-13 Fri .+2d/4d>
- State "TODO" from "DONE" [2009-11-11 Wed 11:04]
:PROPERTIES:
:LOGGING: TODO(!) | DONE(!)
:STYLE:habit
:END:
* TODO Shave (No explicit l
Hi all,
I found the idea of maintaining a contacts list in orgmode intriguing and
went on to import my old data from kde-kontact into orgmode, using drawers
as the appropriate tool to store the information, like so:
* Musterfrau, Gerda
%%(diary-anniversary 02 17 1959) Geburtstag: Gerda ist heut
Carsten Dominik writes:
> Hi Sebastian,
>
> excellent catch, thank you very much! This was one difficult
> to trace bug.
It wasn't difficult, once I noticed _when_ it showed up. I noticed that
something was wrong since several weeks. But I never new what exactly
the action was that triggered the
I use emacs 23 and org-mode from the git repository. I think there is
a bug related to the variable case-fold-search. When it is set to nil,
which it is in my .emacs, I cannot export to LaTeX. If I do not set it
to nil, everything works. Is there a way to fix this?
PS: This presumable bug is also
Rick Moynihan wrote:
2009/10/2 Miguel Fernando Cabrera :
Hi,
You might be interested in Jekkyl, a Ruby program that is a blog-aware,
static web sites generator. It basically generates HTML out of tex,haml,
textile files.
check it out: http://github.com/mojombo/jekyll/
Example sites: http://w
Hi Sebastian,
excellent catch, thank you very much! This was one difficult
to trace bug.
I have applied you patch and modified it a bit further, by
wrapping it in unwind-protect. So even if the version computation
throws an error, the working directory will be restored.
- Carsten
P.S. In fa
Hi Carsten and Andreas,
thanks to Kenichi Handa, here is a proposal to fix the issus mentioned
below. I tested it in emacs 22 and 23 and it seems to work just fine.
Carsten, as always if I use some new elisp construct, please review the
patch. I used `eval-when-compile' and `defsubst' to inline
66 matches
Mail list logo