Re: [O] Headlines and visual-line-mode

2011-05-14 Thread Michael Brand
Hi Ethan For tags alignment in the agenda view there is also the variable org-agenda-tags-column. For the clock display C-c C-x C-d you ask for I can't find such an option, except than directly decreasing (c 60) in org-clock-put-overlay. To minimize line wrapping even more, both (make-string (- 1

Re: [O] org-mode and ebib

2011-05-14 Thread Thomas S. Dye
Aloha Christian, I like RefTeX, too, when I'm using AucTeX, but I've found it has a few annoying habits in the Org-mode environment. Can I ask how you deal with these? How do you pass the master file name to RefTeX? Do you let RefTeX parse all your Org-mode buffers? If not, how do you direct i

[O] Line with single character : as valid literal area

2011-05-14 Thread Jeff Kowalczyk
Feature request to add ^:$ as valid literal area. I would prefer to call delete-trailing-whitespace on org buffers before save and git check-in: : >>> 2+2 : 4 :(EOL) I don't yet use all of org syntax, but this is the only part of my own outlines that I've made invalid by deleting trailing whitesp

Re: [O] v3, with support for narrowing

2011-05-14 Thread Samuel Wales
Hi Simon, On 2011-04-28, Simon Guest wrote: > I'm not that interested in higher fidelity counting. I'm especially > interested in speed. What I meant was, if desired you can make the call to the word count function be (funcall variable) to allow substitution of that function. (Actually I'm fin

Re: [O] [beamer] blank outline slide?

2011-05-14 Thread Eric S Fraga
zwz writes: [...] > > And here is Here is "does_not_work.org" (which result in a blank outline > slide): > --8<->8-- > #+startup: beamer > #+LaTeX_CLASS: beamer > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} > #+BEAME

Re: [O] [dev] footnotes improvements

2011-05-14 Thread Christian Moe
Hi, That should do it, all right. Yours, Christian On 5/14/11 10:44 AM, Nicolas Goaziou wrote: Hello, Christian Moe writes: Anyway, the footnote markers are run together in LaTeX, too. So I think a (customizable?) separator would be a reader-friendly complement to this new adjacent footnot

Re: [O] Org table with long lines visibility

2011-05-14 Thread Johnny
Carsten Dominik writes: > On May 4, 2011, at 7:48 PM, Johnny wrote: > >> ... any way to make the 'org-table-edit-field' to be permanently >> visible in a buffer, automatically updating while moving around in >> the table to view the full content of the current cell? >> > > this is a good idea,

Re: [O] MobileOrg-Android => agendas.org missing

2011-05-14 Thread Matthew Jones
Good to hear! On Fri, May 13, 2011 at 8:11 PM, Alfredo Duplat wrote: > Finally is working. > > I spiked one step in the process. I never reload org after update... > and that was the problem. > Thanks for your help > > > On 5/13/11, Alfredo Duplat wrote: > > This is from my .emacs > > > > > > (

Re: [O] [beamer] blank outline slide?

2011-05-14 Thread zwz
Eric S Fraga writes: > zwz writes: > >> In a org file, I have >> >> * item1 >> ** aaa >> *** bbb >> 123 >> * item2 >> ** ccc >> *** ddd >> 123 >> >> The generated slides have just a blank outline page. >> However, if I modify the org content as >> >> * item1 >> ** aaa >> *** bbb >> * ite

Re: [O] Headlines and visual-line-mode

2011-05-14 Thread Ethan
Hi, I decreased org-tags-column by a little bit and now it doesn't wrap. Thanks! Is there a similar option for org clock displays (as generated by C-c C-x C-d)? I think that's the only other place where I get gratuitous wrapping. Ethan On Fri, May 13, 2011 at 12:05 PM, Michael Brand wrote: > H

Re: [O] #+end_src interfering with :results raw

2011-05-14 Thread Eric Schulte
"Sean O'Halpin" writes: > On Sat, May 14, 2011 at 7:49 AM, Mark Cox wrote: >> Hi, >> >> I have an org file like this one, >> >> #+TITLE: An issue with #+end_src >> >> #+srcname: no_issue() >> #+begin_src sh :results output >> echo '#+begin_src' >> #+end_src >> >> #+call: no_issue() :results raw

Re: [O] #+end_src interfering with :results raw

2011-05-14 Thread Eric Schulte
Hi Mark, This issue should now be fixed in the latest git head. Best -- Eric Mark Cox writes: > Hi, > > I have an org file like this one, > > #+TITLE: An issue with #+end_src > > #+srcname: no_issue() > #+begin_src sh :results output > echo '#+begin_src' > #+end_src > > #+call: no_issue() :res

Re: [O] [Babel] Header arguments

2011-05-14 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > I have a little function that graphs two 14C dates (below). The data > are held in tables produced by a software package that I access on the > web. I read these into Org-mode and give them a #+tblname:, as shown > below. I'd like to have

[O] latex-export bug?

2011-05-14 Thread Sebastian Hofer
I just noticed that escaping curly braces seems to be broken in latex export: \somecommand{argument} \somecommand{$somemath$} results in \somecommand{argument} \somecommand\{$somemath$\} This seems to be (relatively) new to me, and breaks some of my documents. Is this intended behaviour? If no

Re: [O] [dev] footnotes improvements

2011-05-14 Thread Matt Lundin
Hi Nicolas, Nicolas Goaziou writes: > I'd like to submit a branch for testing: > > git://github.com/ngz/org-mode-lists.git footnote-fix > > Here are the changes so far: > > - recognize and export inlined footnotes holding links in their definition, > - recognize and export two or more

Re: [O] Org as a publishing toolkit

2011-05-14 Thread Mike McLean
On 5/11/11 12:33 PM, Nick Dokos wrote: > (I second Mike's suggestions re. defining LaTeX > classes but it does require some LaTeX knowledge: the best thing to do > is find a class that is oh-so-close and then change it as little as > possible to get what you want). Speaking of that, I guess I shou

Re: [O] #+end_src interfering with :results raw

2011-05-14 Thread Sean O'Halpin
On Sat, May 14, 2011 at 7:49 AM, Mark Cox wrote: > Hi, > > I have an org file like this one, > > #+TITLE: An issue with #+end_src > > #+srcname: no_issue() > #+begin_src sh :results output > echo '#+begin_src' > #+end_src > > #+call: no_issue() :results raw > > #+srcname: the_issue() > #+begin_src

[O] #+end_src interfering with :results raw

2011-05-14 Thread Mark Cox
Hi, I have an org file like this one, #+TITLE: An issue with #+end_src #+srcname: no_issue() #+begin_src sh :results output echo '#+begin_src' #+end_src #+call: no_issue() :results raw #+srcname: the_issue() #+begin_src sh :results output echo '#+end_src' #+end_src #+call: the_issue() :result

[O] C-c C-j and org-goto-auto-isearch

2011-05-14 Thread Session13
Hi, I've read in the manual that if I turn off `org-goto-auto-isearch' then in `org-goto' mode (C-c C-j) I'll be able to use certain keys (like n,p,u) for navigation instead of starting `i-search' mode. Now the value of `org-goto-auto-isearch' is nil (checked with C-h v) but in `org-goto' mode pre

Re: [O] [dev] footnotes improvements

2011-05-14 Thread Nicolas Goaziou
Hello, Christian Moe writes: > Anyway, the footnote markers are run together in LaTeX, too. So > I think a (customizable?) separator would be a reader-friendly > complement to this new adjacent footnote capability. I've added three customizable variables for that: - org-export-latex-footnote-se