Re: [O] [Bug] Return on description link

2011-10-27 Thread Maximilian Matthé
Bastien writes: > Hi Maximilian, > > maxi.mat...@googlemail.com (Maximilian Matthé) writes: > >> See the attached org-file for more information. Hitting return on a link >> in a description list does not follow the link but insert . >> >> I have org-return-fo

[O] [Bug] Return on description link

2011-10-25 Thread Maximilian Matthé
Hi! See the attached org-file for more information. Hitting return on a link in a description list does not follow the link but insert . I have org-return-follows-link set to t. Regards, Max link.org Description: Binary data

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: >> >> Hi, >> >> I just pulled the new version, but now I get another error message, >> here's the message lock >> > > I just pushed up another fix which should resolve this problem. > Cheers -- Eric Thanks Eric, the error message is gone, I can now export the subtree again

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: > maxi.mat...@googlemail.com (Maximilian Matthé) writes: > >> Hi guys, >> >> I found a bug (or I'm doing something wrong): See this org file: >> >> >> >> * 1 >> * 2 >>

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
maxi.mat...@googlemail.com (Maximilian Matthé) writes: I'm using org-mode version Org-mode version 7.7 (release_7.7.280.gdbf0) Thanks for your help! > Hi guys, > > I found a bug (or I'm doing something wrong): See this org file: > > *

[O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Hi guys, I found a bug (or I'm doing something wrong): See this org file: * 1 * 2 ** 2.1 ** 2.2 Exporting this subtree to latex (C-c C-e 1 d) raises "wrong type argument: arrayp" #+BEGIN_SRC python :results output :export results print 1 print 2 #+END_SR

[Orgmode] org-goto and automatic isearch

2011-01-09 Thread Maximilian Matthé
Hello, today I wanted to try C-c C-j. I dont want to have automatic isearch so I have this in my initialization file: , | (setq org-goto-auto-isearch nil) ` But whenever I say M-x org-goto (or C-c C-j) and press n or p incremental search starts. I want to move via n and p to the next hea

[Orgmode] [BUG] org-cdlatex after environment

2010-12-17 Thread Maximilian Matthé
Hi guys, I'm using fresh pulled orgmode, emacs 23.1 Having this: , | \begin{eqnarray*} | b&=& | \begin{cases} | 1 & a>0 \\ 2 & \mbox{else} # (1) | \end{cases} | # (2) | \end{eqnarray*} ` typing _ at # (1) shows up _{}, but typing this at #(2) does nothing special. It seems, as if cd

[Orgmode] Re: [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Bernt Hansen writes: > Hi Max, > > That is definitely _not_ the behaviour I get. Hi, I've got the error, but I don't know why: - (require 'ido) (setq ido-everywhe 1) ;; commenting only this out does not help (setq ido-enable-flex-matching t) (setq ido-max-work-file-list 50) (setq ido

[Orgmode] Re: [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Hi! > Hi Max, > > That is definitely _not_ the behaviour I get. ... snip ... >>Typing TAB lets me >> type sth. in the minibuffer. But with no tab-completion (tab just >> inserts a tab) and pressing Return inserts a newline. > > I get TAB completion in the minibuffer for tags so something must be

[Orgmode] [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Hello, I'm using current version of org-mode (just pulled). I want to filter my agenda view (C-c a a) by a Tag. I want the agenda to only show items that have the tag :pruef: set. So I open the agenda (C-c a a) and type / to filter. The minibuffer says: Filter by tag [ ], [TAB], and so on. Typi

[Orgmode] Latex preview - working directory

2010-12-07 Thread Maximilian Matthé
Hi guys, I just wanted to try out the latex snippet preview. There is a problem with that since I have in my org-document the following preamble: #+LATEX_HEADER: \input{../vlstyle} which refers to a .tex-file relative to the location of my document. The file contains some definitions for math. s