emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
@ 2013-04-12  0:24 David Arroyo Menéndez
  2013-04-12  6:51 ` Nicolas Goaziou
  2013-04-15  7:05 ` Suvayu Ali
  0 siblings, 2 replies; 6+ messages in thread
From: David Arroyo Menéndez @ 2013-04-12  0:24 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.
------------------------------------------------------------------------

Sometimes file link is enlighted without brackets, for example,

file:~/public_html/docu/drupal/pantallazo8.png appears enlighted, but
exporting the file to html the transformation is not good.

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] 6+ messages in thread

* Re: Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-12  0:24 Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)] David Arroyo Menéndez
@ 2013-04-12  6:51 ` Nicolas Goaziou
  2013-04-15  7:05 ` Suvayu Ali
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2013-04-12  6:51 UTC (permalink / raw)
  To: David Arroyo Menéndez; +Cc: emacs-orgmode

Hello,

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

> Sometimes file link is enlighted without brackets, for example,
>
> file:~/public_html/docu/drupal/pantallazo8.png appears enlighted, 

This is called a plain link.

> but exporting the file to html the transformation is not good.

I get:

  <div class="figure">
  <p><img src="/home/user/public_html/docu/drupal/pantallazo8.png"  alt="pantallazo8.png"/></p>
  </div>

What did you expect instead?


Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-12  0:24 Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)] David Arroyo Menéndez
  2013-04-12  6:51 ` Nicolas Goaziou
@ 2013-04-15  7:05 ` Suvayu Ali
  2013-04-15 15:49   ` Bastien
  1 sibling, 1 reply; 6+ messages in thread
From: Suvayu Ali @ 2013-04-15  7:05 UTC (permalink / raw)
  To: emacs-orgmode

On Fri, Apr 12, 2013 at 02:24:21AM +0200, David Arroyo Menéndez wrote:
> 
> 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-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)
>  )

While submitting bug reports, could you please try with a minimal setup
first?  Otherwise the bug report becomes unnecessarily cluttered, and
might be difficult to reproduce.  For an example, please look in the
manual, (info "(org) Feedback").

BTW, to others, is it by any chance possible to check how emacs was
started (if -q or -Q was present among the command line options)?  Then
a message could be shown about minimal testing with a setup when users
call `org-submit-bug-report'.

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.

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

* Re: Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-15  7:05 ` Suvayu Ali
@ 2013-04-15 15:49   ` Bastien
  2013-04-15 16:05     ` Suvayu Ali
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-04-15 15:49 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: emacs-orgmode

Hi Suvayu,

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> BTW, to others, is it by any chance possible to check how emacs was
> started (if -q or -Q was present among the command line options)?  Then
> a message could be shown about minimal testing with a setup when users
> call `org-submit-bug-report'.

Well, there is `command-line-args' but -Q is deleted from this list
when the args are processed.

-- 
 Bastien

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

* Re: Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-15 15:49   ` Bastien
@ 2013-04-15 16:05     ` Suvayu Ali
  2013-04-15 16:22       ` Suvayu Ali
  0 siblings, 1 reply; 6+ messages in thread
From: Suvayu Ali @ 2013-04-15 16:05 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

On Mon, Apr 15, 2013 at 05:49:28PM +0200, Bastien wrote:
> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> 
> > BTW, to others, is it by any chance possible to check how emacs was
> > started (if -q or -Q was present among the command line options)?  Then
> > a message could be shown about minimal testing with a setup when users
> > call `org-submit-bug-report'.
> 
> Well, there is `command-line-args' but -Q is deleted from this list
> when the args are processed.

As far as I recall, if you start with emacs -Q, then customize refuses
to save anything.  Not sure if this is true for -q too.  That would
imply customize source should have some hint on how to do that :).

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

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

* Re: Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]
  2013-04-15 16:05     ` Suvayu Ali
@ 2013-04-15 16:22       ` Suvayu Ali
  0 siblings, 0 replies; 6+ messages in thread
From: Suvayu Ali @ 2013-04-15 16:22 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On Mon, Apr 15, 2013 at 06:05:56PM +0200, Suvayu Ali wrote:
> Hi Bastien,
> 
> On Mon, Apr 15, 2013 at 05:49:28PM +0200, Bastien wrote:
> > Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> > 
> > > BTW, to others, is it by any chance possible to check how emacs was
> > > started (if -q or -Q was present among the command line options)?  Then
> > > a message could be shown about minimal testing with a setup when users
> > > call `org-submit-bug-report'.
> > 
> > Well, there is `command-line-args' but -Q is deleted from this list
> > when the args are processed.
> 
> As far as I recall, if you start with emacs -Q, then customize refuses
> to save anything.  Not sure if this is true for -q too.  That would
> imply customize source should have some hint on how to do that :).

I took a peek at the source; you can test for custom-file.  Take a look
at custom-save-variable.  Here is the snippet I'm alluding to:

  ...
  (if (custom-file t)
        (custom-save-all)
      (message "Setting `%s' temporarily since \"emacs -q\" would overwrite customizations"
  	     variable)
      (set variable value))
  ...

Hope this helps,

:)

-- 
Suvayu

Open source is the future. It sets us free.

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  0:24 Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)] David Arroyo Menéndez
2013-04-12  6:51 ` Nicolas Goaziou
2013-04-15  7:05 ` Suvayu Ali
2013-04-15 15:49   ` Bastien
2013-04-15 16:05     ` Suvayu Ali
2013-04-15 16:22       ` Suvayu Ali

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