Re: [O] [PATCH] sort TODO entries more usefully

2014-05-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: For some reason I've been sorting lots of TODOs recently, and found the default behavior of org-sort-entries a little odd. It sorts according to the order found in org-todo-keywords-1, which apparently just comes from the order the

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread David Maus
Hi all, At Sun, 25 May 2014 07:56:15 +0200, Bastien wrote: Hi Michael, R. Michael Weylandt michael.weyla...@gmail.com michael.weyla...@gmail.com writes: TLDR: remove ?\= from org-link-escape-chars. Done (in master.) I'm copying David since he's the author of this commit:

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: I can only speculate why they were escaped in the first place: + ; and = do have special meaning in HTTP URIs and IIRC Org did not draw a strict distinction between escaping for internal purposes and escaping of HTTP URIs. Yes, that's certainly

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread David Maus
Followup: There has been a discussion about hex-escaping last year with some back-and-forth on the topic of link escaping: http://thread.gmane.org/gmane.emacs.orgmode/74983/focus=75002 It's quite a muddy area. Best, -- David At Sun, 25 May 2014 09:09:50 +0200, David Maus wrote: Hi all,

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-25 Thread Rasmus
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Bastien, On Wed, May 21, 2014 at 03:28:28PM +0200, Bastien wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: BTW, the ignoreheading thing has been asked so many times, maybe I should put it in an FAQ. But then, the content is more

Re: [O] Org mode links for helm

2014-05-25 Thread John Kitchin
nice. I have similar code in org-ref for a ref links to labels, but it doesn't have #+name in it yet, but it does do table names. You might find the function org-label-store-link ( https://github.com/jkitchin/jmax/blob/master/org-ref.org#label) interesting, so you can use C-c l and C-c C-l to put

Re: [O] [PATCH] sort TODO entries more usefully

2014-05-25 Thread Eric Abrahamsen
Bastien b...@gnu.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: For some reason I've been sorting lots of TODOs recently, and found the default behavior of org-sort-entries a little odd. It sorts according to the order found in org-todo-keywords-1, which apparently

Re: [O] Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-25 Thread Josh Berry
On Sat, May 24, 2014 at 1:11 AM, Xebar Saram zelt...@gmail.com wrote: need to sync my main work TODO org file between my work PC and laptop i carry around on work related trips and when im at home. i have tried several methods buy really none of them work. i mainly used git over the last 6

[O] Fwd: Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-25 Thread Martin Schöön
I sent the following to the wrong recipient earlier today: -- Forwarded message -- Programs such as rsync and BittorrentSync only work if both computers are up and running. My computer at home is switched off when I don't use it and the same goes for my computer at work... I

[O] possible bug in ox-odt.el?

2014-05-25 Thread Matt Price
Hello, for some time I've noticed that the export to odt options were not being offered in the export menu options (C-c E-c), even though I have (require ox-odt) in my startup file. Attempts to evaluate ox-odt manually failed with this error: defconst: Wrong type argument: stringp, nil I've

[O] Stickiness of agenda buffers overrides persistent filters

2014-05-25 Thread Thomas Morgan
Dear Org mode hackers, When `org-agenda-sticky' and `org-agenda-persistent-filter' are both set, filters are not carried over to new agenda views, at least in some cases. I'm using the maint branch. Here is a recipe: 1. Run Emacs with `emacs -Q -l setup.el'. 2. Open the day agenda with `M-x

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Hi, Bastien, I've noticed some new issues on maint. Sometimes refreshing with `r' can empty an agenda of all its contents. I'm using sticky agendas and the only way to recover seems to be to kill the agenda buffer and create a new one. Sometimes scheduling in the agenda with `C-c C-s' or

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Here is a small patch for this bug. It works as far as I can tell though it's possible that it introduces other problems or that there's a better solution. From 3181ee87106275bf947324b75054c6e2acb18ed1 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Sun, 25 May 2014 13:40:35

[O] Adding source location information when tangling

2014-05-25 Thread Thomas Morgan
Dear Org hackers, I have a question about tangling LilyPond code blocks. Is there a way to put the commands `\sourcefilename' and `\sourcefileline' in the tangled file before each block, perhaps in place of the comment that includes the same information? (These commands are equivalent to the

[O] Item scheduled in agenda based on Org player link's start time

2014-05-25 Thread Thomas Morgan
Dear Org mode hackers, This is a recipe for a bug involving Org player, though the bug might be in Org mode itself. 1. Start Emacs with `emacs -Q -l setup.el'. This opens the day agenda, which looks like this. , | Day-agenda (W21): | Friday 23 May 2014 | test-case: 1:23..

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
Hi, Bastien, Here is a recipe for the bug where scheduling hangs. 1. Change the load path entry in `setup.el'. 2. Start Emacs with `emacs -Q -l setup.el'. 3. Open a TODO list with `M-x org-todo-list'. 4. Filter out tag with `C-u / TAB foo RET'. 5. Move point to first item with `C-s todo

Re: [O] Filtering org-clock-display

2014-05-25 Thread Noah Slater
On 25 May 2014 07:26, Bastien b...@gnu.org wrote: Hi Noah, Noah Slater nsla...@tumbolia.org writes: As for the rest, please try C-u C-u C-c C-x C-d from master. We can enhance it by having an option setting the default custom range for such display, but going further would

[O] Is there a variable/way to change div id=content to something else, e.g. div class=container for use with Bootstrap CSS?

2014-05-25 Thread Omid
Hello, - I am trying to build a statically-generated website purely with Org mode. I would like to use Bootstrap CSS to make the site mobile friendly. Bootstrap uses div class=container for the main part of the body of HTML; Org mode export produces div id=content for that part. Is

Re: [O] Is there a variable/way to change div id=content to something else, e.g. div class=container for use with Bootstrap CSS?

2014-05-25 Thread Eric Abrahamsen
Omid omidl...@gmail.com writes: Hello, - I am trying to build a statically-generated website purely with Org mode. I would like to use Bootstrap CSS to make the site mobile friendly. Bootstrap uses div class=container for the main part of the body of HTML; Org mode export produces div

Re: [O] org-contacts development

2014-05-25 Thread Daimrod
Alexis flexibe...@gmail.com writes: Daimrod daim...@gmail.com writes: So, as you said, we would need to define and document a specification for org-contacts. And we need to be clear from the beginning about what it can do and what it can not do. For example, it is unlikely that org-contacts

Re: [O] possible bug in ox-odt.el?

2014-05-25 Thread Nick Dokos
Matt Price mopto...@gmail.com writes: Hello, for some time I've noticed that the export to odt options were not being offered in the export menu options (C-c E-c), even though I have (require ox-odt) in my startup file. Attempts to evaluate ox-odt manually failed with this error: Not

Re: [O] org-contacts development

2014-05-25 Thread Alexis
Daimrod daim...@gmail.com writes: Sure, but then how would we define the map? with a fixed set of rules? with a user customizable map (e.g. '((MOBILE - TELL;CELL) (EMAIL_WORK - EMAIL;TYPE=work)))? More the latter. My initial (again, brainstorming!) thinking has an user-modifiable data

Re: [O] Is there a variable/way to change div id=content to something else, e.g. div class=container for use with Bootstrap CSS?

2014-05-25 Thread Omid
Thank you, Eric for your quick response. - I am using Org mode 8.2.6 (from ELPA) and Emacs 24.3.1. - org-html-divs does almost what I have been looking for, except for one, unfortunately crucial, shortcoming: I don't see any way of changing the id tag to class. Bootstrap's container is a class

Re: [O] Is there a variable/way to change div id=content to something else, e.g. div class=container for use with Bootstrap CSS?

2014-05-25 Thread Omid
I think I found the answer to my second question: in org-publish-project-alist, there is the property completion-function that can be set to a (list of) functions to do some post processing. My first question still stands, though. Omid Sent from my Emacs On 05/26/2014 12:08 AM, Omid wrote:

Re: [O] Is there a variable/way to change div id=content to something else, e.g. div class=container for use with Bootstrap CSS?

2014-05-25 Thread Eric Abrahamsen
Omid omidl...@gmail.com writes: I think I found the answer to my second question: in org-publish-project-alist, there is the property completion-function that can be set to a (list of) functions to do some post processing. My first question still stands, though. Yup, that's a bit of a pain.

Re: [O] [PATCH] sort TODO entries more usefully

2014-05-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Sure! The actual ordering of stuff was an arbitrary choice on my part -- the only thing I cared about was getting done and not-done separated. This looks like a tidier solution, to boot... Applied, thanks! -- Bastien

Re: [O] M-RET does not work as described in the manual

2014-05-25 Thread Bastien
Hi Kevin, Kevin Van Horn kevin.vanh...@themodellers.com writes: The attached PNG files illustrate the problem, for two different cases: one without any notes under the heading, and one with notes under the heading. In the screenshots, I see that the point is not really at the start of the

Re: [O] Filtering org-clock-display

2014-05-25 Thread Bastien
Hi Noah, Noah Slater nsla...@tumbolia.org writes: How do I configure the filtering? What filtering? Please re-read the whole thread (where I mention that we *could* have an option for the default filtering option). Also put more context in your questions -- such terse sentences makes me feel

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread Bastien
Hi David, David Maus dm...@ictsoc.de writes: It's quite a muddy area. Yes, I can see this. I'm all for the status quo right now, as long as there are no real bugs behind the current code. Removing chars from `org-link-escape-chars' won't fix anything deepl, but it may help clearing the

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-25 Thread Bastien
Hi Rasmus, Rasmus ras...@gmx.us writes: The intention is nice, but this entry is flawed to the point that it should be removed or undergo some heavy editing IMO. . . Yes, the sa-ignore-headline function should be updated. Can you give it a go? I don't see why this should not be easy: you

Re: [O] Item scheduled in agenda based on Org player link's start time

2014-05-25 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: This is a recipe for a bug involving Org player, though the bug might be in Org mode itself. Fixed in maint, thanks! -- Bastien