Re: [O] how to change the headline starter *

2011-07-17 Thread Achim Gratz
Bastien b...@altern.org writes: Attached is a patch that replaces instances of outline-regexp by org-outline-regexp. It also introduces more harmonization. So that's what you were doing all sunday... ;-) I'd be interesed in hearing about feedback. Looks good, except that Git complains

Re: [O] [HELP} trying to figure out how to figure out?

2011-07-19 Thread Achim Gratz
Matthew Sauer improv.philoso...@gmail.com writes: The points that grabbed my attention are listed here, didn't know exactly how one would go about finding other than going to the line in the files noted? : In org-cycle: org.el:5932:47:Warning: attempt to let-bind constant

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread Achim Gratz
Bastien b...@altern.org writes: #+TAGGROUP: :colour: :red:green: in such a way that: 1. searches for :red: will continue to display entries with :red: 2. searches for :colour: will display entries with :red: and/or :green: Would this be useful already? If I've read the OP correctly,

Re: [O] Makefile restructuring

2011-07-19 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: git remote add -t Makefile remote-tableheadings git://repo.or.cz/org-mode/org-tableheadings.git git fetch remote-tableheadings Makefile:local-Makefile git checkout local-Makefile to get it (change remote-tableheadings and local-Makefile to suit your

Re: [O] calculating column averages follow up

2011-07-23 Thread Achim Gratz
Jude DaShiell jdash...@shellworld.net writes: Thanks, here's what I have now and it almost works. When I add a new line though the averages don't change until I delete the TBLFM: line and the line with the =vmean(@2..-1) formulas on it then key the formulas in again. Then the averages do

Re: [O] Org-Mode Homepage error

2011-07-26 Thread Achim Gratz
Bastien b...@altern.org writes: I fail to understand why an additional div id=preamble should break Sebastian's tool. /mode lazybum For starters, the title now resides in the preamble, but the script looks for it in content. This error is easily fixed, but I don't know if it has further

Re: [O] Generating autoloads for libraries in contrib

2011-07-26 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: suvayu ali fatkasuvayu+li...@gmail.com writes: Does anyone know how to generate autoloads for libraries in the contrib directory? I was hoping generating autoloads would let me remove some of the (require 'library) from my setup. (To satisfy my

Re: [O] Org-Mode Homepage error

2011-07-28 Thread Achim Gratz
Bastien b...@altern.org writes: Mhh... I tried to patch org-info-src.js with this fix, to recompile it (and get org-info.js). I copied the result here: http://orgmode.org/org-info2.js Then setting this path in `org-infojs-options', I tried various ways of getting a working HTML file,

Re: [O] org-open-at-point (C-c C-o) doesn't work anymore

2011-07-29 Thread Achim Gratz
Hsiu-Khuern Tang tan...@gmail.com writes: I haven't found a similar report on the mailing list. Since C-c C-o is quite basic and many people must use it, I'm guessing I'm doing something wrong. Help please? Since you don't really say what you're doing it is hard to tell, but my guess is you

Re: [O] Footnote export to LaTeX wrong number of arguments error

2011-07-30 Thread Achim Gratz
John Hendy jw.he...@gmail.com writes: Any suggestions? I have no idea what's going on... Neither have I, but your example exports OK for me, so I'd venture to guess that your install is incomplete or mixed-up between old and new somehow. Try a 'make clean' and check where Emacs picks up

Re: [O] Footnote export to LaTeX wrong number of arguments error

2011-07-30 Thread Achim Gratz
John Hendy jw.he...@gmail.com writes: ,--- | M-x org-version | Org-mode version 7.5 (release_7.7.23.ge5faa) `--- That is strange, it looks like you've been picking up an old version of org-mode that then finds the git version later on. Anything stick out or suggestions of further checks?

Re: [O] Footnote export to LaTeX wrong number of arguments error

2011-07-30 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: I've done make clean make make doc about 10 times today already, including Achim's suggestion of make cleanall make all autoloads. Just to be clear, the latter suggestion is only needed if you never use make install, which would refresh

Re: [O] Footnote export to LaTeX wrong number of arguments error

2011-07-30 Thread Achim Gratz
John Hendy jw.he...@gmail.com writes: No idea. All I can confirm is that: - git pull - make clean make behaves differently than: - git pull - make clean What is prefix set to in your Makefile? Also, I never posted in response to Jambunathan's request: ,--- | M-: load-path |

Re: [O] [PATCH] Footnote export to LaTeX wrong number of arguments error

2011-07-31 Thread Achim Gratz
compilation). The attached patch seems to correct this for me. From f22e8eb7d7cced676471268a2eb7d69ad8e3e1b8 Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Sun, 31 Jul 2011 10:53:54 +0200 Subject: [PATCH] Prevent runtime error introduced by commit 9ff7f80f51a * lisp

Re: [O] org-open-at-point (C-c C-o) doesn't work anymore

2011-07-31 Thread Achim Gratz
Hsiu-Khuern Tang tan...@gmail.com writes: org-babel-open-src-block-result: Symbol's value as variable is void: org-babel-inline-src-block-regexp Thanks for reporting this. I've just posted a patch in another thread: http://permalink.gmane.org/gmane.emacs.orgmode/45159 As a workaround you can

Re: [O] Org-Mode Homepage error

2011-07-31 Thread Achim Gratz
Bastien b...@altern.org writes: Mhh... I tried to patch org-info-src.js with this fix, to recompile it (and get org-info.js). I copied the result here: http://orgmode.org/org-info2.js That is the same file I have produced myself now. Then setting this path in `org-infojs-options', I

Re: [O] Bug: export failed when using footnotes inside src blocks [7.7]

2011-07-31 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: _Note to self_ : I really wish we can come up with an exporter that exactly matches Org syntax. An element recognized/ignored in Org should be identically recognized/ignored during the export process without resorting to any trick (à la

Re: [O] Error on export to LaTeX

2011-07-31 Thread Achim Gratz
Henri-Paul Indiogine hindiog...@gmail.com writes: I update org-mode daily. Today I encountered a problem that had never happened before during my export to LaTeX 1. C-c C-e l ;; export to LaTeX 2. error appears in messages buffer: Export buffer: Exporting to LaTeX... Recognizing

Re: [O] Fix commit 9ff7f80f51a15c4a3dd2b654f0b08e9e290f5375

2011-08-01 Thread Achim Gratz
Leo sdl@gmail.com writes: I am running org mode from trunk. I am getting this error: Nitpick: there is no trunk. Please apply this patch to fix the bug: This gets rid of the error message, but does not fix the bug, IMHO. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread Achim Gratz
Darlan Cavalcante Moreira darc...@gmail.com writes: I downloaded the script and tried to run it with : ./tomboy2org.pl -help but I got the error message below Can't locate Text/Format.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Achim Gratz
Eric Schulte schulte.e...@gmail.com writes: Julian Gehring julian.gehr...@googlemail.com writes: Symbol's function definition is void: copy-seq. I just pushed up a change which should fix this problem. Please let me know if this error persists. Alternatively, doing an M-x org-reload

Re: [O] Help confirming odt-doc bug (Was Re: [odt] User-visible improvements)

2011-08-06 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: Does anyone else see the reported behaviour with recent LibreOffice builds? The behaviour seems to be the same in LibreOffice3.3.3. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for Waldorf

Re: [O] Org-odt fails to export when inline tasks are present

2011-08-06 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: NOTE TO THE MAINTAINERS: git diff is forcibly creating the first hunk in the attached diff even though I haven't made any modifications as suggested by it. (I think it is getting confused by the presence of the special non-ascii A) There is no

Re: [O] org-sudoku.el

2011-08-09 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: my daughter got stuck with a couple of SUDOKU puzzles during the vacation (where wh had no internet connection), so I hacked a small SUDOKU solver that reads a 9x9 Org table and solves it as a sudoku puzzle. A little silly, but maybe fun for

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-14 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when there are lots

Re: [O] Unwanted newline after \end[verbatim} in latex

2011-08-14 Thread Achim Gratz
Bastien b...@altern.org writes: Sometimes things are easy :) BTW, that was one of these fixes that should probably be applied to maint and then merged into master. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Waldorf MIDI Implementation additional

Re: [O] Bug: export failed when using footnotes inside src blocks [7.7]

2011-08-14 Thread Achim Gratz
Bastien b...@altern.org writes: I suggest you look at EXPERIMENTAL/org-export.el. I see. It parses an Org buffer and store it as a structured list. It's not yet completely syntax aware, but it is a move in the right direction. That looks like a much cleaner approach, but it is as you say,

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: I've been working a new set of modules for Org to make it easy to associate Org entries with data in external systems, such as Redmine, Bugzilla, WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to simplify writing linkup code for

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Achim Gratz
Bastien b...@altern.org writes: Wow, how can someone munge his words so badly? :) In the force if Yoda's so strong, construct a sentence with words in the proper order then why can't he? Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for Waldorf Q

Re: [O] A new module for Org-mode: Org-X

2011-08-16 Thread Achim Gratz
John Wiegley jwieg...@gmail.com writes: The backend gets to define what the parts of an entry are. Some backends will import actual content into the related Org entry, while others will only import a link back to the original content. This is what I would do for a backend that monitors files

Re: [O] Org-Mode Homepage error

2011-08-17 Thread Achim Gratz
version. I've used the latest version of yuicompressor (2.4.6 instead of 2.4.2), but that should not make a difference. Proper patch attached. From 55fd3d1b7f82460e28d8fcc50c6ea0eb41197fef Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Wed, 17 Aug 2011 17:49:56 +0200 Subject

[O] Commit 58f1dbcc Remove version header

2011-08-17 Thread Achim Gratz
Hi Bastien, there are a few diffs in that commit that the Changelog doesn't describe, especially one addition in org-clock.el that you may or may not have wanted to commit. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for KORG EX-800 and

Re: [O] Org-Mode Homepage error

2011-08-17 Thread Achim Gratz
://orgmode.org/ changes here do not affect org-info-js users. Here's the new patch. From 2c962fc8edbec789c7e259d0a334601638755463 Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Wed, 17 Aug 2011 17:49:56 +0200 Subject: [PATCH] Find title differently to allow it to reside in preamble

Re: [O] org-agenda.el acquired a dependency on org-clock.el

2011-08-18 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: (require 'org-clock) in my init file to resolve the dependency, but that feels wrong. It probably is... the three functions should get an autoload cookie, I suppose. Their declaration then deals with the compilation and the autoload in org-install

Re: [O] Keeping an eye on byte-compilation warnings

2011-08-18 Thread Achim Gratz
Bastien b...@altern.org writes: Thanks for the heads up. I'll be more careful about this. In org-fixup-indentation: org.el:7368:32:Warning: reference to free variable `org-property-end-re' In org-set-property: org.el:14316:34:Warning: reference to free variable `fn' Regards, Achim. -- +[Q+

Re: [O] [odt] htmlfontify + Support for src blockfontification

2011-08-18 Thread Achim Gratz
[1] This is more of a backup strategy than anything else. You can delete the patches from the patchwork server if you want to. Your fork on repo.or.cz just needs another branch and you're good to go... no need to commit this to master and easily within reach. Regards, Achim. -- +[Q+

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-19 Thread Achim Gratz
András Major andras.g.ma...@gmail.com writes: This would be most easily done using an sh block which returns a numeric exit code. No one keeps you from using echo $? in the last line of that shell block. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

Re: [O] Git merge tool for Org files

2011-08-20 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: One of the obstacle for using Org-mode for collaborative programs is that many operations add or remove text from the beginning or end of a file, or which add or remove a subnode from an outline tree. On of the things that I think would be

Re: [O] indenting nested TODOs in agenda views

2011-08-22 Thread Achim Gratz
Olivier Schwander olivier.schwan...@chadok.info writes: * Garden ** TODO Cut the flowers * Home ** TODO Cut the flowers Tagging the parent should work, I think. --8---cut here---start-8--- * House

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-23 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: If the shell is a special case for babel anyway, why not something like the following? Ehm, no. But I think that it would be generally useful (not just for shell blocks) to be able to capture stderr, either together with stdout or separately

Re: [O] Bug: named columns in tables not working if name contains _

2011-08-23 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: The only characters permitted are alphanumerics. That can probably be easily relaxed. Only if you don't want to have _underlined_ still working and perhaps never use calc on that table. The problem with simple syntax is that the quoting rules become

Re: [O] LaTeX export of lists

2011-08-24 Thread Achim Gratz
Eric S Fraga e.fr...@ucl.ac.uk writes: Latex does have the concept of lists within paragraphs in that paragraph boundaries are defined by blank lines. So, if you have a begin{itemize}...end{itemize} with no blank lines before and after, the list implicitly is part of the enclosing paragraph.

Re: [O] problem with find-file in --eval from command line

2011-08-24 Thread Achim Gratz
Herbert Sitz hs...@nwlink.com writes: In Linux I'm not sure how to do the quoting. I tried this: --- emacs --eval ( find-file /home/somefile.org ) Provided you don't use any completely exotic shell, that is what Emacs gets to see: ( find-file /home/somefile.org ) And I get the error:

Re: [O] Blog-like sitemap for org-publish

2011-08-24 Thread Achim Gratz
Jon Anders Skorpen jasko...@mindmutation.net writes: Yes. Here is a link to a test blog with some test posts, and one real post in norwegian. http://beta.mindmutation.net Looks good, but is not yet valid XHTML1.0 strict. :-) Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

Re: [O] git diff: hunk header config

2011-08-24 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: For .git/config I am not sure if it can be made a versioned git repo element. If not, I don't know how it can become part of the transfer during git pull which it should be in any case. Proposal for the content (changed from first post): You

Re: [O] agenda: void: category-pos

2011-08-25 Thread Achim Gratz
Bastien b...@altern.org writes: This should be fixed -- please confirm. Nick, thanks for the patch, I pushed a more complete one. The byte compiler still complains about this: In org-search-view: org-agenda.el:3944:48:Warning: assignment to free variable `category-pos'

Re: [O] problem with find-file in --eval from command line

2011-08-26 Thread Achim Gratz
Eric S Fraga e.fr...@ucl.ac.uk writes: The even simpler solution worked for me: emacs --eval '(find-file /home/somefile.org)' ...as I had already said (this also has the charm of working in other shells, like tcsh). with bash (4.1-3) on Debian Linux (testing+unstable). Not sure why

Re: [O] git diff: hunk header config

2011-08-27 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: Thanks for the clarification. Because I didn't expect this at all it took me some time to understand that a local config affects also the diffs already committed, not only git diff of uncommitted changes. Git doesn't commit diffs, which is why

Re: [O] Bug: failed latex-export [7.7]

2011-08-27 Thread Achim Gratz
Oliver Gerlach o.gerl...@googlemail.com writes: I expect a complete tex file without this bug message: Export buffer: Exporting to LaTeX... org-export-latex-subcontent: Symbol's function definition is void: nil Auto-saving... Mark set Do you have some suggestions what to do? I cannot

Re: [O] disable org-decrypt: auto-save-mode may cause leakage

2011-08-28 Thread Achim Gratz
Pieter Praet pie...@praet.org writes: Apparently not config-related. So it does happen with just emacs -Q? I cannot reproduce this. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Wavetables for the Waldorf Blofeld:

Re: [O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread Achim Gratz
Piter_ x.pi...@gmail.com writes: I am not sure this is the best place to ask but I will give it a try. I am exporting my thesis from orgmode to latex. Than I go in this way dvi - ps - pdf. I cant do text search in generated file and acrobat reader annotate tool does not work properly on it.

Re: [O] Collapsing tracked time?

2011-09-17 Thread Achim Gratz
Steinar Bang s...@dod.no writes: - My emacs23 org-mode doesn't have the CLOCK_INTO_DRAWER property, and setting the LOG_INTO_DRAWER property on a subtree to t and always (the values I tried) didn't have any effect on clocking That particular asymmetry has been removed in a later

Re: [O] rst-mode tables

2011-09-21 Thread Achim Gratz
Andrea Crotti andrea.crott...@gmail.com writes: Didn't know about that, thanks! It's not, however, as convenient as org-mode tables are unfortunately... Which is why you can switch between table.el and org tables with C-c C-c (to recognize an existing table) and then C-c ~ to convert it between

Re: [O] ODT image export

2011-09-21 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: I work on a Windows machine. You seem to be using Linux. May be it is not soffice but soffice.bin. Try creating a symlink between the two names and see if the problem goes away. There is an soffice.bin on Linux, but you cannot or should not call it

Re: [O] [PATCH] Modifications to enable test script to run with emacs-23 and emacs-22

2011-09-26 Thread Achim Gratz
Eric Schulte schulte.e...@gmail.com writes: Hmm, the problem could be on my end. I manually copy and paste inline patches into files (I never found out how to write an inline attachment to a file with gnus), so it is possible that I am breaking commit messages during that step. I'll look

Re: [O] Read-only Cloning Worg Error

2011-09-27 Thread Achim Gratz
Nathan Neff nathan.n...@gmail.com writes: The instructions say to clone http://repo.or.cz/r/Worg.git While correct, unless you are forced to use HTTP due to a paranoid firewall, it would actually be better to clone from: git://repo.or.cz/Worg.git You'll transfer a lot less data when using the

Re: [O] small docstring typo in org-clone-subtree-with-time-shift

2011-09-29 Thread Achim Gratz
Brian van den Broek brian.van.den.br...@gmail.com writes: I suspect that the optimal way is to generate a patch against the documentation. If that's right and someone would point me to what I'd need to read to learn how to do so (I've never produced a patch before), I'd be happy to learn and

Re: [O] [contacts] No completion in Gnus

2011-10-05 Thread Achim Gratz
Thorsten quintf...@googlemail.com writes: Thats the culprit - I use Emacs 23.1.1, and it seems that variable completion-at-point-functions has been added to Emacs just recently with version 23.2. So I have to update my Emacs - should I go for Emacs 24 right away, or is that to early? The

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-06 Thread Achim Gratz
Brian van den Broek brian.van.den.br...@gmail.com writes: It wouldn't stun me were orgmode already able to do what I have in mind, but trying it and consulting the fine manual didn't suggest that it does. [snip] I'm not exactly sure what you are trying to achieve, but it seems that you could

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Achim Gratz
Darlan Cavalcante Moreira darc...@gmail.com writes: It would be nice if org had a begin_tikz block. This block could either create a PDF file or include the tikz code directly in the latex file when exporting to latex (or PDF), and create an SVG file when when exporting to HTML. Of course this

[O] missing autoload cookies for defcustom?

2011-10-09 Thread Achim Gratz
While playing aroud with different configurations I've noticed that you can't customize some variables unless you've loaded org first and then used a function from the file where they are defined. It's of course a bit difficult to know which function to use or file to load when all you want to

Re: [O] missing autoload cookies for defcustom?

2011-10-09 Thread Achim Gratz
Carsten Dominik carsten.domi...@gmail.com writes: This is not correct for Org when it is distributed with Emacs. Emacs builds its own autoload files, and it would pull in all these defcustoms. I see, so what about those autoloaded defcustoms org-mode already has picked up? Should they not be

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Achim Gratz
Gerrard McNulty gerrard.mcnu...@gmail.com writes: Here's what I get when I follow those instructions: Library is file ~/.emacs.d/elpa/org-20111008/org-table.elc Library is file ~/.emacs.d/elpa/org-20111008/org-macs.elc Did you perhaps have an earlier version of org-mode installed without

Re: [O] Feature idea: show last log entry

2011-10-12 Thread Achim Gratz
Dave Abrahams d...@boostpro.com writes: Generally I'm interested in keeping log entries for my Org items for historical purposes only (so I like to stash them away in a :LOGBOOK: drawer), but on a day-to-day basis I'm interested in the very latest log entry; it tells me about the status of the

[O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
Recently the byte compiler has become increasingly dissatisfied with the orgmode code again... :-) Emacs24 complains about these: In org-agenda-get-blocks: org-agenda.el:5434:42:Warning: assignment to free variable `category-pos' org-agenda.el:5434:20:Warning: reference to free variable

Re: [O] Byte compiler warnings

2011-10-22 Thread Achim Gratz
Hi Bastien, thanks for fixing. I've just pulled again. In org-agenda-get-blocks: org-agenda.el:5434:42:Warning: assignment to free variable `category-pos' org-agenda.el:5434:20:Warning: reference to free variable `category-pos' I just fixed this. I'm still getting the same error with

Re: [O] git describe in version of info file with make info_git_describe

2011-10-26 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: There has not yet been any review or comment on the changes in the Makefile and in UTILITIES/set-version.pl. I would be happy if these parts could be reviewed too. The set-version.pl file may be obsolete (perl is still required), there is no

Re: [O] Patch: Mark org-diary-class as obsolete and skip entries on holidays in org-class

2011-10-27 Thread Achim Gratz
This change introduced a new warning: In end of data: org-agenda.el:8536:1:Warning: the function `calendar-check-holidays' is not known to be defined. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for Waldorf Blofeld V1.15B11:

Re: [O] git describe in version of info file with make info_git_describe

2011-10-28 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: If set-version.pl would be obsolete my patch would be much shorter and I would use something even more portable than perl to change the version in /tmp/org.texi like the POSIX/SUS ed command, used inline in the Makefile. Would you agree? I

Re: [O] Makefile restructuring

2011-10-28 Thread Achim Gratz
Is someone still tracks this thread: I'm still working on the fork, recent changes have been the elimination of the dependencies. I've found no simple way to automatically generate them and even then it would have been really difficult to keep Emacs from picking up stale byte-compiled files.

Re: [O] git describe in version of info file with make info_git_describe

2011-10-30 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: Is it possible with your current make info to get an info file without git describe for a release like ELPA when made from within a git repo Why should the git-describe info not be part of the ELPA tarball? If there is a good reason not to

Re: [O] Makefile restructuring

2011-10-30 Thread Achim Gratz
Michael Brand michael.ch.br...@gmail.com writes: I have looked into your branch only now. I think it is uncommon for Makefiles how clean they look now and I appreciate how the Makefile has been split up plus one is in doc/ and one in lisp/, that there are no explicit xy.el any more and so on.

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Achim Gratz
Marcelo de Moraes Serpa celose...@gmail.com writes: I just bought a scanner and started to scan important documents as a backup, and archiving them with meaningful metadata in orgmode files. Then a question came to mind - what dpi to use? I'm not really savvy when it comes to scanning or

Re: [O] Makefile restructuring

2011-11-06 Thread Achim Gratz
Recent changes in my Makefile fork: org-version has been changed to always get the version information from org-install.el. This way, there is no need to invoke a shell in org-version or to keep any version information in org.el. Additionally org-version checks where it finds org-install.el and

Re: [O] Makefile restructuring

2011-11-06 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: FYI, if Org is insalled through the package manager there is no org-install.el. Package manager creates autoloads on it's own and names it org-autoloads.el. I believe, for most part, org-install and org-autoloads have the same functionality. Then

Re: [O] Makefile restructuring

2011-11-08 Thread Achim Gratz
A more complete recipe for setting up a tracking branch to a remote branch in git (assuming you've already cloned orgmode.git locally and have a clean working directory): $ git remote add -t Makefile remote-tableheadings git://repo.or.cz/org-mode/org-tableheadings.git $ git fetch

Re: [O] Makefile restructuring

2011-11-08 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: A more complete recipe for setting up a tracking branch to a remote branch in git (assuming you've already cloned orgmode.git locally and have a clean working directory): ...which doesn't really work since I did a few experiments in the clone and messed

Re: [O] Makefile restructuring

2011-11-08 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: If we reconcile what happens here with what is done in Makefile, may be we can uncover why certain macros in org-macs.el doesn't propagated to some set of files. If byte-compile-directory is available in all versions of Emacs, then I could certainly

Re: [O] Makefile restructuring

2011-11-13 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: If byte-compile-directory is available in all versions of Emacs, then I could certainly use it in the Makefile. Not sure if I can get to it before the weekend, but I will try it out soon-ish. I've pushed a change to my Makefile fork that uses batch-byte

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Achim Gratz
Holger Hoefling hhoef...@gmail.com writes: I have a problem/request for org-mode and was looking for help. I am using org-mode to write source code files and tangle them out. I want to compile them using make. My problem now is that org-mode overwrites the old files every time I tangle them

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Achim Gratz
Eric Schulte schulte.e...@gmail.com writes: I think the best approach in this case would be to tangle each file out to a temporary buffer, and then just before exiting the tangle function the content of these temporary buffers could be checked against the files on disk, and only those buffers

Re: [O] Org from ELPA question

2011-11-24 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: Filed as an umbrella bug - http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10125. I believe both the reason and the cure you suggest there are not entirely correct, even though it might be generally nice to be able to specifiy the order of things. I

Re: [O] CLOCKS drawer not behaving like a drawer on Windows emacs 23.2

2011-11-30 Thread Achim Gratz
Steinar Bang s...@dod.no writes: And when clocking in on an item, a :CLOCKS: drawer is created under that item. By default it would clock into LOGBOOK. If you define a CLOCKS drawer, then you need to make that known to org-mode as a valid drawer (either globally with org-drawers or file-local

Re: [O] Batch export to html

2011-12-08 Thread Achim Gratz
Vikas Rawal vikasli...@agrarianresearch.org writes: I would like to export an org file to html using a batch command. This is the command I tried. emacs --batch --load=$HOME/lisp/org-7.01/lisp/org.el --eval (setq org-export-headline-levels 1) --visit=$HOME/file.org --funcall

Re: [O] Worg migration complete

2011-12-10 Thread Achim Gratz
Bastien b...@altern.org writes: We also migrated all public keys from repo.or.cz to orgmode.org: so people who had push access to Worg can push without bothering about sending their public key again. Just do: ~$ git clone w...@orgmode.org:worg.git That does not seem to work for me, how to

Re: [O] Worg migration complete

2011-12-10 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: ... but then you'll encounter problems when you try to push, right? Yes. It's sorted now, thanks to Jason. First there was some bogus newlines in the authentication file of the server, so some keys were not recognized. The remote to push to must be

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Achim Gratz
Bastien b...@altern.org writes: Yes. `org-table-transpose-table-at-point' is now part of Org's core. There's one thing to take care of, though: In org-table-transpose-table-at-point: org-table.el:1774:33:Warning: function `remove-if-not' from cl package called at runtime Regards, Achim.

Re: [O] Refresh of http://orgmode.org

2011-12-13 Thread Achim Gratz
Bastien b...@altern.org writes: http://orgmode.org I think ever since the server moved the favicon has been missing. Could it be added back, please? Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for Waldorf rackAttack V1.04R1:

Re: [O] Refresh of http://orgmode.org

2011-12-13 Thread Achim Gratz
Bastien b...@altern.org writes: Done - please confirm. Requesting /favicon.ico succeeds, but gets me a file that is exactly 0 bytes. Asking for /org-mode-unicorn.ico gets a file that contains the following text: HTTP/1.1 200 OK Date: Sun, 02 Jan 2011 14:48:25 GMT Server: Apache Last-Modified:

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-14 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: I pushed one more fix which does a (require 'htmlfontify nil t) instead of (require 'htmlfontify). Requiring htmlfontify seems to spawn a shell while byte-compiling (I've not looked further into why it would do this). That makes is a bit difficult

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-16 Thread Achim Gratz
Dave Marquardt davem...@us.ibm.com writes: +# Where etc files go. +etcdir= $(prefix)/share/emacs/etc That should better be $(lispdir)/etc or $(lispdir)/../etc — at least those two are the only places that org-odt.el currently searches. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] Makefile restructuring

2011-12-16 Thread Achim Gratz
Some recent changes to this fork: - integrated the etc/ directory for Jambunathans ODT exporter - allow for optional local customization (local.mk) in lisp/ and /etc - use byte-recompile-directory by default (much faster and closer to what package manager does); always make clean and remove

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 22.12.2011 02:35, schrieb Takaaki ISHIKAWA: 1. When I just type make, I find a fatal error message: Not a git repository (or any parent up to mount parent ) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Just make doesn't work anymore (it displays a usage

Re: [O] Please test the new Makefile

2011-12-22 Thread Achim Gratz
Am 21.12.2011 19:47, schrieb Bastien: Things are fine here, you should be safe. The purpose of the test is to make sure `make make install' do the right thing in various setups. Actually, that should be make all make install or (under Unixoid system and running as a normal user): make

Re: [O] Please test the new Makefile

2011-12-27 Thread Achim Gratz
Am 26.12.2011 05:58, schrieb Takaaki ISHIKAWA: I think many Org users are familiar to the previous installation procedure by make not make all, and some users wrote it in their blog, Org manual [*1] too. Yes, the manual would need to be changed in any case. The semantics of some targets

Re: [O] Location of OpenDocument style files should be configurable

2011-12-29 Thread Achim Gratz
Am 29.12.2011 12:24, schrieb Ulrich Mueller: Now org-odt.el currently defines org-odt-styles-dir in a defconst, and it searches only in ../etc/styles/, ./etc/styles/, and ./etc/org/ relative to lispdir. Obviously it cannot find the files in the Gentoo location. IMHO, an _installed_ org mode

Re: [O] Location of OpenDocument style files should be configurable

2011-12-30 Thread Achim Gratz
Am 29.12.2011 17:06, schrieb Jambunathan K: Side Note: I am little bit hesitant to make org-odt-styles-dir a defcustom. Already there are defcustoms for org-export-odt-styles-file and org-export-odt-content-template-file and making org-odt-styles-dir will add needless confusion to the users.

Re: [O] Please test the new Makefile

2012-01-02 Thread Achim Gratz
I've implemented a few improvements in my fork that should take care of most issues raised in recent discussions: - default target is now all instead of help - make does not complain when not inside a Git tree - all installations prefixed with $(DESTDIR) to allow for staged installation -

Re: [O] Location of OpenDocument style files should be configurable

2012-01-02 Thread Achim Gratz
Jambunathan K kjambunat...@gmail.com writes: I have pushed a fix so that make install will do the right thing. Package maintainers have to modify just the $(lispdir) and $(datadir) vars in the Makefile. (Hopefully) They don't have to do anything special at all. You may also want to read the

Re: [O] Please test the new Makefile

2012-01-03 Thread Achim Gratz
Rebased to 7.8.03. Achim Gratz strom...@nexgo.de writes: I'm uncertain about the integration of the ODT exporter (although it works on my machine): it seems that the schema files should reside in etc/schema (and ETCDIR should include schema on install)? I went ahead and moved the schema dir

  1   2   3   4   5   6   7   8   9   10   >