Re: [O] #+STARTUP: showstars

2012-05-26 Thread Michael Brand
Hi all On Fri, May 25, 2012 at 10:57 PM, Mark E. Shoulson wrote: > OP's requested fix: change the syntax so that a line which begins with N > spaces followed by a star and then more spaces after that acts as if the N > spaces at the beginning were stars. That is, * at the > start of the line sho

Re: [O] org-agenda-sticky

2012-05-26 Thread Rainer Thiel
Thank you very much for your answer. In fact I had wrongly assumed the User Visible Changes listed on referred to the latest released version, but now see their first section describe the git repository. Thanks again for correcting me on this point. Best Rainer

[O] bug in selective export when selected heading follows excluded heading

2012-05-26 Thread Hsiu-Khuern Tang
Hi, Here's an input file, a.org: #+OPTIONS: toc:nil #+EXPORT_EXCLUDE_TAGS: exclude #+EXPORT_SELECT_TAGS: include * chap1 ** sec1 :exclude: ** sec2

Re: [O] #+STARTUP: showstars

2012-05-26 Thread Michael Brand
Hi Bastien On Sat, May 26, 2012 at 12:08 AM, Bastien wrote: > Based from this, I guess Vi(m) can be clever enough to hide them. I also assume yes. But then notably tools that list file contents prefixed like "grep" and "nl", but also non-prefixed like "cat", "more", "less" etc. still don't. Of c

Re: [O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-26 Thread Uwe Brauer
>> On Fri, 25 May 2012 23:19:52 +0200, Bastien wrote: Hi Bastien, > I don't see any backtrace, did you forgot to attached it? This is very odd, I just checked my outgoing mail (I have a copy in gmail) and there I can see the backtrace in form of an attachment, while indeed when I read my ema

Re: [O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-26 Thread Achim Gratz
Uwe Brauer writes: > Just one question more: I see in the function > org-preview-latex-fragment-region various `setq' > I thought one should use `let' instead; anyhow. They are let-bound to nil initially. The cond form should bind them to whatever is appropriate, but that doesn't seem to be happ

[O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-26 Thread Orlando López D .
I configured emacs org-mode on a Mac, working properly, having my org files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). Now, I will like to get my emacs setup working properly on my Windows box. I have been able to get it working in terms of reading my .emacs file and emacs.d folde

[O] Open Children of Children

2012-05-26 Thread Trevor Vartanoff
I've been using this macro on headings to open the subtree to the children of children, since org-cycle just goes "nothing -> children - everything": (fset 'och ;; Open children of children [tab tab ?\C-n M-return ?\C-b ?* ?\C-a ?\C-p tab tab ?\C-n ?\C-k ?\C-k ?\C-p]) Is there a more eleg

Re: [O] Open Children of Children

2012-05-26 Thread Jambunathan K
Trevor Vartanoff writes: > I've been using this macro on headings to open the subtree to the > children of children, since org-cycle just goes "nothing -> children - > everything": > > (fset 'och ;; Open children of children >[tab tab ?\C-n M-return ?\C-b ?* ?\C-a ?\C-p tab tab ?\C-n ?\C-k

Re: [O] Drupal syntax on html-export for image links

2012-05-26 Thread William Crandall
Hello Bastien, Thanks for your pointer to org-export! I got it running and see it is an improvement. Reading the archives, I've gathered some notions. (Please correct me if I'm wrong!) Is it true that: 1. The org-export Package is a "Generic Export Engine" and is intended to support a new g

[O] Bug? attr_html does not function with ~/ instead of /home/username/

2012-05-26 Thread John Hendy
Image size attr_html property doesn't seem to be respected for me if I use ~/ instead of /home/username. For a concrete example: This doesn't work (no width parameter is inserted into the exported code): - * Section #+attr_html: width="200" [[~/Downloads/histogram-by-year.png]] - This wo