[O] org-toggle-inline-images bug

2011-08-10 Thread William Xu
Hi, M-x org-toggle-inline-images doesn't work for links like this: [[./ref/diskStructures.png]] The problem lies in `org-display-inline-images': (let ((re (concat "\\[\\[\\(\\(file:\\)\\|\\([./~]\\)\\)\\([^]\n]+?" (substring (org-image-file-name-regexp) 0 -2) "\\)\\]" (if

Re: [O] [babel] Expertise in string manipulation available?

2011-08-10 Thread Nick Dokos
Sebastien Vauban wrote: > Hello, > > #+TITLE: String manipulation > > * Data > > #+tblname: list-of-couples > | Me | @Here | > | Myself and I | @There | > > * Successful outcome > > I expect the above table to be transformed to those lines: > > #+begin_example > --- > Me > @H

[O] [babel] Expertise in string manipulation available?

2011-08-10 Thread Sebastien Vauban
Hello, #+TITLE: String manipulation * Data #+tblname: list-of-couples | Me | @Here | | Myself and I | @There | * Successful outcome I expect the above table to be transformed to those lines: #+begin_example --- Me @Here --- Myself and I @There #+end_example * First attempt **

Re: [O] how to narrow Clock Total on repeating tasks?

2011-08-10 Thread Michael Gilbert
Hi all — Been through some rough family time and I worry that I may have missed a response to this question. I apologize if that's the case. If not, is there anyone with any insights? Basically, I'm just looking for a way to narrow the scope of the clock total to the current iteration of task,

[O] Odd behavior in custom agenda (was "done" keyword red)

2011-08-10 Thread John Hendy
To add some more information, below is a sample file and here is a screenshot of the custom agenda generated from it: http://i.imgur.com/9eou6.png #+begin_src org #+todo: todo(t) next(n!) proj(p) | waiting(w@/@) done(d/@) cancelled(c@/@) * done no schedule/no deadline CLOSED: [2011-08-10 Wed 16

Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]

2011-08-10 Thread Sebastien Vauban
Hi Christian, Christian Schmidt wrote: > I found out why the tags are still there in my column view directly > in org-buffer: You are using "TAGS" for the column with the tags. I > am using "ALLTAGS" instead, because I want to see the inherited tags > as well. Unfortunately the column view does no

Re: [O] Bug: emacs crashes when scrolling column view [7.7]

2011-08-10 Thread Marc-Oliver Ihm
I noticed a similar problem under Windows. Column view reproducible crashes for me. Emacs 24 and org 7.6 I think this is more a problem with emacs than with org, but I did not take the time to post it into an emacs mailing list. regards, Marc-Oliver Ihm Am 09.08.2011 14:27, schrieb Skip Colli

Re: [O] [bug] killing and yanking _sometimes_ doesn`t indent correctly

2011-08-10 Thread Detlef Steuer
On Wed, 10 Aug 2011 18:43:57 +0200 David Maus wrote: > No, it should be: > > ** Subheading 1 > ** TODO first > ** Subheading 2 > > C-h f org-paste-subtree RET Duh. You are right of course. Thank you for fixing! Detlef signature.asc Description: PGP signature

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-10 Thread attila
-BEGIN PGP SIGNED MESSAGE- Hash: SHA384 On 08/10/2011 12:01 PM, Darlan Cavalcante Moreira wrote: > >[snip] > I have found one problem that prevents me from converting my notes > correctly, though. In tomboy I have many notes where I use "*" as bullet > item in the body starting in the fir

Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]

2011-08-10 Thread Christian Schmidt
Hi Sebastien, I found out why the tags are still there in my column view directly in org-buffer: You are using "TAGS" for the column with the tags. I am using "ALLTAGS" instead, because I want to see the inherited tags as well. Unfortunately the column view does not treat the column ALLTAGS t

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-10 Thread Darlan Cavalcante Moreira
Thanks for the instructions, and sorry for the late reply. I'm using Ubuntu 11.04 and I was able to run the script after installing libtext-format-perl as you have instructed. I have found one problem that prevents me from converting my notes correctly, though. In tomboy I have many notes where

Re: [O] [bug] killing and yanking _sometimes_ doesn`t indent correctly

2011-08-10 Thread David Maus
Hi Detlef, At Tue, 9 Aug 2011 16:19:26 +0200, Detlef Steuer wrote: > > Hi! > > Using the following files I can reproduced a bug I encountered. > > [...] Thanks for reporting. I pushed a fix for both problems, the wrong level and eating the existing headline. However: > Should be > > --- > ** Sub

[O] In custom agenda view, "done" todo keyword is red?

2011-08-10 Thread John Hendy
Is there a way to make the green font face apply to custom agenda views? Here is an example: -- (setq org-agenda-custom-commands '(("w" "Agenda" ((agenda "" ((org-agenda-ndays 7))) (todo "next" ((org-agenda-overriding-header "Next Actions"))) (t

Re: [O] Refiling list items

2011-08-10 Thread Jeff Horn
On Wed, Aug 10, 2011 at 06:05, Nicolas Goaziou wrote: > From my point of view, lists cannot be a subset of headlines. Indeed, > headlines are global structural elements, whereas items are local > structural elements. In other words, moving an item outside of its > scope, which is the list it belon

Re: [O] org-babel and python3

2011-08-10 Thread henry atting
Rasmus writes: > henry atting writes: > >> How can I cause org-babel to use python3 instead of python2? >> Emacs (in python-mode) already does it flawlessly with >> >> (setq py-python-command "/usr/bin/python3") > > There is a variable: > > ┏━━━┫ org-babel-python-command ┃ > ┃ > ┃ org-babel-py

Re: [O] org-babel and python3

2011-08-10 Thread Rasmus
henry atting writes: > How can I cause org-babel to use python3 instead of python2? > Emacs (in python-mode) already does it flawlessly with > > (setq py-python-command "/usr/bin/python3") There is a variable: ┏━━━┫ org-babel-python-command ┃ ┃ ┃ org-babel-python-command is a variable defined

Re: [O] [yasnippet] can not creating links with description

2011-08-10 Thread Karl Voit
* Bianca Lutz wrote: > Hi Karl, Hi! > I do not know how to accomplish this with a single field but the > following workaround might be sufficient: This works great! Thank you for the code! -- Karl Voit

Re: [O] [yasnippet] Symbol's function definition is void: yas/next-field-group

2011-08-10 Thread Karl Voit
* Bianca Lutz wrote: > Hi Karl, Hi! > The org info seems to be outdated: yas/next-field-group is called > yas/next-field nowadays. A simple rename should solve the issue. Oh, thanks! > BTW: Are you sure you need both calls to add-hook? The way I > understand the org manual is that you need eit

[O] org-babel and python3

2011-08-10 Thread henry atting
How can I cause org-babel to use python3 instead of python2? Emacs (in python-mode) already does it flawlessly with (setq py-python-command "/usr/bin/python3") henry -- http://literaturlatenight.de

Re: [O] Equation references for HTML: suggested approaches?

2011-08-10 Thread Ahmed Fasih
Apologies, I discovered one stopgap solution already: # <> \begin{equation} \label{eq-myeq} a = 1 \end{equation} We have defined something in (\ref{eq-myeq}), and this link will look fine in both Latex and HTML output. This just requires me to ensure that the anchor and the Latex label are the sa

[O] Equation references for HTML: suggested approaches?

2011-08-10 Thread Ahmed Fasih
Hi, I've been using org-mode very successfully to output Latex, and have used successfully Latex math modes like "equation" to number equations and reference them: \begin{equation} \label{eq-myeq} a = 1 \end{equation} We have defined something in (\ref{eq-myeq}). In HTML output, however, the equ

Re: [O] Refiling list items

2011-08-10 Thread Nicolas Goaziou
Hello, > I guess this really amounts to the first time I've ever been convinced > that "treating list items like headlines" would be useful to me. At > least, it feels like list items might benefit from being a proper > subset of headlines. I don't remember what the disadvantages of such a > move

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-10 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Till such time as that happens, the attached patch would strip inline > tasks from odt export. i.e., the exporter will behave as though > org-inlinetask-export is set to nil for the purpose of odt export. I have applied the patch, correcting the coding issue. Reg

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-10 Thread Nicolas Goaziou
Hello, Valentin Wüstholz writes: > Sure. I have attached the output. Thank you. I have applied it to master. Regards, -- Nicolas Goaziou

[O] Filter agenda view to subtree

2011-08-10 Thread Francesco Pizzolante
Hi, I would like to be able to filter the agenda view according to an Org file or a subtree. Currently, the only way to do that is: 1. change buffer, 2. go the desired one, 3. go to the desired subtree, 4. generate the agenda view restricted to the current subtree (C-c C-x <). It would be good t

Re: [O] [bug] removing last column with a column formula

2011-08-10 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Columns and rows are better referenced with "<" and ">" in many cases > to avoid such oddities: > > #+begin_src org > | 1 | 2 | 3 | > | 1 | 2 | 3 | > #+TBLFM: @2$<..@2$>=@1 > #+end_src Thanks for the pointers. Though, the object of my message was more to point at

Re: [O] New feature: loop over siblings for some commands

2011-08-10 Thread David Maus
Hi Bastien, I've created a dedicated topic branch on Github git://github.com/dmj/dmj-org-mode.git feat/org-loop-over-headlines And implemented looping over headlines in active region for org-schedule und org-deadline. Differences between this branch and your proposed patch: 1/ Extend the region

Re: [O] [PATCH 1/7] New macro: Execute BODY in enviroment with uninterned SYMBOLS

2011-08-10 Thread David Maus
Hi Samuel, Hi Štěpán, Thanks for the feedback on org-with-uninterned. I'm preparing the patches for master and decided to use the 'add-noise' approach suggested by Štěpán but renamed the macro to `org-with-gensyms'. Thus we can change the implementation. Best, -- David -- OpenPGP... 0x99ADB83B

Re: [O] [babel] set post tangle hook on per file basis - evalu

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 7:14 PM, Eric Schulte wrote: > >> > >> Hi Rainer, > >> > >> I like to use file local variables [1] to do per-file Org-mode > >> configuration and customization this is an easy way to set the local > >> value of a variable every time the file is opened. > >> > >> I think you