emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thomas Holst <thomas.holst@de.bosch.com>
To: Tom <adatgyujto@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Multi string search of org entries
Date: Mon, 9 Jan 2012 10:27:06 +0100	[thread overview]
Message-ID: <ywod1ur99qfp@de.bosch.com> (raw)
In-Reply-To: <loom.20120105T153535-572@post.gmane.org> (adatgyujto@gmail.com's message of "Thu, 5 Jan 2012 15:48:45 +0100")

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Hi Tom,

· On Jan 05 2012, Tom <adatgyujto@gmail.com> wrote:
> Bastien <bzg <at> altern.org> writes:
>
>> 
>> Please feel free to suggest any better description, I 
>> just took the one from the commentary section of the .el
>> file.
>
> They look fine to me which is not suprising, because I wrote these
> descriptions in the first place. :)

I downloaded org-search-goto-ml.el and tried

  (require 'org-search-goto-ml)

which failed. This is because of the (provide ...) statement.

Attached is a patch which corrects this line.

-- 
Mit freundlichen Grüßen / Best regards 

Thomas Holst 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 633 bytes --]

From 42aa4ffcb6e36d3cf4df1c24796a6ae4c995052f Mon Sep 17 00:00:00 2001
From: Thomas Holst <Thomas.Holst@de.bosch.com>
Date: Mon, 9 Jan 2012 10:20:58 +0100
Subject: [PATCH] org-search-goto-ml.el: corrected the proviede statement

---
 org-search-goto-ml.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-search-goto-ml.el b/org-search-goto-ml.el
index 52b473a..4668401 100755
--- a/org-search-goto-ml.el
+++ b/org-search-goto-ml.el
@@ -298,5 +298,5 @@
 
 
 
-(provide 'org-search-goto)
-;;; org-search-goto.el ends here
+(provide 'org-search-goto-ml)
+;;; org-search-goto-ml.el ends here
-- 
1.7.5.1


  reply	other threads:[~2012-01-09  9:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 17:56 Multi string search of org entries Tom
2012-01-05 10:11 ` Bastien
2012-01-05 14:48   ` Tom
2012-01-09  9:27     ` Thomas Holst [this message]
2012-01-09 13:49       ` Tom
2012-01-05 15:10   ` Dangling link [was: Re: Multi string search of org entries] François Pinard
2012-01-09  9:44     ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ywod1ur99qfp@de.bosch.com \
    --to=thomas.holst@de.bosch.com \
    --cc=adatgyujto@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).