[O] Autocomplete for header arguments submitted?

2012-04-20 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi has the patch for the autocomplete of the header arguments been submitted to git? If yes, I have a problem on my side... Cheers, Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys.

Re: [O] Drawers within inline tasks

2012-04-20 Thread Viktor Rosenfeld
Hi, when I open the parent task of an inline task drawers are not folded anymore. Not sure when this regression occured. Cheers, Viktor Bastien wrote: Hi Viktor, Viktor Rosenfeld listuse...@googlemail.com writes: Thanks for the quick patch, but there's a small problem. The drawer is

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-20 Thread Nicolas Goaziou
Hello, Shaun Johnson sh...@slugfest.demon.co.uk writes: Shaun Johnsonsh...@slugfest.demon.co.uk writes: The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say

Re: [O] HTML slides

2012-04-20 Thread Ista Zahn
On Thu, Apr 19, 2012 at 3:38 PM, Dov Grobgeld dov.grobg...@gmail.com wrote: There is also https://github.com/dov/org-slidy , which I wrote since I like to be able to scroll my slides which S5 does not allow. It would be even cooler to create a package for creating HTML5 slideshows straight from

Re: [O] [PATCH] org-latex.el: append final newline to export buffer

2012-04-20 Thread Bastien
jca+...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: org-export-as-latex (sometimes?) doesn't add a final newline to the exported buffer. It's getting in my way as I set require-final-newline to 'query. Opinions? Accepted and applied in master. Thanks. -- Bastien

Re: [O] org-protocol-capture and chrome

2012-04-20 Thread Richard Riley
Bernt Hansen be...@norang.ca writes: Harri Kiiskinen harki...@gmail.com writes: The format of the patch was probably not correct as I have no idea whether it made it anywhere from this list, but should be found in the archives around April 14th. It's sitting on the patchwork server waiting

Re: [O] org-protocol-capture and chrome

2012-04-20 Thread Bastien
Richard Riley rile...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Harri Kiiskinen harki...@gmail.com writes: The format of the patch was probably not correct as I have no idea whether it made it anywhere from this list, but should be found in the archives around April 14th.

Re: [O] Autocomplete for header arguments submitted?

2012-04-20 Thread Bastien
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: has the patch for the autocomplete of the header arguments been submitted to git? If you're talking about this patch http://patchwork.newartisans.com/patch/1281/ yes, it has been applied against master. I just marked it archived, in case

Re: [O] Drawers within inline tasks

2012-04-20 Thread Bastien
Hi Viktor, Viktor Rosenfeld listuse...@googlemail.com writes: when I open the parent task of an inline task drawers are not folded anymore. Not sure when this regression occured. Allowing tihs was causing performance regression in `org-cycle-internal-local'. If you can provide a patch that

Re: [O] [PATCH] Separate file time from its tasks times

2012-04-20 Thread Bastien
Hi Sébastien, I introduced `org-clock-file-time-cell-format' which does the same thing than `org-clock-total-time-cell-format' for the file time. The original display of the clock table with the default values for both options is consistent. Putting the File time in a different column would

Re: [O] [PATCH 1/2] Simplify org-clocktable-indent-string.

2012-04-20 Thread Bastien
Hi Nicolas, Nicolas Girard girard.nico...@gmail.com writes: --- lisp/org-clock.el |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 591f59c..be66ce6 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2342,11

Re: [O] [PATCH 2/2] Allow org-collector to display heading indentation by passing ':indent t' to the propview block.

2012-04-20 Thread Bastien
Hi Nicolas, the patch does not apply against master and does not have a changelog entry. Please resubmit it with a Changelog entry and check that it applies against master correctly. Thanks, -- Bastien

Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-04-20 Thread Bastien
Hi Ilya, Ilya Shlyakhter ilya_...@alum.mit.edu writes: When specifying times in the tags/properties matcher you can use relative time notation, such as yesterday or -1w. This patch allows this to be used in other places, such as the :tstart and :tend parameters of clocktable. Applied,

Re: [O] [bug] Remote durations are considered as fractions

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: BTW, *could we limit the format of T to H:MM*, instead of H:MM:SS? The first case seems much more common, and the one used in all time clocking functions of Org. Patch welcome! -- Bastien

Re: [O] org-program-exists vs executable-find

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: The name `org-program-exists' is actually misleading, it should be `org-executable-call' instead, while still checking if the executable exists before calling it. Nope, the name is not misleading. The documentation string is

Re: [O] More than one column view in a file

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'd like to have a couple of different (column) views in my Org file This is currently not possible and would require a lot of work. Best, -- Bastien

[O] org-clocktable: Show timestamps for CLOCKED

2012-04-20 Thread Moritz Ulrich
Hello, I'm currently running a report on my tasks last month. It works pretty fine using the following clocktable invocation: #+BEGIN: clocktable :maxlevel 2 :scope subtree :compact t :timestamp t #+END: This gives me a nice exportable clocktable for the current subtree (which is what I've done

Re: [O] [PATCH] Add autoload cookie for function org-table-iterate-buffer-tables

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: In the same vein, I found `org-update-all-dblocks', for which I propose a patch hereafter. Applied against master, thanks. I've scanned the 121 occurrences of `(interactive)' in `org.el' to look for extra potential

Re: [O] org-protocol-capture and chrome

2012-04-20 Thread Richard Riley
Bastien b...@altern.org writes: Richard Riley rile...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Harri Kiiskinen harki...@gmail.com writes: The format of the patch was probably not correct as I have no idea whether it made it anywhere from this list, but should be found in the

Re: [O] Use id property as anchor in the Table of Contents

2012-04-20 Thread Bastien
Hi Olaf, Olaf Dietsche olaf+list.orgm...@olafdietsche.de writes: You might try this *untested* patch. It is against git master. Thanks a lot for this patch. I won't apply tho, because it might break the current setup of users who use :ID: and expect sec- to be the prefix for the anchor. We

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-20 Thread Shaun Johnson
On 20/04/2012 10:21, Nicolas Goaziou wrote: Hello, Shaun Johnsonsh...@slugfest.demon.co.uk writes: Shaun Johnsonsh...@slugfest.demon.co.uk writes: The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot

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

2012-04-20 Thread Bastien
Hi Henning, I'm not using org-mobile.el so it's hard to test this patch. Can anyone test and report? Henning Weiss hdwe...@gmail.com writes: I am currently trying to allow mobileorg-android to capture new headings into files other than mobileorg.org. It seems to me that org-mobile does not

Re: [O] bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll

2012-04-20 Thread Bastien
Toby Cubitt ts...@cantab.net writes: On Mon, Apr 16, 2012 at 05:50:50AM +0300, Eli Zaretskii wrote: Date: Sun, 15 Apr 2012 23:04:16 +0200 Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org From: Toby Cubitt toby-dated-1335733484.f89...@dr-qubit.org The obvious solution is for org-mode

Re: [O] [PATCH] Allow more control over inserted whitespace in capture templates

2012-04-20 Thread Bastien
Hi Toby, Toby Cubitt ts...@cantab.net writes: When capturing an item as a subheading, the capture template :empty-lines property is not sufficient to ensure the correct document layout is maintained after capturing. This patch fixes the capture behaviour to insert new subheadings

Re: [O] [PATCH] Add new '[not]todo-unblocked tests to org-agenda-skip-if

2012-04-20 Thread Bastien
Toby Cubitt ts...@cantab.net writes: This patch adds two new tests to `org-agenda-skip-if': 'todo-unblocked and 'nottodo-unblocked. These match like 'todo and 'nottodo, but only on unblocked todo items. This type of test is useful when compiling custom agenda views containing lists of

Re: [O] Various org-mode patches

2012-04-20 Thread Bastien
Hi Toby, Toby Cubitt ts...@cantab.net writes: I finally found time to gather various local patches to org-mode together in a public clone of the org-mode git repo, at: http://www.dr-qubit.org/git/org-mode.git If there are patches that still need to be applied from this branch, can you

Re: [O] Fast linking to files in private git repos through a hyperlink

2012-04-20 Thread Bastien
Hi Dov, Dov Grobgeld dov.grobg...@gmail.com writes: I thought I would share the following hack that I did with git. In my org-mode notebook I often find myself references files that reside in various private git repos. So far I have referenced these either by just writing their name or

Re: [O] HTML slides

2012-04-20 Thread Bastien
Hi Ista, Ista Zahn istaz...@gmail.com writes: On Thu, Apr 19, 2012 at 3:38 PM, Dov Grobgeld dov.grobg...@gmail.com wrote: There is also https://github.com/dov/org-slidy , which I wrote since I like to be able to scroll my slides which S5 does not allow. It would be even cooler to create a

Re: [O] Various org-mode patches

2012-04-20 Thread Toby Cubitt
On Fri, Apr 20, 2012 at 01:59:42PM +0200, Bastien wrote: Hi Toby, Toby Cubitt ts...@cantab.net writes: I finally found time to gather various local patches to org-mode together in a public clone of the org-mode git repo, at: http://www.dr-qubit.org/git/org-mode.git If there are

Re: [O] agenda appt warn time (baby step part 2)

2012-04-20 Thread Bastien
Hi Ivan, Ivan Kanis ivan.ka...@googlemail.com writes: The previous patch I sent was completely buggy. This one works but doesn't fulfill my RFC. I think the warn time should be somewhere within the time stamp... Inserting warntime in the headline looks hackish. Maybe have a look at

Re: [O] [PATCH] Separate file time from its tasks times

2012-04-20 Thread Francesco Pizzolante
Hi Bastien, I'd like to give my opinion on this subject. The original display of the clock table with the default values for both options is consistent. Putting the File time in a different column would require putting the Total time in yet another column, which IMO makes the clock table

Re: [O] Yearly repeats on the agenda

2012-04-20 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: so it becomes 2012-04-17.*?. Hence it removes the date in the third example above, but not in the other two. The question is whether this is intended or not I think this is intended. If timestamps were not removed from today's date, agenda

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-20 Thread Bastien
Hi Kyle, Kyle Sexton k...@mocker.org writes: Some other options could be: - Roll our own commenting system (a quick github search found https://github.com/phusion/juvia) - Setup automatic backups of comments using the disqus API, http://docs.disqus.com/developers/export/ Thanks for

Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at already marked item

2012-04-20 Thread Bastien
Hi Madan, Madan Ramakrishnan madan...@gmail.com writes: * lisp/org-agenda.el (org-agenda-bulk-mark): truly make arg optional as advertised by the function applied, thanks. This is my first patch for org so apologies for any inadvertent missteps This is good, but please use plain text

Re: [O] food for thought re. git workflows

2012-04-20 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: I thought this was an interesting read: http://sandofsky.com/blog/git-workflow.html *Very* interesting. Thanks Nick! -- Bastien

Re: [O] new style of html export for documents with code blocks -- based on docco

2012-04-20 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: This is a simple little hack, and I don't really have time to turn it into anything more than that, but the following may be used to generate nice side-by-side docco-style exports of Org-mode documents with code blocks.

Re: [O] Capturing to current file

2012-04-20 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Charles mill...@verizon.net wrote: I thought that the manual states to capture a TODO to the current file use /C-0 (zero) then proceed with the capture. I use this frequently. Am I missing something in the question? Probably not - I

Re: [O] Yearly repeats on the agenda

2012-04-20 Thread SW
Bastien bzg at altern.org writes: I think this is intended. If timestamps were not removed from today's date, agenda listing items scheduled/timestamped for today would be less readable. If the year in the timestamp of +1y repeating items is the current year, it *is* removed from the

Re: [O] Combining font commands

2012-04-20 Thread Bastien
Hi Yurb, YurB yurk...@gmail.com writes: Is there any way to have both bold and italic font on the same word like */this/* somehow? No, sorry. -- Bastien

Re: [O] bug with org-mode-hook and text-scale-set

2012-04-20 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: Matt Lundin m...@imapmail.org writes: Bastien b...@gnu.org writes: Du Yanning duyann...@gmail.com writes: text-mode-hook and c-mode-hook do NOT have this bug. and the org-mode-hook of orgmode shipped within emacs 23.3 does NOT have this

Re: [O] Various org-mode patches

2012-04-20 Thread Bastien
Toby Cubitt ts...@cantab.net writes: I'll post the others one by one when I find a spare moment. Thanks in advance! -- Bastien

Re: [O] a turn-key org-mode for newbies?

2012-04-20 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: Although, a simpler system based off a single Org-mode file may be preferable. Agreed. I long dreamed of an Org tutorial written with elisp source blocks, demonstrating the use of various options incrementally? Any taker? -- Bastien

Re: [O] Bug in org-diary (Bad sexp)?

2012-04-20 Thread Bastien
Hi Rafael, Rafael rvf0...@gmail.com writes: FWIW, using the tip from http://lists.gnu.org/archive/html/emacs-orgmode/2012-04/msg00702.html to go back to a previous state, I can confirm that commit 3bd1c2e9bff539c94f92f1ec919f8f0f1640f8c0 is good and that commit

Re: [O] Yearly repeats on the agenda

2012-04-20 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: so it becomes 2012-04-17.*?. Hence it removes the date in the third example above, but not in the other two. The question is whether this is intended or not I think this is intended. If timestamps

Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Bastien
Hi Shaun, Shaun Johnson sh...@slugfest.demon.co.uk writes: The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I avoid these brackets being inserted?

Re: [O] [PATCH] doc/org.texi: Fix typos of function names in Agenda commands

2012-04-20 Thread Bastien
Ippei FURUHASHI top.tuna+orgm...@gmail.com writes: Hi org-mode maintainer, There seems to be 2 discrepancies between a function name and its keybinding, in doc/org.texi. Could you have a look the following patch please? Applied, thanks! -- Bastien

Re: [O] [PATCH] Make [fragile] work with overlay specifications.

2012-04-20 Thread Bastien
Hi Christoph, Christoph Dittmann git...@christoph-d.de writes: I noticed something unexpected in org-beamer.el when I used overlay specifications together with optional parameters for the frame environment and the frame contained verbatim sections. In this case the exporter would add

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-20 Thread Kyle Sexton
Bastien b...@altern.org writes: Maybe first setup an instance on your server so that we can test it. Then if people prefer this solution and Jason is okay to work with you on installing it on orgmode.org, let's do this. Ok, I'll setup an instance to let people play with and see if it's a

Re: [O] Flexible plain list bullets

2012-04-20 Thread Bastien
Hi Mark, I agree with Nicolas that a solution based on overlays would be better. I also agree with you that there are many areas where we let the users modify the content of Org files in a way that makes them unparsable in a systematic manner. This is always a trade-off: user flexibility vs a

Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Shaun Johnson
On 20/04/2012 14:19, Bastien wrote: Hi Shaun, Shaun Johnsonsh...@slugfest.demon.co.uk writes: The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I

Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Bastien
Shaun Johnson sh...@slugfest.demon.co.uk writes: Jambunathan has already fixed this (on the 16th). So I guess you are seeing his fix. Right, thanks for confirming. -- Bastien

Re: [O] Flexible plain list bullets

2012-04-20 Thread Carsten Dominik
On Apr 20, 2012, at 6:19 AM, Mark E. Shoulson wrote: I guess. I spoke with someone on the IRC channel about this too, the basic idea being that the Org format should be stable, so the same file won't parse or behave differently on different installations. There's something to be said

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

2012-04-20 Thread Bastien
Hi Takafumi, Takafumi Arakaki aka@gmail.com writes: Basically, this patch changes all occurrence of [dwmy] with [hdwmy] and adds (h . hour) to whata of org-auto-repeat-maybe. I like this idea and I worked on a more complete patch. I didn't replace dwmy by a constant though, this is not

Re: [O] a turn-key org-mode for newbies?

2012-04-20 Thread Keith Gunderson
I would love to do whatever I can.  I'm more than happy to collect input ideas and make attempts at implementation.  Please feel free to shoot your ideas/advice to the list and I'll collect them.  I'd hope to have something concrete to add or review early next week. BTW, I'm currently hip-deep

Re: [O] new style of html export for documents with code blocks -- based on docco

2012-04-20 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: This is a simple little hack, and I don't really have time to turn it into anything more than that, but the following may be used to generate nice side-by-side docco-style exports of Org-mode documents with

Re: [O] Inverse matching with '/' in agenda view?

2012-04-20 Thread Gustav Wikström
Hi! Den 19 apr 2012 16:44 skrev Michael Brand michael.ch.br...@gmail.com: ... Is a resolve in the past enough fast? ;-) It sure is! ;-) Thanks /Gustav

[O] Change example timestamps to not occur in headlines

2012-04-20 Thread Brian van den Broek
Hi all, 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. This is the first time I've ever submitted a formal patch using git to any project, so I hope I

Re: [O] Drawers within inline tasks

2012-04-20 Thread Viktor Rosenfeld
Hi Bastien, Bastien wrote: Hi Viktor, Viktor Rosenfeld listuse...@googlemail.com writes: when I open the parent task of an inline task drawers are not folded anymore. Not sure when this regression occured. Allowing tihs was causing performance regression in

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

2012-04-20 Thread John Hendy
On Fri, Apr 20, 2012 at 11:01 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: Hi all, 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.

[O] Change example timestamps to not occur in headlines

2012-04-20 Thread Brian van den Broek
Hi all, [I wondered why my first post wasn't labelled a patch, and then I saw that it attached as octet-stream. Investigating, I was surprised to see that gmail's web interface cannot handle patches as attachments. Sorry for the dupe, but I thought it best to send again in a way that

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

2012-04-20 Thread Brian van den Broek
On 20 April 2012 18:16, John Hendy jw.he...@gmail.com wrote: On Fri, Apr 20, 2012 at 11:01 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: Hi all, I've attached a small patch to the documentation that resolves a conflict between the manual's advice not to include timestamps in

Re: [O] new style of html export for documents with code blocks -- based on docco

2012-04-20 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: This is a simple little hack, and I don't really have time to turn it into anything more than that, but the following may be used to generate nice side-by-side

Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Shaun, Shaun Johnson sh...@slugfest.demon.co.uk writes: The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How

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

2012-04-20 Thread John Hendy
On Fri, Apr 20, 2012 at 11:18 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: On 20 April 2012 18:16, John Hendy jw.he...@gmail.com wrote: On Fri, Apr 20, 2012 at 11:01 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: Hi all, I've attached a small patch to the

Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Bastien b...@altern.org wrote: Hi Shaun, Shaun Johnson sh...@slugfest.demon.co.uk writes: The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached

[O] [PATCH] org-preview-latex-fragment not working with #+latex_header:\input{}

2012-04-20 Thread Benjamin Motz
Bug: #+latex_header:\input{commands.tex} is not considered in org-preview-latex-fragment. Reason: the fragment is generated in /tmp from where the file commands.tex can not be found. In my case, commands.tex contains essential latex-code for displaying the latex-fragment, so I consider this to be

Re: [O] [ODT] Internal Link disparear

2012-04-20 Thread Jambunathan K
Michael Thanks for this report. This is a bug in the ODT exporter. I have checked in a fix to both hotfix-7.8.06 and master branch few minutes ago. I am attaching a sample Org file and the ODT file generated after the the above fix. Let me know if you have questions or run into other issues.

[O] unintended strike-through in table

2012-04-20 Thread Skip Collins
When I open the following table in org, the characters from the first + symbol in +bar to the last + symbol on the next line are struck out, i.e. drawn with a line through the text. #+STARTUP: showall * foo | C | D    | | E | +bar | |---+--| I do not believe this is intended behavior for

Re: [O] new style of html export for documents with code blocks -- based on docco

2012-04-20 Thread Eric Schulte
Bastien b...@altern.org writes: Eric Schulte eric.schu...@gmx.com writes: Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: This is a simple little hack, and I don't really have time to turn it into anything more than that, but the following may be used

Re: [O] Capturing to current file

2012-04-20 Thread Charles
If I may I'll throw in my 2 cents, since I made the error in the first place Why not in Section 9.2.1 immediately before or after the special way for using capture from the agenda? The documentation reads as follows in org-capture.el at (defun org-capture (optional goto keys) Capture

Re: [O] More than one column view in a file

2012-04-20 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'd like to have a couple of different (column) views in my Org file This is currently not possible and would require a lot of work. A pity, but I completely conceive it was not clear that it could have be more

Re: [O] org-program-exists vs executable-find

2012-04-20 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: The name `org-program-exists' is actually misleading, it should be `org-executable-call' instead, while still checking if the executable exists before calling it. Nope, the name is not misleading. The

Re: [O] org-program-exists vs executable-find

2012-04-20 Thread Martyn Jago
Hi Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: The name `org-program-exists' is actually misleading, it should be `org-executable-call' instead, while still checking if the executable exists before

Re: [O] [bug] Remote durations are considered as fractions

2012-04-20 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: BTW, *could we limit the format of T to H:MM*, instead of H:MM:SS? The first case seems much more common, and the one used in all time clocking functions of Org. Patch welcome! I think this is it... From

[O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Sebastien Vauban
Hello, This is a bit OT, but I'd be interested by learning how to get a better environment for editing ELisp code. Currently, the only friends I have are ElDoc and C-h f/v for navigation to symbol definitions. This is rather primitive, isn't it? When I see what CEDET and ECB seem to offer --

Re: [O] broken link in online docs

2012-04-20 Thread Bastien
Brian van den Broek brian.van.den.br...@gmail.com writes: http://orgmode.org/manual/Tables.html#Tables has a link (see a href=../calc/index.html#TopCalc/a) that yields a 404. I finally fixed this by creating a HTML redirection. Thanks, -- Bastien

Re: [O] Flexible plain list bullets

2012-04-20 Thread Mark E. Shoulson
On 04/20/2012 09:38 AM, Bastien wrote: Hi Mark, I agree with Nicolas that a solution based on overlays would be better. Probably, though very possibly not worth it. I also agree with you that there are many areas where we let the users modify the content of Org files in a way that makes

Re: [O] Flexible plain list bullets

2012-04-20 Thread Bastien
Hi Mark, Mark E. Shoulson m...@kli.org writes: I'd offer to write a patch for some of the more obvious ones, to free up that much time from others, but it would be so small, it would probably take as long for someone to look over my patch as to write it themselves, so it wouldn't save

Re: [O] [PATCH] org-preview-latex-fragment not working with #+latex_header:\input{}

2012-04-20 Thread Bastien
Hi Benjamin, Benjamin Motz b.m...@uni-muenster.de writes: #+latex_header:\input{commands.tex} is not considered in org-preview-latex-fragment. Reason: the fragment is generated in /tmp from where the file commands.tex can not be found. In my case, commands.tex contains essential latex-code

Re: [O] unintended strike-through in table

2012-04-20 Thread Bastien
Hi Skip, Skip Collins skip.coll...@gmail.com writes: I see little reason to continue to support +strike-through+ text. Perhaps the simplest solution would be to deprecate stricken text and disable it by default, allowing for an option to turn it on for backward compatibility. I agree. If

Re: [O] new style of html export for documents with code blocks -- based on docco

2012-04-20 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: Done, see http://orgmode.org/worg/org-contrib/index.html Thanks! -- Bastien

Re: [O] More than one column view in a file

2012-04-20 Thread Johnny
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'd like to have a couple of different (column) views in my Org file This is currently not possible and would require a lot of work. This is something I have been looking

Re: [O] More than one column view in a file

2012-04-20 Thread Bastien
Hi Johnny, Johnny yggdra...@gmx.co.uk writes: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I'd like to have a couple of different (column) views in my Org file This is currently not possible and would require a lot

Re: [O] Yearly repeats on the agenda

2012-04-20 Thread Samuel Wales
Just so people know that this is a possibility: I find it useful to put inactive timestamps in headlines. This makes it simple to find entries in a sorted chronological list, and gather information about them, without any unfolding or even (in some cases) any ellipses. I think the key thing is

Re: [O] [PATCH] org-preview-latex-fragment not working with #+latex_header:\input{}

2012-04-20 Thread Vladimir Lomov
Hello, ** Benjamin Motz [2012-04-20 19:28:43 +0200]: Bug: #+latex_header:\input{commands.tex} is not considered in org-preview-latex-fragment. Reason: the fragment is generated in /tmp from where the file commands.tex can not be found. In my case, commands.tex contains essential latex-code

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

2012-04-20 Thread Bastien
Hi Tom, Tom Prince tom.pri...@ualberta.net writes: On Sun, 2 Oct 2011 14:35:48 -0400, Tom Prince tom.pri...@ualberta.net wrote: 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

Re: [O] Agenda: Don't widen narrowed subtrees

2012-04-20 Thread Bastien
Hi Moritz, Moritz Ulrich ulrich.mor...@googlemail.com writes: When a file used in the org-agenda is in a narrowed state (org-narrow-to-subtree or similar) and you refresh the agenda buffer via `g', it becomes un-narrowed. This is a very annoying behavior as I tend to narrow to subtrees while

Re: [O] [bug] Remote durations are considered as fractions

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: I think this is it... Yes.. but in fact, this is precisely the difference between the `t' and the `T' flags - the latter displays seconds while the former display the output according to

Re: [O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: This is a bit OT, but I'd be interested by learning how to get a better environment for editing ELisp code. Currently, the only friends I have are ElDoc and C-h f/v for navigation to symbol

Re: [O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Jambunathan K
For all practical purposes, I find this be sufficient. (global-set-key (kbd C-c f) (lambda () (interactive) (require 'finder) (let ((thing (intern (thing-at-point 'symbol (if (functionp thing)

Re: [O] IDE tools for maintaining Emacs Lisp programs (Org in particular)

2012-04-20 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: For all practical purposes, I find this be sufficient. (global-set-key (kbd C-c f) (lambda () (interactive) (require 'finder) (let ((thing (intern (thing-at-point 'symbol