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

2010-01-22 Thread Bernt Hansen
Carsten Dominik writes: > On Jan 21, 2010, at 2:43 AM, Bernt Hansen wrote: > >> ... but I'm not on the tip of the master branch currently. > > > P.S. Any particular reason why you are not on the tip? Just due to lack of time. Work has me on a windows platform so I'm spending my limited spare ti

[Orgmode] [feature request] Quotation marks in LaTeX export

2010-01-22 Thread Sven Bretfeld
Hello List Quotation marks like "these" are converted to ``these'' by org-export-latex. It would be much better to use \enquote{these}. The \enquote tag belongs to the powerful csquotes package. Not only does this package chose the correct quotation mark style for the document language as defined

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

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 ver

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 wrote: > > Amazing isn't it? I just blew a day by moving to org-babel for my init > > file and managed to miss the "+"

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 > "configu

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

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

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

2010-01-22 Thread Richard Riley
Eric S Fraga 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. The con

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

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] [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 describe

[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] 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 wrote: > Hi, Xin, > > Xin Shi writes: > > > Emacs 23.1.1 and org mode 6.34b. > here: >

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 18

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 (

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

2010-01-22 Thread Giovanni Ridolfi
Hi, Xin, Xin Shi 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 orgmode. [...]

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 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 when creating the new refile entr

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]], which

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 all

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