Hi Bastien
At Thu, 07 Jul 2011 17:32:44 +0200,
Bastien wrote:
> :
> SAKURAI Masashi 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 understand exactly
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
>
Hi Jude,
Jude DaShiell 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 is tried and neither
Hi Masashi,
SAKURAI Masashi writes:
> I merged and pushed it to master branch.
thanks a lot!
--
Bastien
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-i
I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul
2011, Nick Dokos wrote:
> Jude DaShiell 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 and tells you t
Hi Jude,
Jude DaShiell 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 - only change th
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.
Hi Jude,
Jude DaShiell 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 and Nick, can I safe
Bastien 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 and I'll submit
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 is essentially replaced by " with a bunch of leading and trailing stuff.
#+begin_src emacs-lisp
(lambda ()
(sav
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_s
> #+begin_src emacs-lisp
> (defcustom org-export-html-content-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.
Jamb
Bastien wrote:
> Hi Jude,
>
> Jude DaShiell 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 conf
Nick Dokos 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 reason for introd
Achim Gratz 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 more easily. Let
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. So
Hi Bastien,
> Joost Kremers 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 just upgrade
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) :
,
| (defu
Marcus Klemm 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 idea, cause in org y
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
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
combina
Eric S Fraga writes:
> 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 the user, or pretend the
>> user sa
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 (+
Neeum Zawan writes:
> Eric Schulte 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 with the new
>> code.
>>
>> We ran i
Hello Tassilo,
Tassilo Horn 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 | for another row etc..
> You don't want to have to insert unicode characters there.
You are right, it would not be enough to s
>
> On Sun, Mar 27, 2011 at 4:28 PM, Jambunathan K 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 above
>>
Hi Bastien,
On Sat, 09 Jul 2011 10:44:45 +0200
Bastien 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, and at what
Hello,
"Sebastien Vauban"
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/.
>
> - That *maybe*.
> *** END
>
Am 09.07.2011 23:55, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele 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)
>> org-clock-timestamps-change(up)
>> org
Achim Gratz 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 more easily. Let
Am 10.07.2011 00:29, schrieb Bastien:
> Hi Frederik,
>
> Frederik writes:
>
>> I experience some problems when exporting clipped tables to LaTeX:
>> The text in the fields doesn't get properly expanded, the `=>' is not
>> removed.
>
> thanks for reporting this -- should be fixed now.
>
> Best,
32 matches
Mail list logo