Re: [O] renaming of ob-sh to ob-shell

2014-02-01 Thread Nicolas Richard
Thorsten Jolitz tjol...@gmail.com writes: I meant ,- | (provide 'ob-sh) | (provide 'ob-shell) `- of course ... I guess that that would indeed avoid loading an older ob-sh.el. Perhaps together with something like (mapc (lambda (x) (when (member

[O] bug#16265: 24.3.50; re-search-forward (error Invalid search bound (wrong side of point))

2014-01-01 Thread Nicolas Richard
Keith David Bershatsky e...@lawlist.com writes: Yes, `(setq-default cache-long-scans nil)` does indeed fix the problem. Great. As I said I must give up here, because I don't know what to do at this point ; but I can dig further if someone tells me what I'm looking for, or what is to be done.

[O] bug#16265: 24.3.50; re-search-forward (error Invalid search bound (wrong side of point))

2013-12-31 Thread Nicolas Richard
Le 28/12/2013 21:44, Keith David Bershatsky a écrit : This example demonstrates the problem caused when `org-capture` damages the line numbers in the `org-agenda-files`, making it impossible to go to the bottom of the buffer with (goto-char (point-max)) -- consequently, re-search-backward

[O] bug#16265: 24.3.50; re-search-forward (error Invalid search bound (wrong side of point))

2013-12-31 Thread Nicolas Richard
Nicolas Richard theonewiththeevill...@yahoo.fr writes: I'll bisect this (I tested 24.3, it works there) and post the result bisection is done. # first bad commit: [f56f1e3993fd79240e03666cf8390f489b4a2435] Switch cache-long-scans to t by default. and indeed, running emacs -Q --batch --eval

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-02 Thread Nicolas Richard
Alexander Baier lexi.ba...@gmail.com writes: (setq backup-by-copying t ; don't use symlinks Thanks for sharing your setup, I think I'll use a similar one. Just a comment though on the above line : that comment is misleading because emacs is not going to make a backup by making a symlink

Re: [O] Opening an Org file slowed down

2013-11-28 Thread Nicolas Richard
Achim Gratz strom...@nexgo.de writes: I've had a brief look at this. It seems that some of the differences are due to elp instrumenting a much larger range of functions when org-mode has already initialized vs. when only org-version had been called. Once that is out of the equation, there

Re: [O] Opening an Org file slowed down

2013-11-27 Thread Nicolas Richard
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: 2) choice: - for quadratic do: M-x org-mode - for linear do: M-x org-version Can you show the output of M-: (insert (mapconcat #'car load-history \n)) in each case ? It will output the list of loaded files, which hopefuly

Re: [O] Opening an Org file slowed down

2013-11-27 Thread Nicolas Richard
Michael Brand michael.ch.br...@gmail.com writes: On Wed, Nov 27, 2013 at 12:27 PM, Nicolas Richard M-: (insert (mapconcat #'car load-history \n)) It shows a difference, see attachements. It seems from my own tests that in the `org-version' case, org-element is in fact not used. Example

[O] [patch] Bug: docfix [8.0.7 (release_8.0.7-437-g927c0e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-11-22 Thread Nicolas Richard
9a82a6b1fe29a936f7ed73fe7bb46464fa17800f Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Thu, 7 Nov 2013 09:15:36 +0100 Subject: [PATCH 1/2] Remove old comment The comment was introduced (in git) at commit 4be4c56239c224094e717dcd57068f58f99c2dfc ; it refers

[O] Bug: Prettier keybinding descriptions for orgtbl-mode [8.0.7 (release_8.0.7-437-g927c0e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-11-22 Thread Nicolas Richard
-g927c0e @ /home/youngfrog/sources/org-mode/lisp/) From 08bbff5e2ce6b6b9d750b0a9319701a2eecd45bd Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Tue, 12 Nov 2013 09:02:23 +0100 Use key-description on the keys mentionned by the functions defined by `orgtbl-mode

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-24 Thread Nicolas Richard
Tor Eriksson teriksson2...@gmail.com writes: I have the impression that this behaviour of all files not being correctly added to the org-agenda-files started when I chose the option R[emove] file from org-agenda-files proposed by org. This occured when org tried to build the agenda but

Re: [O] Problem with automatic recursive adding of org-agenda-files

2013-10-23 Thread Nicolas Richard
Eric Abrahamsen e...@ericabrahamsen.net writes: FWIW, I don't even have a `find-lisp-find-files' function in my installation (GNU Emacs 24.3.1). Even if you eval (load-library find-lisp) ? It's built-in for me on GNU Emacs 24.3.1 too. -- Nico.

Re: [O] Drag images from Firefox to org-mode

2013-10-20 Thread Nicolas Richard
Oleh ohwoeo...@gmail.com writes: This can be fixed with a platform-aware function that checks both the clipboard and the cut-buffer. I suggest to ask for a string with (read-string URL: nil nil default), offering the content of the clipboard/kill ring/selections as the DEFAULT. I think it's

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
Oleh ohwoeo...@gmail.com writes: I tried before url-retrieve, but it was giving me some garbage in addition to the image. But if I figure it out, I could add url-retrieve as the third custom method. If the garbage is the HTTP headers, then that problem is solved in Rick Frankel's code. If

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
Le 18/10/2013 12:04, Oleh a écrit : I've just tested Rick Frankel's code, and I got a broken jpg (it's half green and distorted). It appears so it org-mode inline and in eog, but it displays properly in its own Emacs buffer. Looks like it needs more work. Could you please put the link and

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
Oleh ohwoeo...@gmail.com writes: I've just tested Rick Frankel's code, and I got a broken jpg (it's half green and distorted). It appears so it org-mode inline and in eog, but it displays properly in its own Emacs buffer. Looks like it needs more work. Perhaps you could test this version

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
[re-adding emacs-orgmode@gnu.org to cc, I don't know when it got lost] Le 18/10/2013 12:44, Oleh a écrit : I attach the downloaded google logo. Thanks. diffing them, it looks pretty much like an encoding problem. I just tried your code and it works fine for the same image. Did you try the

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
Rick Frankel r...@rickster.com writes: Le 18/10/2013 12:44, Oleh a écrit : I attach the downloaded google logo. I missed an email here... can you send me the url to the image you are having problems with? I received it by email, here it is : http://cjoint.com/13oc/CJsrG1j2Szg.htm Note that

Re: [O] Drag images from Firefox to org-mode

2013-10-18 Thread Nicolas Richard
Rick Frankel r...@rickster.com writes: On 2013-10-18 01:29, Nicolas Richard wrote: Rick Frankel r...@rickster.com writes: One small problem, should be =(1+ (point))=, as the above leaves a blank newline at the head of the jpg, making it invalid. Oops, yes [Initially I had (search-forward

Re: [O] Drag images from Firefox to org-mode

2013-10-17 Thread Nicolas Richard
Carsten Dominik drostekirs...@gmail.com writes: does anyone know how general this code is? Does it works on different operating systems? We might want to include this into the Org core. Since it is based on dnd, and since the documentation of dnd reads: ;; This file provides the generic

Re: [O] Drag images from Firefox to org-mode

2013-10-17 Thread Nicolas Richard
Rick Frankel r...@rickster.com writes: On 2013-10-17 08:43, Nicolas Richard wrote: Carsten Dominik drostekirs...@gmail.com writes: does anyone know how general this code is? Does it works on different operating systems? We might want to include this into the Org core. Since it is based

Re: [O] Drag images from Firefox to org-mode

2013-10-17 Thread Nicolas Richard
Rick Frankel r...@rickster.com writes: One small problem, should be =(1+ (point))=, as the above leaves a blank newline at the head of the jpg, making it invalid. Oops, yes [Initially I had (search-forward \n\n), which worked fine,... then changed my mind and didn't test. Silly me.] Your code

Re: [O] org-debbugs.el

2013-10-11 Thread Nicolas Richard
Michael Albinus michael.albi...@gmx.de writes: Michael Albinus michael.albi...@gmx.de writes: Hi, If the org-mode maintainers find this package useful, it could be added to the contrib directory. Still no response from the maintainers. Before I continue to invest into this package, I

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Nicolas Richard
Hello Joseph, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: #+begin_equation \label{ECQ} \neg A , A \vdash B \tag{ECQ} #+end_equation IIUC, auckeys mode is not meant to insert latex constructs in org mode, but to get an org equivalent or org-like effect for a given key chord.

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
AW alexander.will...@t-online.de writes: How can I get it switched on in every org-buffer automagically? You can do this : (add-hook 'org-mode-hook 'org-auctex-keys-minor-mode) -- Nico.

Re: [O] AUCTeX key bindings within Org documents

2013-10-02 Thread Nicolas Richard
Marcin Borkowski mb...@wmi.amu.edu.pl writes: C-c C-c was my idea - but now I've read this, I agree, this might be not a brilliant one. OTOH, C-c C-e got rebound to org-auckeys-environment... Dunno. Could trigger export in org-ctrl-c-ctrl-c-final-hook, i.e. if nothing else worked. -- Nico.

Re: [O] Feature request: info-org-manual

2013-09-28 Thread Nicolas Richard
Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Sat, Sep 28, 2013 at 11:53:30AM +0200, Marcin Borkowski wrote: there is the info-emacs-manual, bound to C-h r. Why not introduce info-org-manual, like this: I'll play the Devil's advocate, there are many emacs packages with info

Re: [O] AUCTeX key bindings within Org documents

2013-09-27 Thread Nicolas Richard
Hello Fabrice, Fabrice Niessen fni-news-TA4HMoP+1wHrZ44/dzw...@public.gmane.org writes: Due to a friend's request, I've tried to offer AUCTeX key bindings within Org documents via a minor mode, called org-auctex-keys. I checked that out because I often find myself doing C-c C-e while in

Re: [O] C-u C-u C-c ! inserts an active timestamp.

2013-09-23 Thread Nicolas Richard
Carsten Dominik carsten.domi...@gmail.com writes: Applied I noticed that the whole mail went into the commit msg (commit 12de6223dcd736c0958eca874def052b407ff5d1) ; did I send the patch incorrectly ? I used git format-patch then inserted the result at the end of the email I wrote. The page

[O] C-u C-u C-c ! inserts an active timestamp.

2013-09-16 Thread Nicolas Richard
I suggest the following change so that C-u C-u C-c ! inserts an inactive timestamp. I also document the INACTIVE argument of org-time-stamp. -- Nicolas. From 5cdb18297d92f2d99334d98aa2f3b8a40e44702f Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Mon, 29 Apr

Re: [O] Bug: [bisected] font locking breaks by saying #+SETUPFILE [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-09-03 Thread Nicolas Richard
Le 03/09/2013 15:38, Bastien a écrit : Nicolas Richard theonewiththeevill...@yahoo.fr writes: First I mention that I forgot to say this was reproducible from -Q. Can anyone double-check if there are still problems in this area? See Nicolas original bug report here: http

Re: [O] Loading several latex classes for ox-latex

2013-07-10 Thread Nicolas Richard
Julien Cubizolles j.cubizol...@free.fr writes: I tried the following: --8---cut here---start-8--- (eval-after-load 'ox-latex (progn '(add-to-list 'org-latex-classes '(mpsi_beamer \\documentclass{mpsi_beamer}\n [NO-DEFAULT-PACKAGES]

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-04 Thread Nicolas Richard
Ian Barton li...@wilkesley.net writes: I used to use Dropbox and git. However, as you have found I often got Conflicted Files. This is a particular problem if it happens in your .git folder, because it can lead to a corrupt git repo. Even though I have a remote git repo, this still lead to

Re: [O] How to let Org Agenda search all files in a directory *recursively* ?

2013-06-27 Thread Nicolas Richard
chris numbch...@gmail.com writes: How to Let [C-c a] to search over all files in a directory *recursively* ? AFAIK, there's no built in way. Applying the following patch to the function org-agenda-files gets you there, but it's not clean at all, and certainly very unefficient :

Re: [O] How to let Org Agenda search all files in a directory *recursively* ?

2013-06-27 Thread Nicolas Richard
da...@adboyd.com (J. David Boyd) writes: Huh, when I set my org-agenda-files to ~/org/, and have TODO files in ~/org/home and ~/org/work, and press C-c a a, it loads all the todo file, recursed down to all the subdirectories. However, and this is strange, after it loads them all up, it

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-26 Thread Nicolas Richard
Nicolas Richard theonewiththeevill...@yahoo.fr writes: I just noticed this thread, which i think reports exactly the issue I reported here [this thread was before, but the title didn't catch my eyes -- sorry about that] 87zjuv2r79@yahoo.fr and more or less fixed here 87bo7ati0m

[O] Bug: (bisected) org-meta-return makes an error at end of a buffer [8.0.3 (release_8.0.3-239-g269c5f @ /home/youngfrog/sources/org-mode/lisp/)]

2013-06-25 Thread Nicolas Richard
Hello, Evalling (progn (switch-to-buffer org-test.org) (org-mode) (insert * good day\n) ; no \n implies no error. (setq debug-on-error t) (org-meta-return)) makes an error git bisect says: , | 3c933adaf627bc8a58cfefb62ff0f2d5df640673 is the first bad commit ` That commit

Re: [O] minor mode recentf: show only *.tex and *.org files?!

2013-06-25 Thread Nicolas Richard
AW alexander.will...@t-online.de writes: I'm using the minor mode recentf to get a list of recently opened files. But the list is cluttered with files like *.out, *.log and whatever. Variable recentf-exclude is the answer. I have this : (setq recentf-exclude '(

Re: [O] minor mode recentf: show only *.tex and *.org files?!

2013-06-25 Thread Nicolas Richard
Le 25/06/2013 14:30, AW a écrit : (setq recentf-exclude '( /diary[0-9]\{4\}[a-zA-Z]\{2,4\}$ )) You have to double the backslashes. Reason is that when lisp reads the string, it translates it into /diary[0-9]{4}[a-zA-Z]{2,4}$ which is not the regexp you want. -- Nico.

Re: [O] minor mode recentf: show only *.tex and *.org files?!

2013-06-25 Thread Nicolas Richard
AW alexander.will...@t-online.de writes: I get lots of lines like c:/Users/aw/AppData/Local/Temp/diary1234ABc , despite duplication of backlashes. As you noticed in your next mesasge, you should activate recentf only after setting this variable. Alternatively, you can call (recentf-cleanup)

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-25 Thread Nicolas Richard
Bastien b...@altern.org writes: John Hendy jw.he...@gmail.com writes: Just wanted to follow up on this. I haven't been using =C-a s= a ton so it drifted off my radar, but recently needed to use it a lot and noticed this was still persisting. ... it's still on my radar too, I've just been

[O] [PATCH] * lisp/org.el (org-scan-tags): do not impose a value of case-fold-search on the user

2013-06-21 Thread Nicolas Richard
Luator in the Contacts buffer, although case-fold-search is set to t for me. I think it's an org-mode bug in fact ; I suggest the following : From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Wed, 5 Jun 2013 15:02:37 +0200 --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [O] Bug: [bisected] font locking breaks by saying #+SETUPFILE [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-06-13 Thread Nicolas Richard
Hi all, First I mention that I forgot to say this was reproducible from -Q. Nicolas Richard theonewiththeevill...@yahoo.fr writes: I've had such a line in one of my org file for one year now, and it used to work fine, but I have to catch my train right now so can't debug further atm. Maybe

[O] Bug: font locking breaks by saying #+SETUPFILE in the middle of a line [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-06-12 Thread Nicolas Richard
Hi all, Consider the following testing.el #+BEGIN_SRC emacs-lisp (setq inhibit-splash-screen t) (add-to-list 'load-path ~/sources/org-mode/lisp/) (let ((org-agenda-files '(testing.org))) (org-agenda-list)) #+END_SRC and the following testing.org #+begin_src org ,* Heading On

Re: [O] lazy command request

2013-06-04 Thread Nicolas Richard
42 147 aeus...@gmail.com writes: So I see precisely where my headline is in the hierarchy. What is the key combination to produce this information? Very useful, because I hide stars. My guess is that you have speedkeys enabled, and you hit SPC at beginning of a headline. See (info (org) Speed

Re: [O] How to set C-o back to open-line?

2013-05-17 Thread Nicolas Richard
Christopher Allan Webber cweb...@dustycloud.org writes: Hm, alright. Sadly there seems to be no way to change the key (very un-emacs like?) That was answered by Nick Dokos ; use : (define-key org-mode-map [remap open-line] nil) (btw, why does org use remap here is a mystery to me)

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-13 Thread Nicolas Richard
Paul Stansell paulstans...@gmail.com writes: Yes, I tried that, but as I understand it I need to \usepackage{amsmath} to access the latex equation* environment. Usually amsmath is good to have (and Nicolas answered on how to include it), but if you wish to avoid it for some reason, the

Re: [O] Is it possible to create links to M-x occur results?

2013-05-03 Thread Nicolas Richard
if you don't have write access to worg... Go ahead, it is really not that difficult ;). Yeah, let's go ahead indeed. From db3313e2e88741a4084988bba656530d09ac7356 Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Fri, 3 May 2013 14:04:01 +0200 Subject: [PATCH] org

Re: [O] Org-mode documentation within Emacs

2013-04-24 Thread Nicolas Richard
Karl Voit devn...@karl-voit.at writes: Is there something wrong with my repos? I don't think so : there should be a file named 'dir' in the doc/ directory which contains a reference to the correct info file (called org, built from org.texi I guess). -- N.

Re: [O] Exploring org-element.el with navi-mode

2013-04-15 Thread Nicolas Richard
Thorsten Jolitz tjol...@gmail.com writes: - the Emacs Lisp conventions for headlines: ,- | https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00266.html

Re: [O] Maxima tests fail in devel on OSX

2013-03-25 Thread Nicolas Richard
Neuwirth Erich erich.neuwi...@univie.ac.at writes: I have not changed the configuration of maxima since the last tests I ran probably a month ago. 7 unexpected results: FAILED ob-maxima/integer-input [...] I have failures too, but I'm not sure if they are related because I *did* update

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Nicolas Richard
Bastien b...@altern.org writes: I often have only 10 minutes at hand, make a few trivial changes, and push. For me, a mandatory pre-push hook running the test suite would be a useless burden for 50% of my commits. This would irritate me. orgmode.org could run a post-receive hook and report

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-19 Thread Nicolas Richard
Carsten Dominik carsten.domi...@gmail.com writes: Another example is the emphasis stuff. There are no in-buffer settings for it, and they would be pretty hard to make. An in-buffer way of doing elisp is File Local Variables ; or is that not appropriate ? Maybe the question I'm askign is : why

Re: [O] [RFC] Org syntax (draft)

2013-03-13 Thread Nicolas Richard
f97c00bfbd8a14d0b2953ee0e8b6817a2b9f0306 Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Mon, 11 Mar 2013 16:25:21 +0100 Subject: [PATCH] dev/org-syntax.org: minor --- dev/org-syntax.org | 34 +++--- 1 file changed, 19 insertions(+), 15

Re: [O] [RFC] Org syntax (draft)

2013-03-08 Thread Nicolas Richard
Nicolas Goaziou n.goaz...@gmail.com writes: As discussed a few days ago, here is a document describing the complete Org syntax as read by the parser. I also added some comments. I am going to put the Org file on Worg, so anyone can update it and fix mistakes. [for the record, the org file

[O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
This is bisected to b6b509b (which 467f7ff claims to fix, and indeed does partially) Reproduce by doing: emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert 2012-02-27 Wed.)' = timestamp is not fontified. or instead emacs -q -L /home/youngfrog/sources/org-mode/lisp/

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, Feb 27, 2013 at 04:54:54PM +0100, Nicolas Richard wrote: emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert 2012-02-27 Wed.)' Are you sure your timestamp has the correct syntax? As far as I know

Re: [O] bug with timestamp fontification (bisected to b6b509b)

2013-02-27 Thread Nicolas Richard
the commit just once more ? Part of the previous fix was to increase group number everywhere, and that has to be reverted. Here is a patch if you prefer : From 53152a802afe85e856d571867a2c8a36457cf0cd Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Wed, 27 Feb 2013 17

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-18 Thread Nicolas Richard
François Pinard pin...@iro.umontreal.ca writes: Any Makefile which lists dependencies while expecting them to be satisfied sequentially, one after another, is broken. Make does not (theoretically) guarantee the order, while in practice, all make programs I know satisfy dependencies from left

Re: [O] Offer for taking over maintainership

2013-02-14 Thread Nicolas Richard
Jambunathan K kjambunat...@gmail.com writes: I offer to take over maintainership of Org. What's your point ? Trolling ? If not, why do you ask questions in a way that will upset people ? I think it's ok to focus on the code, and focus on what will make the software better and more efficient for

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-09 Thread Nicolas Richard
Nicolas Goaziou n.goaz...@gmail.com writes: Sean O'Halpin sean.ohal...@gmail.com writes: You would avoid having to add document level keywords such as HTML_STYLE and MAN_CLASS_OPTIONS for new exporters. It would be the back-end's responsibility to validate and document these options. My

[O] Converting csv (with new lines) to org-mode.

2013-01-31 Thread Nicolas Richard
Hello everyone, A csv table can include newlines in its fields, which confuses the csv parser contained in org-table-convert-region. Since I had no time to patch the current implementation of org-table-convert-region, I decided to use an already existing csv parser found in marmalade. You find

Re: [O] Compare a timestamp with existing agenda entries.

2013-01-25 Thread Nicolas Richard
Bastien b...@altern.org writes: That way, each time I open the calendar, days with scheduled/deadlined/timestamped entries in rdv.org are highlighted. Thanks for the hint. This is not perfect because it does not tell the time of these appointments -- so I just added a new binding in the

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Nicolas Richard
Thorsten Jolitz tjol...@googlemail.com writes: If you/your fellow workers don't use GIT or another VCS, there is still dropbox - put your project text files in your dropbox folder and share them with other, there are automatic backups of older versions by Dropbox. I use one trick which might

[O] org-unmodified asks to revert buffer if file was modified outside emacs

2013-01-15 Thread Nicolas Richard
as proposed above. I noticed, while writing this, that at multiple places, (buffer-modified-p) is manually saved and restored. Should these make use of (org-unmodified) ? From 0f170f72b2d080619bf1fcfd621113d51a7fc6ce Mon Sep 17 00:00:00 2001 From: Nicolas Richard theonewiththeevill...@yahoo.fr Date

[O] Compare a timestamp with existing agenda entries.

2013-01-14 Thread Nicolas Richard
Hi there, I mainly use org-mode for planning, and one thing I often do is (i) insert a timestamp, and (ii) open the agenda at the given date and see if I had anything planned already. Would anyone have some experience to share with respect to automating step (ii) ? Atm, I'm thinking of writing

[O] [PATCH] Change references to ~/.emacs.d into `user-emacs-directory' ?

2013-01-09 Thread Nicolas Richard
: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Wed, 9 Jan 2013 16:41:12 +0100 * lisp/org-id.el (org-id-locations-file): * contrib/lisp/org-track.el (org-track-directory): * lisp/org-clock.el (org-clock-persist-file): Fix hardcoded reference to ~/.emacs.d. --- contrib/lisp/org-track.el | 2

[O] [PATCH] org-attach: exchange the docstrings of org-attach-reveal and org-attach-reveal-in-emacs

2013-01-09 Thread Nicolas Richard
Hi again, This is a small very obvious docstring fix. From: Nicolas Richard theonewiththeevill...@yahoo.fr Date: Wed, 12 Dec 2012 19:09:58 +0100 * lisp/org-attach.el (org-attach-reveal, org-attach-reveal-in-emacs): Fix the docstrings. --- lisp/org-attach.el | 6 +++--- 1 file changed, 3

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Nicolas Richard
Achim Gratz strom...@nexgo.de writes: Am 28.12.2012 14:36, schrieb Gregor Zattler: I use option `hidestars' and Emacs/org-mode on a terminal with black background. Since a few days the superflous stars are not hidden any more but shown on a white background. This makes them stand out very

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Nicolas Richard
Achim Gratz strom...@nexgo.de writes: Am 28.12.2012 16:59, schrieb Nicolas Richard: I noticed the same kind of problem (outside org-mode). It turns out that the special color unspecified-bg [1] does not work as expected when using it as the foreground color : the text is not made invisible

[O] Bug: org-edit-special won't let me edit a latex snippet [7.9.2 (release_7.9.2-808-gd8b328 @ /home/youngfrog/sources/org-mode/lisp/)]

2012-12-21 Thread Nicolas Richard
Hello all, I'm at commit 830e231ef1da5c5a1ab760a6a059551841952610, and notice the following unexpected behaviour. Starting from emacs -Q -L ~/sources/org-mode/lisp/ : M-x org-mode insert l and hit SPC hit C-c ' = user-error: No special environment to edit here This behaviour was introduced by

[O] [patch] Incorrect result of org-babel-edit-distance

2012-12-06 Thread Nicolas Richard
Hello, (org-babel-edit-distance foo ffoo) returns 0, whereas 1 seems appropriate. I don't know much about computing the levenshtein distance, but it seems that part of the algorithm (which i found explained on fr.wikipedia) is missing from the code. Please find a patch below trying to address the

Re: [O] how to insert fraction integration

2012-09-28 Thread Nicolas Richard
bzg == Bastien b...@altern.org writes: bzg Hi Nick, Nick Dokos nicholas.do...@hp.com writes: $$...$$ is plain TeX, not LaTeX, and according to Lamport (p. 233), ... does not work properly. See also http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dolldoll bzg

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-27 Thread Nicolas Richard
Bastien b...@altern.org writes: If you feel like adding the attach link type to org-attach.el Second part, which is the actual attach link part. -- N. -- 8 -- From 85f5c10d8d448e56458377f166413f7de6458563 Mon Sep 17 00:00:00 2001 From: nrichard (geodiff-mac3) nrich...@ulb.ac.be Date: Thu, 27

Re: [O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-22 Thread Nicolas Richard
Hello Viktor, Thanks for your input. - I have to load the cl module, otherwise the case function is void. Sorry about that. I didn't notice it was from cl. - I had to replace find-lisp-find-files with directory-files because the former does not exist on my Emacs installation. I use GNU

[O] An org-attach link type [7.9.1 (7.9.1-elpa @ /home/youngfrog/.emacs.d/elpa/org-20120903/)]

2012-09-19 Thread Nicolas Richard
Hello there, Some people already have suggested and produced some code (see [1,2]) in order to have an attach (or att, as it was called) link type in org-mode. I never found a org--complete-link function for these links on the net, so I tried to write it for myself. In order to do that, I had to

Re: [O] Yearly repeats on the agenda

2012-05-10 Thread Nicolas Richard
Le Thu, 10 May 2012 08:38:42 +0200, Bastien a écrit : ** Lecture 2012-05-08 mar. ** Lecture 2012-05-15 mar. ** Lecture 2012-05-22 mar. Sure that makes sense, but I forgot to say one thing : as the lectures have not yet been given, they do not have a title; thus my outline

Re: [O] Yearly repeats on the agenda

2012-05-09 Thread Nicolas Richard
Le Tue, 08 May 2012 16:10:02 +0200, Bastien a écrit : Nick Dokos nicholas.do...@hp.com writes: Oh, I agree - the removal is certainly desirable. I meant whether the non-removal of not-today's date is intentional :-) Thinking about this again, I don't see any reason why we should keep any

<    1   2