[O] typo in the info file

2011-04-18 Thread Xiao-Yong Jin
Hi, Two lines in the file doc/org.texi --8<---cut here---start->8--- doc/org.texi:8529:@vindex org-overriding-columns-format doc/org.texi:8533:Org first checks if the variable @code{org-overriding-columns-format} is --8<---cut here---en

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Jeff Horn
There are interesting ways to break away from traditional document structure using inline-tasks, which (without keywords) are really inline "headlines" that don't break structure. See the discussion which starts here: http://thread.gmane.org/gmane.emacs.orgmode/40597 It branches a bit, but you ca

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Colin Fraizer
Wow, I missed that part of the discussion, but it sounds very much like what I want. Thank you. -Original Message- From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org [mailto:emacs-orgmode-bounces+orgmode=cfraizer@gnu.org] On Behalf Of Marcel van der Boom Sent: Monday, April 18,

Re: [O] Show current task in taskbar

2011-04-18 Thread Matt Lundin
Nathan Neff writes: > Hello, > > I use wmii which is a minimalist tiling window manager. > It has a taskbar that can show text/icons, etc. > > I'd like to see my currently logged in task on the taskbar. > > The way I see it, I could either 1) poll emacs for the current task Provided you have the

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Marcel van der Boom
On ma 18-apr-2011 11:34 "Colin Fraizer" wrote: > Was there ever a conclusion from this discussion? > My personal conclusion was, given proper outlining and no or very few assumptions about indentation preferences, it would be very difficult or confusing to implement. The amount of alternatives

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Santi Villalba
On 04/18/2011 05:35 PM, Santi Villalba wrote: On 04/18/2011 04:57 PM, Richard Riley wrote: Carsten Dominik writes: On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error,

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Santi Villalba
On 04/18/2011 04:57 PM, Richard Riley wrote: Carsten Dominik writes: On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error, the buffer does not get narrowed down and I ca

Re: [O] Continuation of main section text after subsections

2011-04-18 Thread Colin Fraizer
Was there ever a conclusion from this discussion? I think I want something very similar to what Mr. van der Boom requested. I have outlines that contain varying amounts of text (paragraphs) and then, to avoid forgetting some task, I add a TODO item somewhere in the middle. That TODO item absorb

[O] Show current task in taskbar

2011-04-18 Thread Nathan Neff
Hello, I use wmii which is a minimalist tiling window manager. It has a taskbar that can show text/icons, etc. I'd like to see my currently logged in task on the taskbar. The way I see it, I could either 1) poll emacs for the current task or 2) have emacs run a cron job and output the current ta

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Richard Riley
Carsten Dominik writes: > On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: > >> Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error, the buffer does not get narrowed down and I cannot edit or move

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Carsten Dominik
On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: > >>> Hi, >>> >>> Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to >>> accept-process-output with quit inhibited" error, the buffer does not >>> get narrowed down and I cannot edit or move anymore. I'm using a >>> bleeding

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Santi Villalba
Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error, the buffer does not get narrowed down and I cannot edit or move anymore. I'm using a bleeding-edge emacs 24.0.50.1 and org 7.4. Could you please upgrade to org-mode 7.5

Re: [O] emdash and endash

2011-04-18 Thread Christian Moe
On 4/18/11 2:19 PM, Ben Finney wrote: Matt Lundin writes: To ensure consistency of export, I have gotten in the habit of using three hyphens for the emdash in ASCII---even in mail. I just write the characters – choosing the right one for my purpose – in Unicode. It's already the third millen

Re: [O] emdash and endash

2011-04-18 Thread Ben Finney
Matt Lundin writes: > To ensure consistency of export, I have gotten in the habit of using > three hyphens for the emdash in ASCII---even in mail. I just write the characters – choosing the right one for my purpose – in Unicode. It's already the third millennium of our calendar — we can expect U

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Matt Lundin
Santi Villalba writes: > Hi, > > Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to > accept-process-output with quit inhibited" error, the buffer does not > get narrowed down and I cannot edit or move anymore. I'm using a > bleeding-edge emacs 24.0.50.1 and org 7.4. Could yo

Re: [O] emdash and endash

2011-04-18 Thread Matt Lundin
Samuel Wales writes: > 1 dash: - 2 -- 3 --- > 1 dash: - 2 – 3 — > > When I write in ASCII, I notate emdash like "--". I think this is standard. To ensure consistency of export, I have gotten in the habit of using three hyphens for the emdash in ASCII---even in mail. FWIW, Wikipedia suggests th

[O] Bug: LaTeX_CLASS_OPTIONS does not work when specified in SETUPFILE [7.5 (release_7.5.214.g0e2c)]

2011-04-18 Thread Marcel van der Boom
Hi, I use a '#+SETUPFILE: org-config.org' line in all my org files to have a central configuration. One of the lines in this file is: #+LaTeX_CLASS_OPTIONS: [11pt,a4paper,twoside] which I expect to see in the generated TeX file when exporting to PDF. This however is not the case. If I add

Re: [O] possible table tutorial error

2011-04-18 Thread Carsten Dominik
On Apr 17, 2011, at 12:48 PM, William Beard wrote: > Hello > I was looking at the table tutorial > [[http://orgmode.org/worg/org-tutorials/tables.html][here]], and some > information conflicted with my Org setup. It says > "When columns are narrowed, it might be useful to temporary see the > cont

[O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Santi Villalba
Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error, the buffer does not get narrowed down and I cannot edit or move anymore. I'm using a bleeding-edge emacs 24.0.50.1 and org 7.4. Does anybody know if the problem is it