Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-14 Thread William Léchelle
On Sun, 06 Jan 2013 07:45:47 +0100, Bastien spake thus: > > Using org-store-link followed by, in another file, org-insert-link RET RET > > fails on the following headline : > > * [[http://www.anywho.com/][test]] > Please try to apply the patch by Samuel and let us know if it fixes > your issue: h

Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-05 Thread William Léchelle
>> is there a known issue about accepted characters in headlines that I'm not >> aware of ? > There should be none, please test master if you can and report any > problem. Using org-store-link followed by, in another file, org-insert-link RET RET fails on the following headline : * [[http://www

[O] Globally set categories overwhelm tree inheritance

2013-01-02 Thread William Léchelle
Happy new year list :) Constructing a custom agenda using (org-entry-get (point) "CATEGORY" t) in an org-agenda-skip-function, I found a rare case of strangely inherited property, when a #+Category:foo line is present (at the top of the file) : If an entry has no property drawer, it correctly inh

[O] [bug] org-insert-link fails on special characters in headlines

2012-12-27 Thread William Léchelle
> > it looks like captured links won't take into account header text after < or > > >, hence capturing links to headlines featuring these will fail, is there a > > known issue about accepted characters in headlines that I'm not aware of ? > There should be none, please test master if you can and r

[O] Priority cookies in org-store-link

2012-12-02 Thread William Léchelle
Hi all, As for a recent git version, calling org-store-link on a subtree records its priority cookie in the link, which therefore breaks if the said priority is changed (“no match - create this as a new heading ?”) Links not featuring the priority succeed at finding the headline which has such a

[O] Indenting into lists

2012-11-11 Thread William Léchelle
Hi list, I often structure notes into (multi-level) lists, and copy-paste multi-line text into them, some of which gets pasted on column zero. For it to be part of the list item, it needs to be indented as such, which I'd like to do. ┏[ runs the command org-cycle ] ┃ When point is not a

Re: [O] agenda view of repeated time-ranges

2012-10-26 Thread William Léchelle
On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus: > I want some events to show up every week with start and end-time in the > agenda. > Is it possible to combine a time-range with a repeater? I think I tried > every combination of range and repeater, but I can only get one of both > to

[O] [BUG] Parsing consecutive stars

2012-10-04 Thread William Léchelle
Hi list, It looks like the stars parser has a problem with 2 consecutive stars, hence with bold in 2nd level headers. The following sums up all the relevant tests I performed. Only 3rd and 4th lines seem to be related, in a strange fashion, even, but I couldn't find anything else that would indic

[O] org today's entension

2012-09-08 Thread William Léchelle
Hi all, Acknowledging that > > C-h v org-extend-today-until > is a feature whose implementation is and likely will remain incomplete. > Really, it is only here because past midnight seems to be the favorite > working time of John Wiegley :-) I'm still dearly wishing it'd be developed further : S

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Mon, 27 Aug 2012 12:16:22 +0200, Nicolas Goaziou spake thus: >William Léchelle writes: >> Only now, my #+latex_header: is not properly exported, and rather protected >> and displayed in the document. I didn't check before the patch, but I guess >> it >> wor

Re: [O] Subtasks cookies out of export

2012-08-27 Thread William Léchelle
On Mon, 27 Aug 2012 11:41:56 +0200, Nicolas Goaziou spake thus: >> I use subtasks cookies in titles, as described in >> http://orgmode.org/manual/Breaking-down-tasks.html, along with todo keywords, >> when writing a document to be exported, and I'd like then NOT to be exported >> (for they're org

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Mon, 27 Aug 2012 11:24:21 +0200, Nicolas Goaziou spake thus: >> Having just pulled from git, comment-region still gets me indented "#" lines, >> which still get exported (using the default exporter). >> >> How is it supposed to be fixed ? >I have pushed a patch against current exporter. Inline

Re: [O] Shouldn't comment-region protect from export ?

2012-08-27 Thread William Léchelle
On Thu, 02 Aug 2012 18:40:04 +0200, Bastien spake thus: >William LÉCHELLE writes: >> Using org-mode for export (to pdf), I find myself using comment-region often >> enough, in sections meant to be exported, on indented text lines (e.g. for >> drafting). This inserts "

[O] Subtasks cookies out of export

2012-08-27 Thread William LÉCHELLE
Hi list, I use subtasks cookies in titles, as described in http://orgmode.org/manual/Breaking-down-tasks.html, along with todo keywords, when writing a document to be exported, and I'd like then NOT to be exported (for they're org metadata). Exporting to pdf, still using the default exporter. I wo

[O] Shouldn't comment-region protect from export ?

2012-07-06 Thread William LÉCHELLE
Hi list :) Using org-mode for export (to pdf), I find myself using comment-region often enough, in sections meant to be exported, on indented text lines (e.g. for drafting). This inserts "# " at the "beginning" of the line, after the indentation, thus not achieving what I wanted comment-region to

Re: [O] text to plain list

2012-06-22 Thread William LÉCHELLE
Hi Marvin, > Is there quick method for converting a bunch of text to plain list ? C-u C-c - makes every line of the active region a list item (C-c - makes the region one item, the bullet on the first line) If you want each word to become an item, what I usually do is replace (optionnaly by rege

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread William LÉCHELLE
> On Mon, Jun 18, 2012 at 6:50 PM, John Hendy wrote: > > #+name: preamble > > #+begin_src R :exports none > > tikzDevice("file-name") > > #+end_src > > Are you trying to use "file-name" as a variable? if so I think the > source block header should include this: ":var file-name" and the source > b

Re: [O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-17 Thread William LÉCHELLE
> org-mode thinks I finished it for 'today' because it's after 0AM and > schedules it for 'tomorrow'. This way, I'll forget it for one day. > > Is there a simple day to say: "I finished this task yesterday" without > me having to manually change every date in the tree, the PROPERTIES > drawer, and

Re: [O] Cannot use #+call correctly with babel

2012-06-17 Thread William LÉCHELLE
At Sat, 16 Jun 2012 18:31:53 +0200, Benoit Bayol wrote: > > All the mixes on headers I tried have been failures. > > Here is my example source : http://pastebin.com/63uHDvZH > > Does anyone see why I cannot have the output of the code and the results > in the last sections ? Hi Benoit, I may

Re: [O] plain text best practice?

2012-06-05 Thread William LÉCHELLE
I'd go the first way if you don't need/use much markup, but if you want to structure more deeply your document, you can have subheadings without actually giving them a title (just the stars and a blank space are enough for a heading) It's also a matter of what you want to do with the document, if

Re: [O] python/babel inline images

2012-06-05 Thread William LÉCHELLE
At Tue, 05 Jun 2012 08:57:19 -0600, Eric Schulte wrote: > > henry atting writes: > > > Hi, > > > > I do not succeed in generating an inline image as a result of a > > python code block. The code itself works, C-c C-c generates the > > according picture, but only in my home directory. The code bl