Re: [Orgmode] org-babel: Managing a bibtex database

2010-01-22 Thread Torsten Wagner
Hi again, I just rethought my idea. I think even if there is no full automatic link function, it would be nice to see bibtex as a org-babel mode. My worse case scenario is as follow: Someone ask me to send the reference X or a bunch of references Y to someone in plain-text (mostly they like to

Re: [Orgmode] Org Folded View when Startup

2010-01-22 Thread Carsten Dominik
On Jan 22, 2010, at 12:48 AM, Chao Lu wrote: Hey, I found my Org refuse to do the overview view correctly. Although I have explicitly set the org-startup-folded to be t. Each time when I open an org file, it still in plain view (not folded). Does it come up with Org-mode turned on at

Re: [Orgmode] Open link with different suffix in org mode

2010-01-22 Thread Carsten Dominik
On Jan 21, 2010, at 4:25 PM, Xin Shi wrote: Hello Experts, I'm using Emacs 23.1.1 and org mode 6.34b. In the org file, if I use a link say [[./link.org][test]], it will open the link.org file in another buffer with orgmode. It will be also true, if I use [[./ link.txt][link test]],

Re: [Orgmode] Re: no SPACE allowed in new node/item name created during refiling

2010-01-22 Thread Carsten Dominik
On Jan 21, 2010, at 2:43 AM, Bernt Hansen wrote: Manish mailtomanish.sha...@gmail.com writes: Hello Carsten, A SPACE is not allowed in the name when creating a new node/item while refiling, is it a bug, restriction or configuration issue? I think I've gotten around that with C-q SPC

Re: [Orgmode] Open link with different suffix in org mode

2010-01-22 Thread Giovanni Ridolfi
Hi, Xin, Xin Shi shixin...@gmail.com writes: Emacs 23.1.1 and org mode 6.34b. here: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Org-mode version 6.34 Windows XP PS3 a link say [[./http://link.org][test]], it will open the http://link.org file in another buffer with

Re: [Orgmode] Re: org-agenda-files variable

2010-01-22 Thread Carsten Dominik
On Jan 18, 2010, at 11:46 AM, andrea wrote: Anyway emacs-version: 23.1.50.1 org-version: 6.33trans The code for the hook is this --8---cut here---start-8--- (defun org-add-eventually() Adding a file to org-agenda when saved (interactive) (if (string=

Re: [Orgmode] [PATCH] org-narrow-to-subtree: prevent prepending text to the next headline while narrowed

2010-01-22 Thread Carsten Dominik
Applied (but not yet pushed because of hardware upgrade at repo.or.cz), thanks. I had implemented it the other way round because that would avoid making new empty lines by accident, but I do agree that swallowing a headline is by fare the more severe problem. Thanks. - Carsten On Jan

Re: [Orgmode] Open link with different suffix in org mode

2010-01-22 Thread Xin Shi
Hi Carsten and Giovanni, I used (add-to-list 'auto-mode-alist '(\\.info\\' . text-mode)) and it works! By the way, my system is GNU Linux. Thanks! Xin On Fri, Jan 22, 2010 at 4:45 AM, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Hi, Xin, Xin Shi shixin...@gmail.com writes: Emacs

[Orgmode] org file containing different local variables

2010-01-22 Thread henry atting
An org file (it contains an explanation on using emacs distraction free for writing) lists on some places LaTeX Local Variables, eg: %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: From then on Emacs does not open this file in org-mode but in latex-mode. Neiter setting

Re: [Orgmode] [PATCH] org-narrow-to-subtree: prevent prepending text to the next headline while narrowed

2010-01-22 Thread Samuel Wales
I'm not so sure about this patch. Are you sure this will work with sorting headlines? Swallowed headlines occur if end of narrowed region is at eol. What about other operations, including user-written commands? Can we be sure that they will not to swallowed headlines? IMO the behavior

Re: [Orgmode] Org Folded View when Startup

2010-01-22 Thread Chao Lu
Hey Carsten, I believe the org-mode is turned on, for I saw it from the mode-line. But after I checked the *message buffer, I found something. -*Message--- *File mode specification error: (wrong-type-argument keymapp nil)* Loading f:/Var/URoot/.emacs.d/site-lisp/iimage.el (source)...done

Re: [Orgmode] [babel] Moving to babel the whole configuration

2010-01-22 Thread Eric S Fraga
At Thu, 21 Jan 2010 07:43:17 -1000, Thomas S. Dye wrote: Have you seen the emacs starter kits? I've found Eric Schulte's starter kit to be very handy. After struggling with emacs configuration for decades I now have at least the illusion of control. The configuration is held in a series of

[Orgmode] Re: [babel] Moving to babel the whole configuration

2010-01-22 Thread Richard Riley
Eric S Fraga ucec...@ucl.ac.uk writes: At Thu, 21 Jan 2010 07:43:17 -1000, Thomas S. Dye wrote: Have you seen the emacs starter kits? I've found Eric Schulte's starter kit to be very handy. After struggling with emacs configuration for decades I now have at least the illusion of control.

Re: [Orgmode] Org Folded View when Startup

2010-01-22 Thread Carsten Dominik
On Jan 22, 2010, at 6:37 PM, Chao Lu wrote: Hey Carsten, I believe the org-mode is turned on, for I saw it from the mode- line. But after I checked the *message buffer, I found something. -*Message--- File mode specification error: (wrong-type-argument keymapp nil) Maybe this FAQ

Re: [Orgmode] org file containing different local variables

2010-01-22 Thread Jan Böcker
On 22.01.2010 17:17, henry atting wrote: An org file (it contains an explanation on using emacs distraction free for writing) lists on some places LaTeX Local Variables, eg: %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: From then on Emacs does not open this

Re: [Orgmode] Re: [babel] Moving to babel the whole configuration

2010-01-22 Thread Eric S Fraga
Amazing isn't it? I just blew a day by moving to org-babel for my init file and managed to miss the + in my #+end_src marker ... but now its working its all smiles despite another day configuring rather than doing ;) It's an emacs problem in general. A shame there are no jobs configuring your

Re: [Orgmode] Re: [babel] Moving to babel the whole configuration

2010-01-22 Thread Greg Newman
Eric, you hit the nail on the head. Now I'll be spending my Friday night redoing my configs (and probably Saturday, and the next…) On Fri, Jan 22, 2010 at 3:44 PM, Eric S Fraga ucec...@ucl.ac.uk wrote: Amazing isn't it? I just blew a day by moving to org-babel for my init file and managed

Re: [Orgmode] Resumes in orgmode

2010-01-22 Thread Eric S Fraga
At Fri, 22 Jan 2010 00:51:06 -0500, Raffi R wrote: Dear list, I've recently taken the first step toward maintaining my resumé in orgmode. I was wondering if anyone had advice, templates, or settings to share for how they render resumés (esp. in LaTeX) using orgmode. Thank you very much,

[Orgmode] org-mobile setup

2010-01-22 Thread Monty Zukowski
When I do an org-mobile push, how does it know where to look for the index.org file on my local machine? Do I have to be in the index.org buffer when I do the push? I can see in the documentation how to tell it where the files will go, but I can't see how it knows where they should come from.