Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-05 Thread Jeffrey Spencer
When I use your setup and insert a citation then export to latex I get: [[cite:Paper]] turns into: \ref{cite-Paper} On Fri, Aug 3, 2012 at 7:38 PM, Rasmus ras...@gmx.us wrote: (defun org-mode-reftex-setup () (load-library reftex) (and (buffer-file-name) (file-exists-p

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-08-05 Thread Bastien
Hi Brian, Brian Wood bw...@berkeley.edu writes: I'd like to replace CLOCKSUM with a column that shows me just the time spent on the task *today* (not all the time ever spent on the task). From latest git HEAD, you can try this column view: #+COLUMNS: %30ITEM %%10CLOCKSUM(Total)

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Bastien
Hi Ilya, Ilya Shlyakhter ilya_...@alum.mit.edu writes: But I don't want to see the timestamps during normal Org usage. What do you think of hiding them by having a new face for properties matching a custom regexp? This has the advantage of letting the user decide what to do with such

Re: [O] Macros [was: Re: ATTR_HTML for a clickable image, howto?]

2012-08-05 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: I'd welcome some improvement of the manual wrt macros -- any taker? Before documenting anything, we should first define them clearly. FWIW, I don't forget this important thread. Let's revive it after the release of Org 7.9, when we

[O] [BUG] shell links broken

2012-08-05 Thread François Allisson
Hello list, Since last update of org this morning, I cannot open shell links any longer. Instead, I get the message void-variable clean-buffer-list-kill-buffer-names in the mini-buffer. Commit 96551f3dd8885dee6972c70ce06888fd3d5f4dd4

Re: [O] org-icalendar-alarm-time different time for different category

2012-08-05 Thread Bastien
Enda enda...@yahoo.com writes: Can there be a per file option to set org-icalendar-alarm-time for a different time for a different category? You can now use APPT_WARNTIME in each entry before exporting to icalendar. Hitting ̀W' at the beginning of a headline lets you insert this property,

Re: [O] [BUG] shell links broken

2012-08-05 Thread Bastien
Hi François, François Allisson franc...@allisson.co writes: Since last update of org this morning, I cannot open shell links any longer. Instead, I get the message void-variable clean-buffer-list-kill-buffer-names in the mini-buffer. Fixed, thanks. Commit

Re: [O] [BUG] Traceback on Org-Export

2012-08-05 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Yes. The whole maze needs a treat. Please submit a patch if you feel like undertaking this task. I managed to get zero warnings with Emacs 24.1 and did not take the time to check with Emacs 23. That is going to be one big hairy patch

Re: [O] Agenda Upcoming Faces

2012-08-05 Thread SW
Bastien bzg at gnu.org writes: Can you provide a reproducible recipe? I'm going to try to make a minimal example. In the previous image, 10 days was *not* in the upcoming faces face -- it was in default face. However, in this example: http://imgur.com/ge0hY 10 days *is* now in the upcoming

[O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-05 Thread Yann Hodique
Here are a couple of patches for org-taskjuggler.el My main goals with these were to: - be able to leverage SCHEDULE/DEADLINE information, so as to be able to leverage org timelines in complement to the reports - be able to #+BIND some of the exporter variables (such as the preamble)

[O] [PATCH 01/10] org-taskjuggler: make task and resource properties customizable

2012-08-05 Thread Yann Hodique
* org-taskjuggler.el (org-export-taskjuggler-valid-task-attributes): new custom variable (org-export-taskjuggler-valid-resource-attributes): new custom variable --- lisp/org-taskjuggler.el | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git

[O] [PATCH 05/10] org-taskjuggler: introduce a global header, for early macros

2012-08-05 Thread Yann Hodique
* org-taskjuggler.el (org-export-taskjuggler-default-global-header): new custom variable (org-export-as-taskjuggler): insert global header before anything else --- lisp/org-taskjuggler.el | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git

[O] [PATCH 06/10] org-taskjuggler: use project end date, if specified

2012-08-05 Thread Yann Hodique
* org-taskjuggler.el (org-taskjuggler-open-project): use START - END as an alternative to START +Xd --- lisp/org-taskjuggler.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 3f829b3..92ba79c 100644 ---

[O] [PATCH 02/10] org-taskjuggler: properly install local variables at export time

2012-08-05 Thread Yann Hodique
* org-taskjuggler.el (org-export-as-taskjuggler): compute opt-plist, use `org-install-letbind' --- lisp/org-taskjuggler.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 3c56630..102eabc 100644 ---

[O] [PATCH 10/10] org-taskjuggler: update doc to reflect latest changes

2012-08-05 Thread Yann Hodique
--- doc/org.texi | 48 ++-- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 8613793..53e001b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -11882,9 +11882,9 @@ nodes of a document or strictly follow

[O] [PATCH 09/10] org-taskjuggler: allow reports definition from within the org file

2012-08-05 Thread Yann Hodique
This renders reports production much more flexible. * org-taskjuggler.el (org-export-taskjuggler-report-tag): new custom variable (org-export-taskjuggler-valid-report-attributes): new custom variable (org-export-as-taskjuggler): compute reports (org-taskjuggler-open-report): generate report

[O] bug#7133: Fwd: Bug#7133

2012-08-05 Thread Chong Yidong
-- Forwarded message -- From: Bastien b...@altern.org Date: Sun, Aug 5, 2012 at 6:32 PM Subject: Re: Bug#7133 To: Chong Yidong c...@gnu.org Hi Chong, Chong Yidong c...@gnu.org writes: Please review the proposed patch by Lennart Borgman at

Re: [O] Agenda Upcoming Faces

2012-08-05 Thread SW
I wrote: snip http://imgur.com/ge0hY snip In the example image above: 1d is in org-upcoming-deadline face 5d is in org-upcoming-deadline face 8d is in default face 10d is in org-upcoming-deadline face 26d is in default face 45d is in default face *However*, the entry for the 10d line

[O] [PATCH 08/10] org-taskjuggler: disambiguate headline, as it's also a valid taskjuggler property

2012-08-05 Thread Yann Hodique
--- lisp/org-taskjuggler.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 996665d..b08dcdf 100644 --- a/lisp/org-taskjuggler.el +++ b/lisp/org-taskjuggler.el @@ -328,7 +328,7 @@ defined in

[O] [PATCH 04/10] org-taskjuggler: task with end-only is also a milestone (deadline)

2012-08-05 Thread Yann Hodique
--- lisp/org-taskjuggler.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 7974d1e..f668e7f 100644 --- a/lisp/org-taskjuggler.el +++ b/lisp/org-taskjuggler.el @@ -689,7 +689,8 @@ org-mode priority string.

Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-05 Thread Rasmus
Jeffrey Spencer jeffspenc...@gmail.com writes: When I use your setup and insert a citation then export to latex I get: [[cite:Paper]] turns into: \ref{cite-Paper} You need to add them as link types: See Worg. Here's my setup #+begin_src emacs-lisp ;; add latex:link-type

[O] [PATCH 03/10] org-taskjuggler: make use of org properties

2012-08-05 Thread Yann Hodique
infer start and end date from SCHEDULED/DEADLINE information * org-taskjuggler.el (org-taskjuggler-date): new function, produce a taskjuggler-compatible date (org-taskjuggler-components): make use of SCHEDULED/DEADLINE properties --- lisp/org-taskjuggler.el | 12 ++-- 1 file changed,

[O] [PATCH 07/10] org-taskjuggler: make project umbrella task optional

2012-08-05 Thread Yann Hodique
introduce `org-export-taskjuggler-keep-project-as-task' as a flag to toggle the behavior. Keep old behavior as default. * org-taskjuggler.el (org-export-taskjuggler-keep-project-as-task): new custom variable (org-export-as-taskjuggler): optionally drop the topmost task (project)

Re: [O] [BUG] [PATCH] shell links broken

2012-08-05 Thread François Allisson
Hi Bastien Le dimanche 05 aoû 2012 à 11:41:36 (+0200), Bastien a écrit : Hi François, François Allisson franc...@allisson.co writes: Since last update of org this morning, I cannot open shell links any longer. Instead, I get the message void-variable

[O] Fetch failed

2012-08-05 Thread Johan Ekh
Hi all, I try to update my org-mode v7.7 installation on my OpenSuse 11.4 laptop with make up2 but I get git pull error: Unable to find 16d23c07dd3697db790b14e6873c65404c912e3f under http://repo.or.cz/r/org-mode.git Cannot obtain needed object 16d23c07dd3697db790b14e6873c65404c912e3f error:

Re: [O] Fetch failed

2012-08-05 Thread Bastien
Hi Johan, Johan Ekh ekh.jo...@gmail.com writes: git pull error: Unable to find 16d23c07dd3697db790b14e6873c65404c912e3f under http://repo.or.cz/r/org-mode.git Cannot obtain needed object 16d23c07dd3697db790b14e6873c65404c912e3f error: Fetch failed. make: *** [update] Error 1 Does anyone

Re: [O] [BUG] [PATCH] shell links broken

2012-08-05 Thread Bastien
François Allisson franc...@allisson.co writes: As I was pulling your latest fix, I noticed there was a little typo in org.texi. I hope the attached patch will help fix it. Applied, thanks! -- Bastien

Re: [O] [BUG] Traceback on Org-Export

2012-08-05 Thread Achim Gratz
Bastien writes: All right. If useful, please push a public branch for this on orgmode.org. I will try downloading Emacs 23 and see what warnings will have here. Done, branch name is Globals. Merge it fast or be prepared for tons of merge conflicts. I already resolved the ones created by

Re: [O] Fetch failed

2012-08-05 Thread Achim Gratz
Johan Ekh writes: git pull error: Unable to find 16d23c07dd3697db790b14e6873c65404c912e3f under http://repo.or.cz/r/org-mode.git Cannot obtain needed object 16d23c07dd3697db790b14e6873c65404c912e3f error: Fetch failed. Check the files in .git/objects/pack — delete those *.idx files that have

Re: [O] test-ob-sh/session

2012-08-05 Thread Achim Gratz
Achim Gratz writes: I'm currently seeing a problem with this test (only on Win7, both NTEmacs and Cygwin). The test just hangs and never finishes. All my attempts to have it fail in the same way in an interactive sessions were fruitless. However, it seems that the first time a session is

Re: [O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-05 Thread Bastien
Hi Yann, Yann Hodique yann.hodi...@gmail.com writes: Here are a couple of patches for org-taskjuggler.el thanks for this. I've quickly check by just reading the patches, and this looks good. I copy Christian, hoping he will have time to double-check. Did you sign the FSF papers? If you

Re: [O] Agenda Upcoming Faces

2012-08-05 Thread Bastien
SW sabrewo...@gmail.com writes: Solved :) Good -- thanks for chasing this down, -- Bastien

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-08-05 Thread David Engster
Bastien writes: David Engster d...@randomsample.de writes: That is very strange. It should first ask: Username [for Google CalDAV]:. If it does not do that, maybe you have that information in your .authinfo? I have this: machine smtp.gmail.com login bastiengue...@gmail.com password xx

Re: [O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-05 Thread Yann Hodique
Bastien == Bastien b...@gnu.org writes: Hi Yann, Yann Hodique yann.hodi...@gmail.com writes: Here are a couple of patches for org-taskjuggler.el thanks for this. I've quickly check by just reading the patches, and this looks good. I copy Christian, hoping he will have time to

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Ilya Shlyakhter
On 8/5/2012 5:16 AM, Bastien wrote: Hi Ilya, Ilya Shlyakhter ilya_...@alum.mit.edu writes: But I don't want to see the timestamps during normal Org usage. What do you think of hiding them by having a new face for properties matching a custom regexp? This has the advantage of letting the

Re: [O] Is there a way to selectively change the line spacing for visual line mode?

2012-08-05 Thread Jambunathan K
Paul Whipp paul.wh...@gmail.com writes: Sticking in an extra carriage return works and has become my habit but it is annoying when the text is copy/pasted or exported to certain formats (such as libreoffice). You can create LibreOffice documents using the OpenDocument text exporter. Type C-c

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Nicolas Goaziou
Hello, What about a HIDDEN_PROPERTIES drawer that, when folded, folds completely (so that its title line is hidden too), and have a key to reveal such drawers (the way M-tab opens archived entries)? This is begging for problems. At some point, an user will start to notice weird behaviour he

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Ilya Shlyakhter
On Sun, Aug 5, 2012 at 6:20 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: What about a HIDDEN_PROPERTIES drawer that, when folded, folds completely (so that its title line is hidden too), and have a key to reveal such drawers (the way M-tab opens archived entries)? This is begging for

Re: [O] babel awk with table input: Code block produced no output.

2012-08-05 Thread Greg Minshall
hi. i did a bit of poking around. here are my findings, but i'm not conversant enough with the semantics and interconnectivity of org-mode to know what should be done. to summarize: if a Babel awk script returns something that starts out with a left paren ((), i get Code block returned no

Re: [O] Is there a way to selectively change the line spacing for visual line mode?

2012-08-05 Thread Paul Whipp
Thanks Brian, but that does not help me adjust the line spacing or height of a line. I use emacs24 for organising, programming in Python, PHP and for writing fiction. Visual line mode is perfect except for the minor irritation of my having to put in that extra linefeed to clearly visually

Re: [O] Templates for cloning

2012-08-05 Thread Nathan Neff
On Fri, Aug 3, 2012 at 9:40 PM, Sebastian Fischmeister sfisc...@uwaterloo.ca wrote: As an idea, this is how I use templates: %+begin_src (defun org-p (key) (let ((val (read-from-minibuffer (concat Define key : (plist-put org-store-link-plist (intern (concat :

Re: [O] babel awk with table input: Code block produced no output.

2012-08-05 Thread Thomas S. Dye
Hi Greg, :results output sounds right for awk as a report formatter. I'm wondering if there is a need for :results value with awk? All the best, Tom Greg Minshall minsh...@umich.edu writes: hi. i did a bit of poking around. here are my findings, but i'm not conversant enough with the

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Torsten Wagner
Hey, during this discussions people already claimed that they would prefer to know what is stored and I can understand this. That was the reason for the proposal of a HIDDEN_PROP: line to mark certain properties hidden. The benefit of this approach, people are actively aware of what they hide and

Re: [O] are super-hidden technical blocks required?

2012-08-05 Thread Ilya Shlyakhter
On Sun, Aug 5, 2012 at 10:46 PM, Torsten Wagner torsten.wag...@gmail.com wrote: I can see the point that the property drawer header can be annoying too. Actually, when I used orgmobile for the first time I was not too happy to see all this property drawers suddenly appearing in my files.

Re: [O] babel awk with table input: Code block produced no output.

2012-08-05 Thread Greg Minshall
Tom, :results output sounds right for awk as a report formatter. I'm wondering if there is a need for :results value with awk? yes, i agree. i didn't get far enough into the code to see where the value result was coming from. cheers, Greg

[O] link to windows version of emacs broken

2012-08-05 Thread Carl-Johan Wägner
Just a notice for a broken link: At the page http://orgmode.org/worg/org-tutorials/org4beginners.html The link Emacs for MS Windows links to http://ftp.gnu.org/gnu/windows/Emacs/ The correct link for the intended page is: http://ftp.gnu.org/gnu/emacs/windows/ If someone has a minute left for