Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Jambunathan K
> This should be reproducible in windows using the same emacs-version > though. So I'll make sure to send a mail to emacs-devel. Don't bother about attaching gdb etc and Don't use emacs-devel. I suggest that you file a bug report - M-x report-emacs-bug RET - with a simple reproducible recipe. Re

Re: [O] fast navigation

2011-12-22 Thread Yagnesh Raghava Yakkala
Hello, Leo Alekseyev writes: > The patch indeed fixes the problem, but has the following side effect: > the org-goto prompt now acquires a (possibly invalid) default > location, e.g. after I go to node "foo" in some file (file1), and do > an org-goto in some other file (file2), it will give me

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Emacs crashes. It prompts with a question to attach gdb to debug. Not much more, sorry to say. I'm not used to gdb though, so getting a trace for the error was to big a task a.t.m. This should be reproducible in windows using the same emacs-version though. So I'll make sure to send a mail to emacs

Re: [O] fast navigation

2011-12-22 Thread Leo Alekseyev
The patch indeed fixes the problem, but has the following side effect: the org-goto prompt now acquires a (possibly invalid) default location, e.g. after I go to node "foo" in some file (file1), and do an org-goto in some other file (file2), it will give me "foo" as a default location, even though

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nick Dokos
Nicolas Goaziou wrote: > Gustav Wikström writes: > > > Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" > > does not work since emacs fails. It's not reporting any error before this > > failure. > > > > I've tried to debug what happens with "debug-on-entry" when callin

Re: [O] [babel] noweb and results for ob-screen?

2011-12-22 Thread Eric S Fraga
Torsten Wagner writes: > Hi, > recently I discovered babel in combination with screen. I really like it. > However, I tried to use noweb but it seems not to work. Getting it working > would allow to write "tasks" and arbitrary combine them to bigger tasks. > > I would be interested in results to

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-22 Thread York Zhao
>> Matt reported a similar problem in >> >> >> >> But it seems the problem just ... fixed itself: >> >> , >> | However, oddly, after experiencing the same issue about 6 times in a >> | row, the problem mysteriously disappeared just

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nicolas Goaziou
Gustav Wikström writes: > Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" > does not work since emacs fails. It's not reporting any error before this > failure. > > I've tried to debug what happens with "debug-on-entry" when calling > "org-cycle". What I find is that af

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Yes, unfortunately it also breaks with "-q". Using "toggle-debug-on-error" does not work since emacs fails. It's not reporting any error before this failure. I've tried to debug what happens with "debug-on-entry" when calling "org-cycle". What I find is that after a call to "overlay-put" the progr

Re: [O] Please test the new Makefile

2011-12-22 Thread Takaaki ISHIKAWA
Dear Achim, Hi. Thank you for your comment and great work on refactoring Makefile. > Just "make" doesn't work anymore (it displays a usage section to conform to > GNU convention), you'll need "make all". This now implies a "make clean", so > you'll normally don't need this as an extra step any

Re: [O] Exclude column from table when exporting

2011-12-22 Thread Carsten Dominik
On 22.12.2011, at 15:32, Frozenlock wrote: > Is there a way to exclude columns when exporting a document containing tables? > > I know it is somewhat possible by using radio tables and :skipcols, > but that would be a problem. I have _many_ tables and duplicate each > of them, in addition of nam

[O] Exclude column from table when exporting

2011-12-22 Thread Frozenlock
Is there a way to exclude columns when exporting a document containing tables? I know it is somewhat possible by using radio tables and :skipcols, but that would be a problem. I have _many_ tables and duplicate each of them, in addition of naming all of them, would be really complicated. I'm sear

Re: [O] org file for reference card?

2011-12-22 Thread Vikas Rawal
In the attached file, I have put the text of the reference card in org syntax. Please see and help improve. Bastien and others, please suggest the way forward from here. Vikas #+STARTUP: hidestars #+TITLE: Org-Mode Reference Card #+OPTIONS: toc:nil * Getting Started To read the on-line docu

Re: [O] org file for reference card?

2011-12-22 Thread Sebastien Vauban
Hi Vikas, Vikas Rawal wrote: >> >> We can write a dedicated exporter for that. Basically, it just needs to >> insert a specific header (see doc/orgcard.tex) and to convert list items >> into \key{...}{...} entries -- those kinds of things are now possible >> with org-element.el and org-export.el.

Re: [O] org file for reference card?

2011-12-22 Thread Vikas Rawal
> > We can write a dedicated exporter for that. Basically, it just needs to > insert a specific header (see doc/orgcard.tex) and to convert list items > into \key{...}{...} entries -- those kinds of things are now possible > with org-element.el and org-export.el. I will come up with the bare bon

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 21.12.2011 19:47, schrieb Bastien: Things are fine here, you should be safe. The purpose of the test is to make sure `make&& make install' do the right thing in various setups. Actually, that should be make all && make install or (under Unixoid system and running as a normal user): mak

[O] DAG structure / hard links / shared subtrees

2011-12-22 Thread Jan Kybic
Dear org-mode users, this is my first post, so let me first state that I am using org-mode more and more for organizing my daily agenda and I find it really useful. I have a feature request. The structure of the org file is a tree. I wondered if it could be made a directed acyclic graph (DAG) in

Re: [O] Bug due to org-startup-indented

2011-12-22 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > When org-startup-indented is set to true I get a fatal error when using > 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the same > heading in the indirect-buffer. > > This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on windows.

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 22.12.2011 02:35, schrieb Takaaki ISHIKAWA: 1. When I just type "make", I find a fatal error message: Not a git repository (or any parent up to mount parent ) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Just "make" doesn't work anymore (it displays a usag

[O] Bug due to org-startup-indented

2011-12-22 Thread Gustav Wikström
Hi! When org-startup-indented is set to true I get a fatal error when using 'org-tree-to-indirect-buffer' on a heading then using org-cycle on the same heading in the indirect-buffer. This bug exists in org-version 7.7 & 7.8.02 in emacs 24.0.92.1 on windows. The following commands should reprod