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

2011-10-27 Thread Maximilian Matthé
Bastien b...@altern.org 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 newline.

 I have org-return-follows-link set to t.

 This is now fixed in git, thanks!
Thank you!




[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 newline.

I have org-return-follows-link set to t.

Regards, Max



link.org
Description: Binary data


[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_SRC

#+results:
: 1
: 2



I can export and process the whole file to latex und pdf with no errors,
but when I try to export the subtree 2.2 I get the given error. What's
going on here?

Regards, Max




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:

 

 * 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_SRC

 #+results:
 : 1
 : 2

 

 I can export and process the whole file to latex und pdf with no errors,
 but when I try to export the subtree 2.2 I get the given error. What's
 going on here?

 Regards, Max




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

2011-09-13 Thread Maximilian Matthé
Eric Schulte schulte.e...@gmail.com 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
 ** 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_SRC

 #+results:
 : 1
 : 2

 

 I can export and process the whole file to latex und pdf with no errors,
 but when I try to export the subtree 2.2 I get the given error. What's
 going on here?


 I just pushed up a fix for this issue.  Thanks for reporting and please
 let me know if the problem persists with the latest version of Org-mode
 from git head.

 Best -- Eric


Hi,

I just pulled the new version, but now I get another error message,
here's the message lock

,
| SUBTREE
| Export buffer: 
| Export subtree: 
| Mark set
| Exporting to PDF...
| Exporting to LaTeX...
| OVERVIEW
| Loading reftex...done
| Compiling label environment definitions...done
| Scanning entire document...
| Scanning file /home/mmatthe/temp/bla.tex
| Scanning section 1 ...
| Scanning section 2 ...
| Scanning document... done
| Applying style hooks... done
| Loading reftex...done
| org-babel-exp processing...
| Loading reftex...done
| org-babel-exp processing...
| org-babel-get-src-block-info: Wrong type argument: char-or-string-p, nil
`
 I attach the file I'm using (it's the same).
Regards, Max



bla.org
Description: Binary data


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

2011-09-13 Thread Maximilian Matthé
Eric Schulte schulte.e...@gmail.com 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 :)

Regards, Max




[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
heading as described in the documentation.

I use the current git pull, emacs 23.1.1 .

Maybe it's a bug or I don't use it correctly...
Thanks for your help!
Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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  a0 \\ 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 cdlatex thinks, the math block has ended
after \end{cases}, since frTAB does not expand, too etc.

It would be really great to have it fixed :)

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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.

Typing Space hides all items that have a tag set. 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. C-g gives Quit
but the minibuffer stays active. The only solution to get out the
minibuffer is to press ESC ESC ESC. 

I think this is not the right behavior. So, how can I filter the agenda
view for a specified tag?

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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
 wrong in your setup.

 At the 'Tag: ' prompt, if I hit C-h k TAB I get this

 ,
 | TAB (translated from tab) runs the command minibuffer-complete,
 ... snip ...
 | [back]
 `

Typing C-h k TAB in the minibuffer tells me:

TAB (translated from tab) runs the command indent-for-tab-command,
which is an interactive compiled Lisp function.

It is bound to TAB.

(indent-for-tab-command optional arg)

... and so on...


So my binding seems to behave different :(



 C-g quits and the minibuffer is no longer active for me.

The only solution to get out the
 minibuffer is to press ESC ESC ESC. 

 I think this is not the right behavior. So, how can I filter the agenda
 view for a specified tag?

 What version of Emacs and org-mode are you using?

 GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-11-03
 on potassium, modified by Debian
 Org-mode version 7.4 (release_7.4)

 Regards,
 Bernt

(org-version) C-x C-e
Org-mode version 7.3 (release_7.4.2.g32f816) 
I just pulled some hours ago (but it also happened with 7.3 also)

(emacs-version)
GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-03-29 on rothera, modified by Debian

So, what should I do? I'm going to try to compile a current version of
emacs but I guess thats not the reason...

Thanks for any more advice!

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2010-12-10 Thread Maximilian Matthé
Bernt Hansen be...@norang.ca 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-mode 1)  ;; commenting this out gives me correct behaviour for /
-

How can that be? I currently dont know where I'm using ido, but I guess
it's quite useful at times I dont even realize it's doing sth. So I
think I would not like to leave it. I'm using the ido-version that is
bundled with Ubuntu 10.10's emacs23.1

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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. symbols I need in many
documents, so I extracted them into an external file.

Since the preview-snippets are compiled in /tmp/ Latex cannot find the
vlstyle.tex and the compilation fails. 

Is there another way to get previews except specifying an absolute path
to the vlstyle.tex? Maybe sth. with org-babel? But it shouldn't be too
long since I would have to add that to every new document I write.

Regards, Max


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode