emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-remember.el is not in git repo [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
@ 2013-04-12  0:18 David Arroyo Menéndez
  2013-04-12  5:27 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: David Arroyo Menéndez @ 2013-04-12  0:18 UTC (permalink / raw)
  To: emacs-orgmode



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

Trying does org-submit-report from git repo, I've found this error, I've
fixed my problem adding (load
"/usr/share/emacs/24.3.50/lisp/org/org-remember.el") to my .emacs ...

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)

current state:
==============
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
		      org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp "\\<David\\>"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((lambda nil
		  (org-add-hook (quote change-major-mode-hook) (quote org-show-block-all) (quote append)
		   (quote local))
		  )
		 (lambda nil
		  (org-add-hook (quote change-major-mode-hook) (quote org-babel-show-result-all)
		   (quote append) (quote local))
		  )
		 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks
		  org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
David Arroyo Menéndez
http://www.davidam.com
RMS: "If you want to accomplish something in the world, idealism is not enough--you need to choose a method that works to achieve the goal. In other words, you need to be pragmatic."
gpg --keyserver pgp.rediris.es --recv-keys B395B90A

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug: org-remember.el is not in git repo [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-12  0:18 Bug: org-remember.el is not in git repo [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)] David Arroyo Menéndez
@ 2013-04-12  5:27 ` Bastien
  2013-10-03 10:54   ` org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo] Christoph LANGE
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2013-04-12  5:27 UTC (permalink / raw)
  To: David Arroyo Menéndez; +Cc: emacs-orgmode

Hi David,

Yes, org-remember.el has been removed from Org 8.0.

This is in the pre-release notes, along with other useful
information about backward compatibility, etc:

  http://orgmode.org/Changes.html

davidam@es.gnu.org (David Arroyo Menéndez) writes:

> Trying does org-submit-report from git repo, I've found this error, I've
> fixed my problem adding (load
> "/usr/share/emacs/24.3.50/lisp/org/org-remember.el") to my .emacs ...

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo]
  2013-04-12  5:27 ` Bastien
@ 2013-10-03 10:54   ` Christoph LANGE
  2013-11-05 11:14     ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph LANGE @ 2013-10-03 10:54 UTC (permalink / raw)
  To: Bastien; +Cc: David Arroyo Menéndez, emacs-orgmode

Hi all,

2013-04-12 06:27 Bastien:
> Yes, org-remember.el has been removed from Org 8.0.
> 
> davidam@es.gnu.org (David Arroyo Menéndez) writes:
>> Trying does org-submit-report from git repo, I've found this error, I've
>> fixed my problem adding (load
>> "/usr/share/emacs/24.3.50/lisp/org/org-remember.el") to my .emacs ...

I just wanted to submit a bug report via org-submit-bug-report, but it
said "Cannot open load file: org-remember".  Indeed org.el of version
8.2 still makes some references to org-remember.

Cheers,

Christoph

-- 
Christoph Lange, School of Computer Science, University of Birmingham
http://cs.bham.ac.uk/~langec/, Skype duke4701

→ Mathematics in Computer Science Special Issue on “Enabling Domain
  Experts to use Formalised Reasoning”; submission until 31 October.
  http://cs.bham.ac.uk/research/projects/formare/pubs/mcs-doform/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo]
  2013-10-03 10:54   ` org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo] Christoph LANGE
@ 2013-11-05 11:14     ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2013-11-05 11:14 UTC (permalink / raw)
  To: Christoph LANGE; +Cc: David Arroyo Menéndez, emacs-orgmode

Hi Christoph,

Christoph LANGE <math.semantic.web@gmail.com> writes:

> I just wanted to submit a bug report via org-submit-bug-report, but it
> said "Cannot open load file: org-remember".  Indeed org.el of version
> 8.2 still makes some references to org-remember.

I've now removed useless references in maint, thanks.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-05 11:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  0:18 Bug: org-remember.el is not in git repo [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)] David Arroyo Menéndez
2013-04-12  5:27 ` Bastien
2013-10-03 10:54   ` org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo] Christoph LANGE
2013-11-05 11:14     ` Bastien

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).