Re: [O] Org-agenda - show content outline from multiple org files

2012-07-31 Thread Avner Moshkovitz
Hi Bernt, Sorry for the long delay - I couldn't find a way to edit the post (I don't have an account). Yes, this is what I was looking for. I also added the functions below to step through the headings and open them in different buffer Thanks for the help. Avner -

[O] [Assistance Needed] View only prioritized items that have a deadline or or scheduled

2012-07-31 Thread Andre Powell
I was wondering if someone could help me out with the following. I am trying to create a custom agenda view that shows me items that have a priority and either a scheduled date or deadline. This is what I have tried but it does not seem to work. ("x" "Daily Scheduled Task" tags-todo "+PRIORITY={A\

Re: [O] org-table not wrapped in table

2012-07-31 Thread Thomas S. Dye
Aloha Bjarte, Did you add a #+CAPTION: and #+LABEL: to your table? See http://orgmode.org/manual/Tables-in-LaTeX-export.html#Tables-in-LaTeX-export If that doesn't work for you, please provide an ECM (Minimal Complete Example). All the best, Tom Bjarte Johansen writes: > Is there a reason

Re: [O] Export to Texinfo

2012-07-31 Thread Jonathan Leech-Pepin
On 31 July 2012 18:35, Jonathan Leech-Pepin wrote: > On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote: >> Hello, >> >> Jonathan Leech-Pepin writes: >> >>> I've done some further work on the org-e-texinfo exporter and have >>> gotten it to a point where it should be usable with only a few >

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-31 Thread Olaf Meeuwissen
Bastien writes: > Hi Rian, > > Rian Murphy writes: > >> Would I have to somehow uninstall emacs 23 and install emacs 22? >> Any other ideas? > > My simple suggestion is to install GNU Emacs 24.1 in all your computers. Or install Ubuntu's separately packaged org-mode package. The emacs23 pac

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Nicolas Goaziou
Hello, Michael Brand writes: > In my override my-org-fill-paragraph, improved over the one in an > earlier post I use > > #+BEGIN_SRC emacs-lisp > (save-excursion > (org-end-of-item) > (re-search-backward "[^[:space:]]") > ;; [...] > #+END_SRC > > to achieve this. It doesn't work

Re: [O] Export to Texinfo

2012-07-31 Thread Jonathan Leech-Pepin
On Tue, Jul 31, 2012 at 5:18 PM, Nicolas Goaziou wrote: > Hello, > > Jonathan Leech-Pepin writes: > >> I've done some further work on the org-e-texinfo exporter and have >> gotten it to a point where it should be usable with only a few >> shortcomings. > > Thanks for your work. I hope that you wi

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Thanks. It works except for description list. My requirement is that > it works even with unusually placed "::" which work already when point > is within the item body: > > - cmd --log-level=wrn -o DST SRC :: > description >f

Re: [O] Export to Texinfo

2012-07-31 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin writes: > I've done some further work on the org-e-texinfo exporter and have > gotten it to a point where it should be usable with only a few > shortcomings. Thanks for your work. I hope that you will get feedback on it. > - Two-column tables are restricted to a sin

Re: [O] Wrapping text in org-table

2012-07-31 Thread Jude DaShiell
Probably doing a table of links with the links going to multi-line text and having links to return the user to the table itself would work. On Tue, 31 Jul 2012, Giovanni Ridolfi wrote: > Hi, Marvin > > > Da: Marvin Doyley > Inviato: Marted? 31 Luglio 2012 16:17 > > > is there a way to wrap l

[O] org-table not wrapped in table

2012-07-31 Thread Bjarte Johansen
Is there a reason the org-table does not get wrapped in a \begin{table}[ht] in latex and only tabular? For scientific papers it is usually nice to be able to add label and caption to the table in the same way images/figures have. Right now I just wrapped it in #+BEGIN_table myself and added \c

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Tue, Jul 31, 2012 at 9:39 PM, Michael Brand wrote: > Thanks. It works except for description list. My requirement is that > it works even with unusually placed "::" which work already when point > is within the item body: In my override my-org-fill-paragraph, improved over the one

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Tue, Jul 31, 2012 at 8:59 PM, Nicolas Goaziou wrote: > It will probably be a common request, so I've pushed a convenience > patch: when point is at an item or a footnote definition, the function > will try to fill the first paragraph within. Thanks. It works except for description

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Because I need to fill list items so often and when I am on column 0 > of the bullet line, I start to override M-q at least until maybe the > community decides that this old behaviour of M-q should be restored: It will probably be a common request, so I've pushed

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Bastien
"Sebastien Vauban" writes: > I would allow fly-prog-mode in the listins, as one normally does for plain > code, no? This is indeed the case right now. -- Bastien

Re: [O] org-ibuffer

2012-07-31 Thread Bastien
Neil Smithline writes: > Just a few lines in a Gist to provide `ibuffer' functionality for > org-mode' buffers. > > https://gist.github.com/3126257 Nice! I added this to worg/org-hacks.org. Thanks Neil, -- Bastien

Re: [O] Emacs23 on Ubuntu recognizes 'remember', not 'capture'

2012-07-31 Thread Bastien
Hi Rian, Rian Murphy writes: > Would I have to somehow uninstall emacs 23 and install emacs 22? > Any other ideas? My simple suggestion is to install GNU Emacs 24.1 in all your computers. It contains a more recent Org (> 7.8), which lets you use `org-capture' everywhere. Best, -- Bastie

Re: [O] [PATCH] org version under Windows 7

2012-07-31 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> The snapshot is created by gitweb on the fly. > > I'm not talking about those — yes, they should be what's in Git's index, > nothing more or less. I was thinking of org-latest.{zip,tar.gz}, which > might usefully include the autoload files or e

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Bastien
Bjarte Johansen writes: > It seems to not work for #+LATEX_CLASS_OPTIONS, maybe because of the > two _ ? It works for me when I use M-x flyspell-mode RET. Can you provide a step-by-step way of reproducing the problem? -- Bastien

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Bjarte Johansen
On 31 Jul, 2012, at 17:32 , Bastien wrote: > Bjarte Johansen writes: > >> On 30 Jul, 2012, at 13:03 , Bastien wrote: >> >>> I've pushed a fix which should let flyspell ignore more commonly >>> used Org keywords. Please test it. >> >> This works great. You forgot #+LATEX_CLASS_OPTIONS: tho

Re: [O] Missing files in mobileorg-android when syncing using Windows and cygwin

2012-07-31 Thread Bastien
Hi Mathias, Mathias Kegelmann writes: > thanks for pointing out that the version is missing. I am running: > > ELISP> (emacs-version) > "GNU Emacs 23.2.1 (i386-mingw-nt6.1.7601)\n of 2010-05-08 on G41R2F1" > > The issue with shell-quote is as follows: > > ELISP> (shell-quote-argument "c:/org/tes

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Mon, Jul 30, 2012 at 11:49 PM, Nicolas Goaziou wrote: > Yes. It's all about document's structure. First paragraph starts after > bullet. Before, it's the item. Since you want to fill the first > paragraph, you have to move into it. Thank you for the explanations. I appreciate your

Re: [O] org-protocol and server.el

2012-07-31 Thread Bastien
Hi Fabrice, Fabrice Popineau writes: > @@ -1137,7 +1135,8 @@ >                   (let ((file (pop args-left))) >                     (if coding-system >                         (setq file (decode-coding-string file > coding-system))) > -                   (setq file (expand-file-name file dir))

Re: [O] alignment of description list in Org and export old and new

2012-07-31 Thread Michael Brand
2012/6/2 Michael Brand : > Is there a way to have automatic alignments in the Org buffer with M-q > (fill-paragraph) and C-c C-c like: [...] > - cmd ::short term + short descr > - cmd -o :: short term + short descr [...] > Alternatives for the long items could be: > >

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Bastien
Bjarte Johansen writes: > On 30 Jul, 2012, at 13:03 , Bastien wrote: > >> I've pushed a fix which should let flyspell ignore more commonly >> used Org keywords. Please test it. > > This works great. You forgot #+LATEX_CLASS_OPTIONS: though. Nope. `org-additional-option-like-keywords-for-fl

Re: [O] flet / my-filt problem

2012-07-31 Thread Bastien
Eric Schulte writes: > Regardless, I've just pushed up a fix which > replaces the named function with an anonymous lambda-expression. I've > also pushed up a test case which exercises this function. Everything > now seems to be working. Thanks! -- Bastien

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Sebastien Vauban
Hi Bjarte, Bjarte Johansen wrote: > So I won't be able to work on this before next weekend, but in the mean time > (unless someone else has the time) I suggest that we make a list of places > where we would like to remove flyspell overlays from. I'll start. > > #+STARTUP > #+OPTIONS > #+LATEX_CLAS

Re: [O] flet / my-filt problem

2012-07-31 Thread Eric Schulte
Bastien writes: > Hi Eric, > > Eric Schulte writes: > >> Does the attached patch resolve this bad behavior? > > Can't we just get rid of org-flet in this case? > > With simply let-defining the temporary function? > > (let ((f (lambda(x) (message x > (funcall f "Hello!")) This is exactly t

Re: [O] Wrapping text in org-table

2012-07-31 Thread Giovanni Ridolfi
Hi, Marvin Da: Marvin Doyley Inviato: Martedì 31 Luglio 2012 16:17 > is there a way to wrap long text in org table ? works to some degree, but > it chop off the text. this questionis quite similar to a faq [1] "Will there ever be support for multiple lines in a table field? No. You can emb

[O] Wrapping text in org-table

2012-07-31 Thread Marvin Doyley
Hi there, is there a way to wrap long text in org table ? works to some degree, but it chop off the text. thanks M

Re: [O] More flyspell-overlays removed

2012-07-31 Thread Jeffrey Spencer
I don't have any problem with natbib cite commands including \ref, \cite, \citet, \citep, etc Maybe your version of flyspell?? But it should act exactly as it does in auctex or your latex mode of emacs. I would check in there if it works properly because should parse the same way if not maybe

Re: [O] are super-hidden technical blocks required?

2012-07-31 Thread Torsten Wagner
Hi Robert, Please see my follow up post with a more detailed description and a (as I find) already better solution. In summary, it is about providing a way to store data in org-mode which is not intended to be read/modified by humans. Your idea would be one part of it and I was thinking of that to

Re: [O] are super-hidden technical blocks required?

2012-07-31 Thread Robert Horn
Jonathan Leech-Pepin writes: > Hi, >>> This blocks could be hidden under all normal means unlike >>> really someone want to see them and hit a special >>> key-combo. >> >> Hmm, personally I'd rather have it visible but clearly >> labeled. Transparency is nearly always a good thing. >> > I agree.

Re: [O] Embed images in formats best suited for HTML and LaTeX export and inline viewing

2012-07-31 Thread Brett Viren
Hi, I'm back wanting to specify per-export image formats again. I learned about macros in org-mode and I have found a half-solution: #+MACRO: himg #+HTML: $3 #+MACRO: limg #+LATEX: \begin{figure}\label{$1}\includegraphics[width=\textwidth]{$2.pdf}\caption{$3}\end{figure} I then call each ma

Re: [O] comment bug

2012-07-31 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > For years we had subtle bugs with commenting and filling. That got > fixed, but now > comment-start is nil. I just committed a complete implementation of comments, compatible with `comment-dwim'. Does it behave as expected? Regards, -- Nicolas Goaziou

Re: [O] Extending org-koma-letter.el

2012-07-31 Thread Luis Anaya
Nicolas Goaziou writes: Hi: >> Thanks. It's wonderful writing letters with the new latex exporter. >> You should consider adding it to org_contrib. > On the other hand, I think that Org deserves a serious letter > package. If you want to maintain and improve it, I'm all for adding it > to cont

Re: [O] tags searching

2012-07-31 Thread Richard Riley
Giovanni Ridolfi writes: > Da: Richard Riley > Inviato: Lunedì 30 Luglio 2012 11:15 > > Hi, Richard, > >>, >>| org-agenda-files is a variable defined in `org.el'. >>| Its value is ("~/.orgfiles" "~/webs/.orgfiles") >>| Original value was nil >>` > >> C-h a m visa > >> does not find a hea

Re: [O] flet / my-filt problem

2012-07-31 Thread Bastien
Hi Eric, Eric Schulte writes: > Does the attached patch resolve this bad behavior? Can't we just get rid of org-flet in this case? With simply let-defining the temporary function? (let ((f (lambda(x) (message x (funcall f "Hello!")) -- Bastien

Re: [O] flet / my-filt problem

2012-07-31 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Eric Schulte writes: >> >>> Andreas Leha writes: >>> Hi all, with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) from master I get an error during the export of one of my files complaining about an un