Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Thomas S. Dye
Eric Schulte writes: >> If I add fill=TRUE to that (on a git branch), then I get this: >> >> #+RESULTS: pascals-triangle >> | 1 | ||| | | >> | 1 | 1 ||| | | >> | 1 | 2 | 1 || | | >> | 1 | 3 | 3 | 1 | | | >> | 1 | 4 | 6 | 4 | 1 | | >> | 1 | 5 | 10 | 10

[O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-23 Thread Bastien
Dear all, we will have 3 students hacking Org thanks to Google and the GSoC program. The list of all accepted projects can be checked here: http://www.google-melange.com/gsoc/projects/list/google/gsoc2012 Congratulations to Thorsten, Aurélien and Andrew who made it! And special thanks to Tho

Re: [O] make update fails

2012-04-23 Thread Bastien
Achim Gratz writes: > Achim Gratz writes: >> Will do. > > Here's that patch (and some more convenience targets). Also, the first > invocation of make will now create a local.mk configuration template if > it doesn't exist. You don't need to do anything if the defaults are > working for you, oth

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-04-23 Thread Bastien
Henning Weiss writes: > it turns out that there are a couple of problems with that particular > patch. Some issues have already been fixed with the help of someone > else from the mobileorg community, but more work is required. As soon > as it is functional (and hopefully stable) I will post a ne

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2012-04-23 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Okay, here's an attempt at indicating nested todos in the todo agenda > view. Sorry to come back to this old patch -- I tried it (I had to rework it to apply it against current git master) and it doesn't work, some calls go beyond `max-lisp-eval-depth' (I don

Re: [O] error on opening org-file with #+startup: indent

2012-04-23 Thread Bastien
fkunze writes: > When I open an org file with #+startup: indent in the header, the cursor > immediately goes to the bottom of the buffer and can not be moved upward. I can't reproduce this error... > This behavior does not occur in Org 6.36. ... and that's surely why. Please update to a m

Re: [O] Makefile restructuring

2012-04-23 Thread Achim Gratz
Mike McLean writes: >> You can now easily keep multiple installations within the org directory >> if so desired (I do this myself for testing). > > What do you do to make that work? It sounds like an intriguing possibility. In a nutshell, I create multiple install directories (one for each version

Re: [O] [FYI/noise] GSoC 2012 & new email

2012-04-23 Thread Carsten Dominik
On 23.4.2012, at 23:59, Thorsten Jolitz wrote: > > Hi List, > my GSoC 2012 proposal was accepted, so I'm going to spend this summer > implementing bugpile - a bugtracker for GNU Emacs Org-mode. > I use the opportunity to change to a different (more serious) email, > just in case you wonder. >

Re: [O] [FYI/noise] GSoC 2012 & new email

2012-04-23 Thread Puneeth Chaganti
On Tue, Apr 24, 2012 at 3:29 AM, Thorsten Jolitz wrote: > > Hi List, > my GSoC 2012 proposal was accepted, so I'm going to spend this summer > implementing bugpile - a bugtracker for GNU Emacs Org-mode. > I use the opportunity to change to a different (more serious) email, > just in case you wonde

Re: [O] Default show all archived entries for agenda

2012-04-23 Thread Mike McLean
On Apr 23, 2012, at 2:50 PM, Marcelo de Moraes Serpa wrote: > Hi guys, > > How could I configure it so that the agenda always shows archived entries by > default? It's a nice way to get a log of what I accomplished chronologically > without having to keep a specific log file per se (work log,

Re: [O] Org tasks from gnus

2012-04-23 Thread Mike McLean
On Apr 23, 2012, at 10:57 AM, Rasmus wrote: > jca+...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> Rasmus writes: >> [...] >>> As others said, use org-complete. Most of my TODOs link to a mail. >> [...] >> I think you meant org-capture, as described by your example setup. :) >> Org-captu

Re: [O] Makefile restructuring

2012-04-23 Thread Mike McLean
On Apr 22, 2012, at 11:34 AM, Achim Gratz wrote: > suvayu ali writes: >> The above recipe works. But just "make", leaves the working tree without >> lisp/org-install.el. From the log I see it explicitly deletes it, but >> doesn't generate it again. A subsequent "make autoloads" is required to >>

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Eric Schulte
> If I add fill=TRUE to that (on a git branch), then I get this: > > #+RESULTS: pascals-triangle > | 1 | ||| | | > | 1 | 1 ||| | | > | 1 | 2 | 1 || | | > | 1 | 3 | 3 | 1 | | | > | 1 | 4 | 6 | 4 | 1 | | > | 1 | 5 | 10 | 10 | 5 | 1 | > > #+NAME: sanity-che

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Thomas S. Dye
Michael Hannon writes: > Greetings.  I'm sorry to belabor this, but I thought I had found a relatively > clean way to pass a "ragged" table to an R source-code block.  Simple answer: > add the "fill=TRUE" option to the read.table function.  Please see the > appended for the log of an R session th

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Eric Schulte
[...] > > I.e.,it seems that Org is going to do its own "read.table" before even > looking at the code in the source block. > Yes, this is true, Org will use read.table to read in tabular data. See the code in lisp/ob-R.el for specifics. > > Is there some way to get Org to use the "fill=TRUE" op

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Michael Hannon
Greetings.  I'm sorry to belabor this, but I thought I had found a relatively clean way to pass a "ragged" table to an R source-code block.  Simple answer: add the "fill=TRUE" option to the read.table function.  Please see the appended for the log of an R session that does what I want. I then trie

[O] [FYI/noise] GSoC 2012 & new email

2012-04-23 Thread Thorsten Jolitz
Hi List, my GSoC 2012 proposal was accepted, so I'm going to spend this summer implementing bugpile - a bugtracker for GNU Emacs Org-mode. I use the opportunity to change to a different (more serious) email, just in case you wonder. Thanks to Bastien and Eric for the support so far! -- cheer

Re: [O] [PATCH] Show human-readable link descriptions first when inserting links

2012-04-23 Thread Dave Abrahams
on Mon Apr 23 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> This patch makes it easy to select links from among a forest of >> similar-looking machine-readable forms. Without it, the human-readable >> descriptions tend to fall off the right side of the window. > > I applied a

Re: [O] make update fails

2012-04-23 Thread Achim Gratz
Achim Gratz writes: > Will do. Here's that patch (and some more convenience targets). Also, the first invocation of make will now create a local.mk configuration template if it doesn't exist. You don't need to do anything if the defaults are working for you, otherwise just edit whatever variable

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Thomas S. Dye
Eric Schulte writes: > [...] >> >> I'm beginning to see why you have strong feelings about python. > > Semantically meaningful whitespace is a bad idea for a programming > langauge. > Yes, this makes sense to me. I suppose I should wean myself from python now that I use babel as a "glue languag

[O] Default show all archived entries for agenda

2012-04-23 Thread Marcelo de Moraes Serpa
Hi guys, How could I configure it so that the agenda always shows archived entries by default? It's a nice way to get a log of what I accomplished chronologically without having to keep a specific log file per se (work log, food log, whatever-log). I could always just use v A in the agenda filter,

Re: [O] embed base64 encoded images in exported html

2012-04-23 Thread Noah Hoffman
On Mon, Apr 23, 2012 at 9:35 AM, Eric Schulte wrote: > To include raw html in an Org-mode file you can use either the single > line #+HTML: escape or wrap it in a being/end html block, Thank you! Now I can see where I missed this in the docs (seems perfectly clear in retrospect): http://orgmode.o

Re: [O] [OT] Defining System, process, methodology and framework

2012-04-23 Thread Marcelo de Moraes Serpa
Hi Karl, I'm 60% through the book. I'll share my insights shortly. Thank your for your definitions, they make sense :) - Marcelo. On Sun, Apr 22, 2012 at 5:48 AM, Karl Voit wrote: > * Marcelo de Moraes Serpa wrote: > > > > Well, looks like my text was kind of stupid and or confusing... > > N

Re: [O] embed base64 encoded images in exported html

2012-04-23 Thread Eric Schulte
Noah Hoffman writes: > Hello - > > I am trying to export a monolithic html file by embedding > base64-encoded images, and I can't quite figure out how to prevent the > output from being escaped in one way or another... here's an example > of one permutation that doesn't do exactly what I want: >

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-04-23 Thread Henning Weiss
Hi Bastien, it turns out that there are a couple of problems with that particular patch. Some issues have already been fixed with the help of someone else from the mobileorg community, but more work is required. As soon as it is functional (and hopefully stable) I will post a new patch. Henning

Re: [O] Auto tag based on buffer contents?

2012-04-23 Thread Darlan Cavalcante Moreira
I don't think there exist an autotag feature, but you can use template expansions [1] to put the sender's name as a tag in the headline. For instance, you could use the template expansions "%:from", "%:fromname" or "%:fromaddress". But I don't know how this will play if you also use the template e

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Eric Schulte
[...] > > I'm beginning to see why you have strong feelings about python. Semantically meaningful whitespace is a bad idea for a programming langauge. > In the code above, the blank line before #+end_src is necessary and > must not contain any spaces, and :var n can be set to anything, since > it

[O] embed base64 encoded images in exported html

2012-04-23 Thread Noah Hoffman
Hello - I am trying to export a monolithic html file by embedding base64-encoded images, and I can't quite figure out how to prevent the output from being escaped in one way or another... here's an example of one permutation that doesn't do exactly what I want: #+BEGIN_SRC R :results output png('

Re: [O] [odt] Export of LaTeX Fragments

2012-04-23 Thread Darlan Cavalcante Moreira
Since org already accepts \SomeCommandName, maybe org-mode could provide some very basic functionality for the user to provide definitions for these macros for each (desired) output format. For instance, there could be a list similar to #+begin_src emacs-lisp ( ("somecommand" :html 'somecomma

Re: [O] make fails on current version

2012-04-23 Thread Toby Cubitt
On Mon, Apr 23, 2012 at 09:57:25AM -0700, Richard Stanton wrote: > I just updated org-mode and typed "make". Two problems: > > 1) The doc file seems to have trouble: > > org.texi:6703: Misplaced {. > org.texi:6703: Misplaced }. > makeinfo: Removing output file `org' due to errors; use --force to

Re: [O] What does prefix argument do to org-goto (C-c C-j)

2012-04-23 Thread Bastien
Hi John, John Hendy writes: > Per Bastien's request (well, org-mode on G+), I'm reproducing my question > here. > > After watching a bug reproduction video which mentioned using > org-goto, C-u C-c C-j, I wondered what C-u did.[1] I couldn't find it > in the manual. It doesn't move the cursor a

[O] What does prefix argument do to org-goto (C-c C-j)

2012-04-23 Thread John Hendy
Per Bastien's request (well, org-mode on G+), I'm reproducing my question here. After watching a bug reproduction video which mentioned using org-goto, C-u C-c C-j, I wondered what C-u did.[1] I couldn't find it in the manual. It doesn't move the cursor as you type (isearch off?) and doesn't bring

Re: [O] make fails on current version

2012-04-23 Thread Bastien
Hi Richard, Richard Stanton writes: > I just updated org-mode and typed "make". Two problems: > > 1) The doc file seems to have trouble: > > org.texi:6703: Misplaced {. > org.texi:6703: Misplaced }. > makeinfo: Removing output file `org' due to errors; use --force to > preserve. Fixed, thanks.

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Samuel Wales
On 2012-04-23, Samuel Wales wrote: > If the explanation (which I don't know yet) is short, perhaps the > manual can explain, for similar use cases. Then again maybe I am the only person who doesn't get why the footnote is there. I'm guessing something to do with brackets interfering with link sy

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Samuel Wales
Hi Bastien, Just wanted to make sure. Just so you know: With my settings, I find that if I have: * Details [2012-04-23 Mon 09:58] and I do M-x org-store-link, then the resulting link with ID works when you click on it. So it works for me, but I guess others with other settings will

[O] make fails on current version

2012-04-23 Thread Richard Stanton
I just updated org-mode and typed "make". Two problems: 1) The doc file seems to have trouble: org.texi:6703: Misplaced {. org.texi:6703: Misplaced }. makeinfo: Removing output file `org' due to errors; use --force to preserve. 2) org-install.el doesn't get created. >From org-version.el, this

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Thomas S. Dye
Hi Eric, Eric Schulte writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha Michael, >> >> Michael Hannon writes: >> >>> Greetings.  I'm sitting in on a weekly, informal, "brown-bag" seminar on >>> data >>> technologies in statistics.  There are more people attending the seminar >>> tha

Re: [O] make update fails

2012-04-23 Thread Achim Gratz
Bastien writes: > Looks fine. Could you create a > > make help+ The "+" is a reserved character in some shells, but I'll think of some other name... > directive that will display information about directives that > are not documented through `make help'? Will do. Achim. -- +<[Q+ Matrix-12

Re: [O] make update fails

2012-04-23 Thread Bastien
Achim Gratz writes: > Detlef Steuer writes: >> Cannot open load file: ert > > It fails at testing because you do not have ert installed. If you want > testing (recommended if you pull from master since it will avoid > installation of the occasional build that fails the test suite), install > ert

Re: [O] make update fails

2012-04-23 Thread Achim Gratz
Detlef Steuer writes: > Cannot open load file: ert It fails at testing because you do not have ert installed. If you want testing (recommended if you pull from master since it will avoid installation of the occasional build that fails the test suite), install ert or better yet switch to Emacs24 w

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Achim Gratz
Bastien writes: > In the meantime, if you don't want to compile (I do not) the stupid > workaround is to set org-version in your config... but yeah, let's > fix this upstream ASAP. Again, the issue here is not compilation, but missing autoloads. make autoloads And if you still think you must

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Torsten Wagner
Hi, I just noticed switching from the standard org-mode comming with emacs 23 to a recent version, there where no org-version command at all. Under Arch-Linux they ask you to add (require 'org-install) to your config. After doing so it was fine. Not sure if this is related. Torsten On 24 April 2

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-23 Thread Bastien
Toby Cubitt writes: > On Mon, Apr 23, 2012 at 05:12:51PM +0200, Bastien wrote: >> Hi Toby, >> >> Toby Cubitt writes: >> >> > Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them >> > next time. >> >> No problem. >> >> > - Change the regexp to "%\\([1-9][0-9]*\\)", to match a

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Bastien
Hi Eric, Eric Schulte writes: > I'm getting export failures due to the org-version variable no longer > being defined. See the following minimal debug output [1]. If I > manually give the org-version variable a value, e.g., this issue comes from the new Makefile, which creates the org-version

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-23 Thread Toby Cubitt
On Mon, Apr 23, 2012 at 05:12:51PM +0200, Bastien wrote: > Hi Toby, > > Toby Cubitt writes: > > > Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them > > next time. > > No problem. > > > - Change the regexp to "%\\([1-9][0-9]*\\)", to match any positive > > integer, and upd

[O] Auto tag based on buffer contents?

2012-04-23 Thread Richard Riley
Is there any facility to "auto tag" a capture based on the contents of the buffer the capture was started in? To be honest I only need something that would tag a capture with, for example "hostgator", if the gnus message I am capturing from included their email address. thanks, r.

[O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Eric Schulte
Hi, I'm getting export failures due to the org-version variable no longer being defined. See the following minimal debug output [1]. If I manually give the org-version variable a value, e.g., (setq org-version "special") then export works as expected. This can be re-created using the latest

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-23 Thread Bastien
Hi Toby, Toby Cubitt writes: > Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them > next time. No problem. > - Change the regexp to "%\\([1-9][0-9]*\\)", to match any positive > integer, and update the docs accordingly. Please send a patch for this solution. Thanks! --

Re: [O] Adding a hyperlink to an attachment using beamer class

2012-04-23 Thread Bastien
Hi Caner, Caner Candan writes: > 1. Add directly my images as attachments (stored then in data folder) It is not possible at the moment. > 2. Then trying something like [[hyperlink]] into the same headline in > order to add the images in the frame. I'm not sure I understand -- can you expand

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-23 Thread Toby Cubitt
On Mon, Apr 23, 2012 at 02:54:31PM +0200, Bastien wrote: > Toby Cubitt writes: > > > Currently, capture templates provide no way of prompting for some text, > > then inserting that text into multiple places in the template. > > Thanks for the patch, I applied it. > > I also updated the document

Re: [O] [odt] Export of LaTeX Fragments

2012-04-23 Thread Bastien
Torsten Wagner writes: > However, whats with "\," "\mbox{}" "\noindent" and maybe some others? > They helped me to tweak the formatting at some points where the > standard stuff did not make much sense. There commands are meaningful in a TeX context, and there is not necessary a precise translat

[O] Adding a hyperlink to an attachment using beamer class

2012-04-23 Thread Caner Candan
Hi, I was asking this issue in order to do these things: 1. Add directly my images as attachments (stored then in data folder) 2. Then trying something like [[hyperlink]] into the same headline in order to add the images in the frame. Anyone know solutions ? Thanks, Caner signature.asc Desc

Re: [O] [odt]Problem exporting PDF-based images to odt

2012-04-23 Thread Bastien
Hi Thorsten, Torsten Wagner writes: > One more, > > I used > > #+CAPTION: Figure text > #+LABEL: fig:pop > #+ATTR_LaTeX: width=10cm placement=[!ht] > #+ATTR_LaTeX: > [[file:fig/anwendung.pdf]] > > to add pictures. On the odt export, they appear as links to the PDF > file. The Figure text is miss

Re: [O] [odt] Export of LaTeX Fragments

2012-04-23 Thread Torsten Wagner
Hi Bastien, I agree. Some, I used more of a habit reasons (how many orgers are latexers?! ;) ) and they have a org-replacement. However, whats with "\," "\mbox{}" "\noindent" and maybe some others? They helped me to tweak the formatting at some points where the standard stuff did not make much sens

Re: [O] Org tasks from gnus

2012-04-23 Thread Rasmus
jca+...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Rasmus writes: > [...] >> As others said, use org-complete. Most of my TODOs link to a mail. > [...] > I think you meant org-capture, as described by your example setup. :) > Org-capture works indeed fine for me. Sure, that's what I meant

[O] [odt]Problem exporting PDF-based images to odt

2012-04-23 Thread Torsten Wagner
One more, I used #+CAPTION: Figure text #+LABEL: fig:pop #+ATTR_LaTeX: width=10cm placement=[!ht] #+ATTR_LaTeX: [[file:fig/anwendung.pdf]] to add pictures. On the odt export, they appear as links to the PDF file. The Figure text is missing. Anything, I am doing wrong. Should I use image formats

Re: [O] [odt] Export of LaTeX Fragments

2012-04-23 Thread Bastien
Hi Thorsten, Torsten Wagner writes: > I have a minor problem, I used some LaTeX format commands. I know I > might get away by replacing \textbf with **, etc. Yes, that's the way to go. Should be quick with M-x replace-regexp. > But know its > there already. Sure it worked out great for the L

Re: [O] Org tasks from gnus

2012-04-23 Thread Jérémie Courrèges-Anglas
Rasmus writes: [...] > As others said, use org-complete. Most of my TODOs link to a mail. [...] I think you meant org-capture, as described by your example setup. :) Org-capture works indeed fine for me. -- Jérémie Courrèges-Anglas GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1

[O] [odt] Export of LaTeX Fragments

2012-04-23 Thread Torsten Wagner
Hi, today I had to send over a document in MS Word format. Suprise suprise guess I am not the first one on that mailing list. I was happy to use the new odt export feature and it did the best job out of some other constellations (org->html->word, org->pdf->odt via pdf import plugin, org->pdf->copy

Re: [O] flyspell and code blocks

2012-04-23 Thread Jambunathan K
Julian Burgos writes: > Hello fellow org'ers, > > It is possible to make flyspell to ignore (i.e. do not spell check) > the text within code blocks (I mean blocks of texts separated by > #+begin_src and #+end src)? I did my homework but could not find a > good answer. > Many thanks, See http:/

[O] flyspell and code blocks

2012-04-23 Thread Julian Burgos
Hello fellow org'ers, It is possible to make flyspell to ignore (i.e. do not spell check) the text within code blocks (I mean blocks of texts separated by #+begin_src and #+end src)? I did my homework but could not find a good answer. Many thanks, Julian -- Julian Mariano Burgos, PhD Hafran

Re: [O] [PATCH] Add info when reference to remote table is not in the file

2012-04-23 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Hi Bastien, > > "Sebastien Vauban" wrote: >>> You can also go back to the *Messages* buffer and check from there. >>> >>> Maybe another option is to silent `org-id-update-id-locations' when called >>> from `org-id-find'? Does the attached patch against

Re: [O] [PATCH] customize latex table export

2012-04-23 Thread Bastien
Hi Christophe, Bastien writes: > Hi Christophe, > > Christophe Rhodes writes: > >> Again, is there anything more I can do to get this functionality >> (customizing header lines of tables in LaTeX export, in case everyone >> has lost the context) into org-mode? > > I saw your patch, thanks for i

Re: [O] Patch to customize output of tables in LaTeX exporter.

2012-04-23 Thread Bastien
Niels Giesen writes: > Attached is a patch that allows some customization of tables in LaTeX > export. > > It adds three new customizable with default values: > > org-export-latex-tables-tstart : nil > org-export-latex-tables-hline : "\\hline" > org-export-latex-tables-tend : nil Finall

Re: [O] Leading zeros in plain lists

2012-04-23 Thread Bastien
SW writes: > Bastien gnu.org> writes: > >> >> SW gmail.com> writes: >> >> > Is it possible to include leading zeros in plains lists: >> > >> > 01. Item 1 >> > 02. Item 2 >> >> No, sorry. >> > Ok :) It was just to avoid lists looking out alignment: > > 8. Fetch the package > 9. Open the pack

Re: [O] [PATCH] Dynamically demote included file relatively to the current heading level

2012-04-23 Thread Bastien
Hi Daniel, Daniel Dehennin writes: > You can get the following patchset by pulling: > > git pull git://git.baby-gnu.net/org-mode dad/add-level-to-headings > > Regards. > > This patch permits a more flexible usage than :minlevel. I applied your patch with a small modification that fixes it. Tha

Re: [O] [PATCH] org-read-date-overlay shown in other buffers, point in calendar window defaults to end of line

2012-04-23 Thread Bastien
Zachary Kanfer writes: > This patch fixes two bugs in the same section of code: Thanks a lot for the clear explanations. This patch has been applied in master. Best, -- Bastien

Re: [O] Leading zeros in plain lists

2012-04-23 Thread SW
Bastien gnu.org> writes: > > SW gmail.com> writes: > > > Is it possible to include leading zeros in plains lists: > > > > 01. Item 1 > > 02. Item 2 > > No, sorry. > Ok :) It was just to avoid lists looking out alignment: 8. Fetch the package 9. Open the package 10. Look inside the package

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-04-23 Thread Bastien
g.kettleboro...@uea.ac.uk writes: > Attached is a patch that gives the option to show the clock and timer > information in the frame title as well as the mode line (or both or > neither). I find this useful as there is often not enough room in the > mode line but there is enough in the frame titl

Re: [O] [patch] Need test: New method which is used to preview latex fragements

2012-04-23 Thread Bastien
Hi Feng, this patch is now in master, with some small modifications. Thanks for this contribution! -- Bastien

Re: [O] [PATCH] org-clock-modify-effort-estimate: display a message when no clock is active

2012-04-23 Thread Bastien
This patch has been applied. Please test and confirm it works as expected. Thanks! -- Bastien

Re: [O] [PATCH] Support hour in repeated task cookie

2012-04-23 Thread Bastien
Hi Takafumi, Takafumi Arakaki writes: > No comments? No one wants to have "+3h" in SCHEDULED? I applied this patch, thanks. Note that timestamps need to be well formatted. If there is a +3d repeat cookie and the original timestamp doesn have any indication for the hour, it will produce an er

Re: [O] [PATCH] Show human-readable link descriptions first when inserting links

2012-04-23 Thread Bastien
Hi Dave, Dave Abrahams writes: > This patch makes it easy to select links from among a forest of > similar-looking machine-readable forms. Without it, the human-readable > descriptions tend to fall off the right side of the window. I applied a slightly modified version of this patch. Thanks f

Re: [O] Leading zeros in plain lists

2012-04-23 Thread Bastien
SW writes: > Is it possible to include leading zeros in plains lists: > > 01. Item 1 > 02. Item 2 No, sorry. -- Bastien

Re: [O] [PATCH] Add svg export using pdf2svg, for latex math and src blocks.

2012-04-23 Thread Bastien
Tom Prince writes: > This is my attempt to add export of latex code (for HTML export) > via svg, rather than png. I don't know if this is the best way to go > about doing it, but I wanted to avoid as much duplicated code as > possible. Please let us know about your progress on this feature and o

Re: [O] [PATCH] Replace all calls to (eq major-mode 'org-mode) with (derived-mode-p 'org-mode)

2012-04-23 Thread Bastien
Hi Cássio, Cássio Koshikumo writes: > A while ago I asked about changing the Major Mode checking that happens > throughout Org, so that derived modes would function properly. I finally had > the time to make a patch. I applied an updated version of this patch. Thanks, -- Bastien

[O] Leading zeros in plain lists

2012-04-23 Thread SW
Is it possible to include leading zeros in plains lists: 01. Item 1 02. Item 2

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-23 Thread Bastien
Hi Toby, Toby Cubitt writes: > Currently, capture templates provide no way of prompting for some text, > then inserting that text into multiple places in the template. Thanks for the patch, I applied it. I also updated the documentation in doc/org.texi -- please provide documentation in the pa

Re: [O] [PATCH] Add option to skip timestamp entries if already displayed as deadline entries in agenda

2012-04-23 Thread Bastien
Toby Cubitt writes: > This one's pretty self-explanatory. It adds an > `org-agenda-skip-timestamp-if-deadline-is-shown' customization option, > precisely analogous to the existing > `org-agenda-skip-scheduled-if-deadline-is-shown' option. Thanks for this, I just applied this patch. -- Bastien

Re: [O] [PATCH] Extract prefix information from diary sexp entries for agenda display

2012-04-23 Thread Bastien
Toby Cubitt writes: > This patch adds a new org-agenda-diary-sexp-prefix customization > option. It can be set to a regexp which is used to match the part of the > text produced by a diary sexp entry that should be treated as > deadlining/scheduling information (the "prefix"), and displayed as su

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Bastien
Hi Brian, Brian van den Broek writes: > I agree that the discouragement of timestamps in headlines should > remain in the docs. > > But I still do think the docs examples should be changed to comply > with that advice. I tried twice to send a patch, yet failed to do so > in a manner recognized b

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Brian van den Broek
On 23 Apr 2012 12:15, "Bastien" wrote: > > Hi Samuel, > > Samuel Wales writes: > > > On 2012-04-20, John Hendy wrote: > > I've attached a small patch to the documentation that resolves a > > conflict between the manual's advice not to include timestamps in > > headlines and some of i

Re: [O] make update fails

2012-04-23 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/04/12 14:25, Rainer M Krug wrote: > On 23/04/12 14:17, Detlef Steuer wrote: >> Did a fresh pull > >> git clone git://orgmode.org/org-mode.git > >> after > >> make update > >> failed with some errors. > >> Did an make update > >> immediately

Re: [O] Org tasks from gnus

2012-04-23 Thread Rasmus
Kyle Sexton writes: > Does anyone know a way to automatically create/link org-tasks from Gnus > messages? My current workflow is to just start a new capture and type > in or paste some of the relevant info, but if org could link to the > message that would be ideal. As others said, use org-comp

Re: [O] make update fails

2012-04-23 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/04/12 14:17, Detlef Steuer wrote: > Did a fresh pull > > git clone git://orgmode.org/org-mode.git > > after > > make update > > failed with some errors. > > Did an make update > > immediately after pulling and ended there: > > mkdir -p /tm

[O] make update fails

2012-04-23 Thread Detlef Steuer
Did a fresh pull git clone git://orgmode.org/org-mode.git after make update failed with some errors. Did an make update immediately after pulling and ended there: mkdir -p /tmp/tmp-orgtest TMPDIR=/tmp/tmp-orgtest emacs -batch -Q -L lisp/ -L testing/ --eval '(defconst org-release "7.8

Re: [O] Change example timestamps to not occur in headlines

2012-04-23 Thread Bastien
Hi Samuel, Samuel Wales writes: > On 2012-04-20, John Hendy wrote: > I've attached a small patch to the documentation that resolves a > conflict between the manual's advice not to include timestamps in > headlines and some of its examples where it does just that. > > Does this advic

Re: [O] Makefile restructuring

2012-04-23 Thread suvayu ali
Hi Achim, On Sun, Apr 22, 2012 at 17:34, Achim Gratz wrote: > suvayu ali writes: >> The above recipe works. But just "make", leaves the working tree without >> lisp/org-install.el. From the log I see it explicitly deletes it, but >> doesn't generate it again. A subsequent "make autoloads" is requ

Re: [O] [PATCH] Following gnus links: Don't mark unrelated articles read

2012-04-23 Thread Bastien
Hi Matt, Matt Lundin writes: > * lisp/org-gnus.el: (org-gnus-follow-link): Fix argument to > gnus-group-read-group so that following a link does not result in > unread article being selected. Applied, thanks. -- Bastien

Re: [O] Org tasks from gnus

2012-04-23 Thread Rémi Vanicat
Kyle Sexton writes: > Does anyone know a way to automatically create/link org-tasks from Gnus > messages? My current workflow is to just start a new capture and type > in or paste some of the relevant info, but if org could link to the > message that would be ideal. I've the following recipe in