emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode not working properly after update
@ 2013-02-26 14:07 Sanjib Sikder
  2013-02-26 15:04 ` Daimrod
  2013-02-26 15:18 ` Sebastien Vauban
  0 siblings, 2 replies; 6+ messages in thread
From: Sanjib Sikder @ 2013-02-26 14:07 UTC (permalink / raw)
  To: emacs-orgmode

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

Hi,

Org-mode is not working properly after I updated my Ubuntu 12.04
yesterday.  During the update, emacs also got updated. The .org files look
like plain text file, for example, no tree structure, no folding etc.

Please help.

-----------------------------
*Sanjib Sikder
**
*

[-- Attachment #2: Type: text/html, Size: 467 bytes --]

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

* Re: org-mode not working properly after update
  2013-02-26 14:07 org-mode not working properly after update Sanjib Sikder
@ 2013-02-26 15:04 ` Daimrod
  2013-02-26 15:19   ` Bastien
  2013-02-26 15:18 ` Sebastien Vauban
  1 sibling, 1 reply; 6+ messages in thread
From: Daimrod @ 2013-02-26 15:04 UTC (permalink / raw)
  To: Sanjib Sikder; +Cc: emacs-orgmode

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

Sanjib Sikder <sanjibju2002@gmail.com> writes:

> Hi, 

Hi Sanjib,

> Org-mode is not working properly after I updated my Ubuntu 12.04
> yesterday. During the update, emacs also got updated. The .org files
> look like plain text file, for example, no tree structure, no folding
> etc.

Does `M-x org-mode RET' activate Org Mode after you've opened the file?
Do you have « ("\\.org\\'" . org-mode) » in auto-mode-alist? (check with
`C-h v auto-mode-alist RET')

-- 
Daimrod/Greg

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

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

* Re: org-mode not working properly after update
  2013-02-26 14:07 org-mode not working properly after update Sanjib Sikder
  2013-02-26 15:04 ` Daimrod
@ 2013-02-26 15:18 ` Sebastien Vauban
  1 sibling, 0 replies; 6+ messages in thread
From: Sebastien Vauban @ 2013-02-26 15:18 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Sanjib,

Sanjib Sikder wrote:
> Org-mode is not working properly after I updated my Ubuntu 12.04
> yesterday.  During the update, emacs also got updated. The .org files look
> like plain text file, for example, no tree structure, no folding etc.
>
> Please help.

Could it be related to the bug I reported to Emacs this noon?

  ╭────
  │ From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
  │ Subject: bug#13820: 24.3.50; Cannot switch to Org mode
  │ Newsgroups: gnu.emacs.bug
  │ To: 13820-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org
  │ Date: Tue, 26 Feb 2013 12:06:58 +0100 (4 hours, 8 minutes, 53 seconds ago)
  │ 
  │ Hello,
  │ 
  │ Opening any Org file (that I tried so far) leaves me in text mode.
  │ 
  │     Note -- I've mapped Org mode to the txt file extension.
  │ 
  │ The error displayed in the Messages buffer is:
  │ 
  │ File mode specification error: (wrong-type-argument symbolp (autoload "org-agenda" "Activate appointments found in `org-agenda-files'.
  │ With a \\[universal-argument] prefix, refresh the list of
  │ appointments.
  │ 
  │ If FILTER is t, interactively prompt the user for a regular
  │ expression, and filter out entries that don't match it.
  │ 
  │ If FILTER is a string, use this string as a regular expression
  │ for filtering entries out.
  │ 
  │ If FILTER is a function, filter out entries against which
  │ calling the function returns nil.  This function takes one
  │ argument: an entry from `org-agenda-get-day-entries'.
  │ 
  │ FILTER can also be an alist with the car of each cell being
  │ either 'headline or 'category.  For example:
  │ 
  │   '((headline \"IMPORTANT\")
  │     (category \"Work\"))
  │ 
  │ will only add headlines containing IMPORTANT or headlines
  │ belonging to the \"Work\" category.
  │ 
  │ ARGS are symbols indicating what kind of entries to consider.
  │ By default `org-agenda-to-appt' will use :deadline, :scheduled
  │ and :timestamp entries.  See the docstring of `org-diary' for
  │ details and examples.
  │ 
  │ If an entry has a APPT_WARNTIME property, its value will be used
  │ to override `appt-message-warning-time'.
  │ 
  │ (fn &optional REFRESH FILTER &rest ARGS)" t nil))
  │ 
  │ This problem does not show up with neither Emacs 24.2.91 nor Emacs 24.2.93,
  │ well with Emacs 24.3.50 (file "emacs-trunk-r111822-20130217-w32-i386.zip",
  │ compiled by Dani, 9 days ago).
  │ 
  │ See a comparative demo between Emacs 24.2.91 (working) and Emacs 24.3.50
  │ (failing) on http://screencast.com/t/6QQN6t7qy.
  │ 
  │ In GNU Emacs 24.3.50.1 (i386-mingw-nt6.2.9200)
  │  of 2013-02-17 on VBOX-W7
  │ Bzr revision: 111822 rgm-x6JLEaVhGFkEqFoL0n3GCDaMIdnTWa3C3o7yFElL8moq28gkl27oYA@public.gmane.org
  │ 
  │ -- 
  │ Sebastien Vauban
  ╰────

And here's Bastien's answer on that:

  ╭────
  │ From: Bastien <bzg-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
  │ Subject: bug#13820: 24.3.50; Cannot switch to Org mode
  │ Newsgroups: gnu.emacs.bug
  │ To: "Sebastien Vauban" <public-wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw-wOFGN7rlS/M9smdsby/KFg@public.gmane.org>
  │ Date: Tue, 26 Feb 2013 14:39:14 +0100 (1 hour, 36 minutes, 46 seconds ago)
  │ 
  │ Hi Sébastien,
  │ 
  │ "Sebastien Vauban"
  │ <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> writes:
  │ 
  │ > File mode specification error: (wrong-type-argument symbolp
  │ > (autoload "org-agenda" "Activate appointments found in
  │ > `org-agenda-files'.  With a \\[universal-argument] prefix, refresh
  │ > the list of appointments.
  │ 
  │ This autoload should not be in org-agenda.el, I've removed it from
  │ Org's maint branch, which I will sync with Emacs emacs-24 branch
  │ tonight.
  │ 
  │ It will probably fix your problem.
  │ 
  │ -- 
  │  Bastien
  ╰────

Best regards,
  Seb

-- 
Sebastien Vauban

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

* Re: org-mode not working properly after update
  2013-02-26 15:04 ` Daimrod
@ 2013-02-26 15:19   ` Bastien
  2013-02-26 16:38     ` Sanjib Sikder
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-02-26 15:19 UTC (permalink / raw)
  To: Daimrod; +Cc: emacs-orgmode

Hi Sanjib,

Daimrod <daimrod@gmail.com> writes:

>> Org-mode is not working properly after I updated my Ubuntu 12.04
>> yesterday. During the update, emacs also got updated. The .org files
>> look like plain text file, for example, no tree structure, no folding
>> etc.
>
> Does `M-x org-mode RET' activate Org Mode after you've opened the file?
> Do you have « ("\\.org\\'" . org-mode) » in auto-mode-alist? (check with
> `C-h v auto-mode-alist RET')

And do not forget to give us the Emacs and Org versions

M-x emacs-version RET
M-x org-version RET

Thanks,

-- 
 Bastien

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

* Re: org-mode not working properly after update
  2013-02-26 15:19   ` Bastien
@ 2013-02-26 16:38     ` Sanjib Sikder
  2013-02-27 16:21       ` Sanjib Sikder
  0 siblings, 1 reply; 6+ messages in thread
From: Sanjib Sikder @ 2013-02-26 16:38 UTC (permalink / raw)
  To: Bastien; +Cc: Daimrod, wxhgmqzgwmuf, emacs-orgmode

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

Hi,

Just now I noticed, the tree structure is working, but it is not hiding the
stars. All texts are black in color. The links are literal like following.

[[file:myfile.org][myfile]]


> Does `M-x org-mode RET' activate Org Mode after you've opened the file?

The above command does not improve the matter.

> Do you have « ("\\.org\\'" . org-mode) » in auto-mode-alist? (check with
> `C-h v auto-mode-alist RET')

The above command returned several lines. In one of the lines I found the
following
Value: (("\\.org$" . org-mode)

> M-x emacs-version RET
GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-02-25
on platinum, modified by Debian

>M-x org-version RET
Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @
/usr/share/emacs/24.3.50/lisp/org/)


@ Sebastien Vauban

I am not sure it is due to the reason you have mentioned or not.

Thanks

-----------------------------
*Sanjib Sikder
**

*

[-- Attachment #2: Type: text/html, Size: 1325 bytes --]

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

* Re: org-mode not working properly after update
  2013-02-26 16:38     ` Sanjib Sikder
@ 2013-02-27 16:21       ` Sanjib Sikder
  0 siblings, 0 replies; 6+ messages in thread
From: Sanjib Sikder @ 2013-02-27 16:21 UTC (permalink / raw)
  To: Bastien; +Cc: Daimrod, wxhgmqzgwmuf, emacs-orgmode

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

Hi,

After another update of emacs today, org-mode is working fine now it seems.

Thanks

-----------------------------
*Sanjib Sikder
*

>
>
>

[-- Attachment #2: Type: text/html, Size: 469 bytes --]

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

end of thread, other threads:[~2013-02-27 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26 14:07 org-mode not working properly after update Sanjib Sikder
2013-02-26 15:04 ` Daimrod
2013-02-26 15:19   ` Bastien
2013-02-26 16:38     ` Sanjib Sikder
2013-02-27 16:21       ` Sanjib Sikder
2013-02-26 15:18 ` Sebastien Vauban

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