Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread SAKURAI Masashi
Hi Bastien At Thu, 07 Jul 2011 17:32:44 +0200, Bastien wrote: : SAKURAI Masashi m.saku...@kiwanami.net writes: Then, I use the function org-agenda-get-day-entries to get schedule items of the org-agenda-files. The function can receive some arguments to limit the tasks, but I didn't

Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread SAKURAI Masashi
Hi Tassilo and Bastien +(defvar cfw:org-agenda-schedule-args '(:scheduled) + Default arguments for collecting agenda entries.) I'd go with a default value of `nil' meaning put every org entry with a timestamp into the calfw view. Only getting SCHEDULED org tasks there is a somewhat

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Hi Jude, Jude DaShiell jdash...@shellworld.net writes: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make install-info-debian or make install-info

Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread Bastien
Hi Masashi, SAKURAI Masashi m.saku...@kiwanami.net writes: I merged and pushed it to master branch. thanks a lot! -- Bastien

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I just ran make update make all sudo make install sudo make install-info-debian and updated org-mode to 7.6. I put two mods into the org-mode default Make file. The prefix I changed to /usr and the change suggested on install-info-debian target changing out $(infodir) with ginstall-info I

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Hi Jude, Jude DaShiell jdash...@shellworld.net writes: I just ran make update make all sudo make install sudo make install-info-debian and updated org-mode to 7.6. That does not work, you would need to do sudo make install-info sudo make install-info-debian with the original Makefile -

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
The latest patch by Achim Gratz works for this problem for make install-info on debian squeeze. The warning about using ginstall-info comes up, but the documentation updates from 7.5 to 7.6 none the less.

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Bastien
Hi Jude, Jude DaShiell jdash...@shellworld.net writes: The latest patch by Achim Gratz works for this problem for make install-info on debian squeeze. The warning about using ginstall-info comes up, but the documentation updates from 7.5 to 7.6 none the less. Thanks for confirming. Achim

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Bastien b...@altern.org writes: Achim and Nick, can I safely apply your patch or was it still a beta version? My patch obsolotes what Nick was trying to achieve, but I'm just looking at some other stuff in the Makefile that looks like it needs a makeover, so I'd suggest we discuss this first

[O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-10 Thread Jambunathan K
Couple of comments wrt org-export-content-div: 1. Should be renamed to org-export-html-content-div 2. If we look at org-s5.el[1], we see the following usage where apparently div id=content is essentially replaced by div class=presentation with a bunch of leading and trailing stuff.

[O] default PRIORITY

2011-07-10 Thread Michael Brand
Hi all It seems to me that there is an inconsistency with the default PRIORITY in searches and custom agenda blocks of types like tags or tags-todo. Assume org-default-priority B and an agenda file #+begin_src org ,* TODO [#C] low prio ,* TODO default prio ,* TODO [#A] high prio #+end_src

Re: [O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-10 Thread Jambunathan K
#+begin_src emacs-lisp (defcustom org-export-html-content-div %s div %s %s ; note the html in prefix The name of the container DIV that holds all the page contents. :group 'org-export-htmlize :type 'string) #+end_src Btw, The :group tag seems NOT OK to me as well.

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Jude, Jude DaShiell jdash...@shellworld.net writes: The latest patch by Achim Gratz works for this problem for make install-info on debian squeeze. The warning about using ginstall-info comes up, but the documentation updates from 7.5 to 7.6 none

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: My worry is this: before Achim's patch, the other systems run the following command: $(INSTALL_INFO) --info-file=$(INFOFILES) --info-dir=$(infodir) The invocation with --info-files is only understood by GNU install-info, that was presumably the

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: [...] I just realize that the Makefile already uses several GNU make extensions. If it's OK to use them (specifically include files and conditional variable assignment), that would help to restructure the Makefile so that it can be customized and maintained

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I'm on my slackware system right now. Here's the contents of /etc/issue and I left this as the out of the box default: Welcome to \s \r (\l) I had to do git close with the line in the installation notes to get org-mode to update. The git program refused to overwrite the original Makefile.

Re: [O] Release 7.6

2011-07-10 Thread Joost Kremers
Hi Bastien, Joost Kremers joostkrem...@fastmail.fm writes: On Thu, Jul 07, 2011 at 09:16:24AM +0200, Bastien wrote: I'm releasing Org 7.6. could it be that the new release hasn't been merged into maint yet? You're right -- it's done now, let me know if that's okay for you. Yes, I've

[O] Bulk cut in agenda view

2011-07-10 Thread Julien Cubizolles
I often need to purge DONE items from my org files. I have set up a special agenda view for checking those items and cutting some subtrees from it using bulk commands. I'm using a function adapted from the example in the manual (I've no idea if it's the best way to do it however) : , |

Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread Tassilo Horn
Marcus Klemm marcus.kl...@googlemail.com writes: Hi Marcus, I've also made the characters used for table rendering customizable, so that you can use nice unicode glyphs. This is awesome! Could it somehow incorporated into orgmode to draw the tables there? I don't think that would be a good

[O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-10 Thread SAKURAI Masashi
Hi Bastien, At Fri, 08 Jul 2011 10:53:08 +0200, Bastien wrote: : the re-design of the whole org-agenda-list algorithm seems to be needed, because the key function org-agenda-get-day-entries requires only one date and the subsequent dependent functions also are designed by the API.

Re: [O] Fwd: Some bugs with ob-clojure.el and some more with ob-sh.el

2011-07-10 Thread Eric Schulte
Hi Robert, I've pushed some updates to ob-clojure which should address the overly eager parsing of results which was splitting your literal string results. I've also pushed up more general enforcement of the verbatim keyword. Clojure still does not support the :results output keyword

Re: [O] Don't ask, don't run

2011-07-10 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: ken.willi...@thomsonreuters.com writes: Hi, I know from the manual that I can set 'org-confirm-babel-evaluate' to t, or nil, or a function, to control whether I'm asked permission to run a code block. However, that only gives me two choices - ask

Re: [O] [babel] inline call within table formula?

2011-07-10 Thread Eric Schulte
Hi Eric, The `sbe' macro can be used to evaluate code blocks in table formula. For Example: | 1 | | 2 | | 3 | | 4 | | 5 | | 6 | | 3.5 | #+TBLFM: @7$1='(sbe mean (lst @1..@6)) #+source: mean #+begin_src emacs-lisp :var lst=() (let ((num (car lst)) (nums (cdr lst))) (/ (float

Re: [O] Regression bug in tangle/weave

2011-07-10 Thread Eric Schulte
Neeum Zawan mailingli...@nawaz.org writes: Eric Schulte schulte.e...@gmail.com writes: Hi, Indeed this example below no longer works, however I believe the new behavior is both desired and permanent. I'll explain and include an option for how your example could be restructured to work

Re: [O] Calendar-like view of the org-agenda

2011-07-10 Thread Marcus Klemm
Hello Tassilo, Tassilo Horn tassilo at member.fsf.org writes: I don't think that would be a good idea, cause in org you partly draw the tables on your own, that is, you write |TAB for another row etc.. You don't want to have to insert unicode characters there. You are right, it would not be

Re: [O] [PATCH] Fix html export of footnotes with lists, tables, quotes, etc.

2011-07-10 Thread Jambunathan K
On Sun, Mar 27, 2011 at 4:28 PM, Jambunathan K kjambunat...@gmail.com wrote: Puneeth Attached is a patch that allows having lists, tables, blockquotes and other org blocks in footnotes.  Source code blocks still don't work. Would you mind posting an example test case that covers all the

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-10 Thread Suvayu Ali
Hi Bastien, On Sat, 09 Jul 2011 10:44:45 +0200 Bastien b...@altern.org wrote: http://www.kernel.org/pub/software/scm/git/docs/howto/maintain-git.txt Nice read, thanks. I guess the relevance of such a development model mainly depends on how many developers are trying to collaborate,

Re: [O] Inline tasks: tiny export problem

2011-07-10 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: When using italic and bold attributes in the contents of inline task, these are not properly exported. - Org Input: #+begin_src org *** Test - This is out of /scope/. -

Re: [O] Feature request or did I overlook ..

2011-07-10 Thread Rainer Stengele
Am 09.07.2011 23:55, schrieb Bastien: Hi Rainer, Rainer Stengele rainer.steng...@diplan.de writes: Unfortunately I get this no matter on what part of which of the two timestamps I am: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)