[O] semantic-mode is conflict with org-mode

2014-02-05 Thread Xue Fuqiao
semantic-mode uses `C-c ,' as a prefix for several commands.  org-mode uses
`C-c ,' for org-priority.  I don't use semantic-mode within org-mode.  Is
there a way to disable semantic-mode just in org-mode buffers in Emacs?
If so, can someone include in in [[info:org#Conflicts]]?

(I'm using Org 8.2.5c on Emacs 24.3.50.)
-- 
http://www.gnu.org/software/emacs/




Re: [O] Bug: The `#+CAPTION' isn't documented well [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-04-14 Thread Xue Fuqiao
On Sun, 14 Apr 2013 12:04:09 +0200
Bastien  wrote:

> Hi Xue,

Hi,

> > In [info:org#Images and tables]:
> >
> >Optionally, the caption can take the form:
> >  #+CAPTION: [Caption for list of figures]{Caption for table (or link).}
> >
> > The Org manual doesn't explain what this form means clearly.  And I also
> > can't find it in the FAQ and the mailing list archives.
> 
> The manual has been updated here and now says:
> 
>   @example
>   #+CAPTION: This is the caption for the next table (or link)
>   #+NAME:   tab:basic-data
>  | ... | ...|
>  |-||
>   @end example
>   
>   Optionally, the caption can take the form:
>   @example
>   #+CAPTION[Caption for list of tables]: Caption for table.
>   @end example
> 
> Please double-check and tell us if it's clearer.

Looks clearer to me, thanks.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



[O] Bug: The `#+CAPTION' isn't documented well [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-03-18 Thread Xue Fuqiao

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.


In [info:org#Images and tables]:

   Optionally, the caption can take the form:
 #+CAPTION: [Caption for list of figures]{Caption for table (or link).}

The Org manual doesn't explain what this form means clearly.  And I also
can't find it in the FAQ and the mailing list archives.

Emacs  : GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.0)
 of 2013-03-17 on Emacs
Package: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ 
/usr/local/share/emacs/24.3.50/lisp/org/)

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



Re: [O] org-export raises stringp nil error

2013-03-08 Thread Xue Fuqiao
On Fri, 08 Mar 2013 11:29:23 -0500
Nick Dokos  wrote:

> Bastien  wrote:
> > Xue Fuqiao  writes:

> > > Sounds fine to me, because my Internet connection is very slow
> > > (especially to Savannah).  It is often a pain for me to perform a `bzr
> > > pull', since it takes a long time.

> > Well, that's more an argument for switching to hg or git
> > for Emacs repo, not really for trimming out packages from
> > Emacs core.

> There *is* a git mirror for emacs: git://repo.or.cz/emacs.git.

But Emacs Dev don't have access to this repository or the repository on
Savannah.  I think what Bastien meant is switching the main repository.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] org-export raises stringp nil error

2013-03-08 Thread Xue Fuqiao
On Fri, 08 Mar 2013 10:15:07 +0100
joa...@verona.se wrote:

> Just a small reminder of the idea Stefan sometimes drops in these
> discussions:
> - Emacs "trunk" could be stripped of all but the bare essentials to
> achieve bootstrap.
> - distribution tarballs could be made from trunk+elpa.

> Since I dont do releases for Emacs I dont get to have an opinion on the
> matter, but if pressed, I would say this idea has considerable merit.

Sounds fine to me, because my Internet connection is very slow
(especially to Savannah).  It is often a pain for me to perform a `bzr
pull', since it takes a long time.

And there is also another way: Add a command line argument named
`--slim', it can invoke Emacs with only the bare-minimum Emacs Lisp
libraries needed for quick editing.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] org-export raises stringp nil error

2013-03-07 Thread Xue Fuqiao

On 03/08/2013 03:37 PM, Bastien wrote:


I think org-mode is better in ELPA, a better distribution channel than
the core for things like org-mode. Bundling it in emacs doesn't help
anybody.



I strongly think otherwise: Emacs needs a good outline and editing
tool.  outline.el is not usable enough and I can see no other Emacs
tool than Org-mode for exporting to HTML/LaTeX/ODT easily.


I agree.  And I think some packages in GNU ELPA like AUCTeX and js2-mode 
should also be contained.  The built-in modes for editing TeX related 
files and EMCAScript are not quite usable.



I understand the temptation in terms of maintainance, but I think
maintainance problems should not take priority over usefulness of
the code.


+1

--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] org-export raises stringp nil error

2013-03-07 Thread Xue Fuqiao

On 03/08/2013 02:40 PM, Bastien wrote:

I missed the distinction between "pretest" and "release candidate".


What's the difference between "pretest" and "release candidate"? 
Doesn't the latter belong to the former?  The rc1/rc1.1 was released on 
the "pretest" directory.


--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] 24.2.92; `electirc-indent-mode' isn't compatible with `org-footnote-action'

2013-01-26 Thread Xue Fuqiao
On Sat, 26 Jan 2013 13:42:10 +0100
Bastien  wrote:

> Please don't post to both.  Post it to bug-gnu-emacs when this is with
> Org's from Emacs, to emacs-orgmode otherwise.

I see, thanks for your advice.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] About `open formula'

2013-01-24 Thread Xue Fuqiao
On Thu, 24 Jan 2013 15:43:02 +0100
Bastien  wrote:

> > What does the `open formula' mean?
> 
> It means "in the non-collapsed formula", see the sentence before.

Thanks a lot.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] Bug: `org-next-link' doesn't wrap around [7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-01-22 Thread Xue Fuqiao
On Tue, 22 Jan 2013 22:19:19 +0100
Bastien  wrote:

> I don't understand what "wrap around" means exactly.
> 
> Can you describe exactly how the commands should behave?

Sorry, it's my carelessness.  At the limit of the buffer, the search
fails once, and then wraps around, just like `isearch-forward'.  There
is no bug, anyway.
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



[O] Bug: `org-next-link' doesn't wrap around [7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-01-18 Thread Xue Fuqiao

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.


In (info "(org) Handling links"):
`C-c C-x C-n (`org-next-link')'
`C-c C-x C-p (`org-previous-link')'
 Move forward/backward to the next link in the buffer.  At the
 limit of the buffer, the search fails once, and then wraps around.

The way to reproduce this bug:
emacs -Q test.org
C-c C-x C-p

It doesn't wrap around.

Emacs  : GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13)
 of 2013-01-18 on Emacs
Package: Org-mode version 7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ 
/usr/local/share/emacs/24.3.50/lisp/org/)

current state:
==
(setq
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 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-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
   org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 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 '(#[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all
append local]
   5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook
org-babel-show-result-all append local]
   5]
 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-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil)
 (export-comment org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil)
 (dot org-export-blocks-format-dot nil))
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 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)
 )


-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao


test.org
Description: Binary data


[O] Bug: The homepage of gnuplot-mode has been moved [7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-01-17 Thread Xue Fuqiao

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.


In (info "(org) Org-Plot"):

Org-Plot can produce 2D and 3D graphs of information stored in org
tables using `Gnuplot' `http://www.gnuplot.info/' and `gnuplot-mode'
`http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html'.

But the homepage of gnuplot-mode has been moved to:
http://xafs.org/BruceRavel/GnuplotMode

Emacs  : GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13)
 of 2013-01-18 on Emacs
Package: Org-mode version 7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ 
/usr/local/share/emacs/24.3.50/lisp/org/)

current state:
==
(setq
 org-footnote-auto-adjust t
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 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-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc 
org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 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 '(#[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all 
append local] 5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook 
org-babel-show-result-all append local] 5]
 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-insert-mode-line-in-empty-file t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil) (export-comment 
org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil) (dot 
org-export-blocks-format-dot nil))
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-table-formula-constants '(("c" . "299792458."))
 org-agenda-files '("~/note/TODO")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )


-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



[O] About `open formula'

2013-01-16 Thread Xue Fuqiao
In (info "(org) Editing and debugging formulas"):

` (`org-table-fedit-lisp-indent')'
  Pretty-print or indent Lisp formula at point.  When in a line
  containing a Lisp formula, format the formula according to
  Emacs Lisp rules.  Another  collapses the formula back
  again.  In the open formula,  re-indents just like in
  Emacs Lisp mode.  

What does the `open formula' mean?  I've searched the Org manual/FAQ and web, 
and I only found this:
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html

But it seems that the `open formula' doesn't mean this.
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



[O] About range references in the spreadsheet

2013-01-16 Thread Xue Fuqiao
In (info "(org) References"), there is an example explaining the range
references:

 @-1$-2..@-1   3 numbers from the column to the left, 2 up to
current row

What does `2 up to current row' mean?  I don't understand.  IIRC `@' represents 
row, it should be `1 up to current row'.
-- 
Best regards.



[O] Bug: Table editor manual bug [7.9.3+ (7.9.3+-GNU-Emacs-24-3 (commit 4cac75153) @ /usr/local/share/emacs/24.2.92/lisp/org/)]

2013-01-15 Thread Xue Fuqiao

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.


In (info "(org) Built-in table editor"):

`C-c C-c (`org-table-align')'
 Re-align the table without moving the cursor.

But it *does* move the cursor.  I think it should be:
 Re-align the table without moving the cursor to other fields.

Emacs  : GNU Emacs 24.2.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13)
 of 2013-01-16 on Emacs
Package: Org-mode version 7.9.3+ (7.9.3+-GNU-Emacs-24-3 (commit 4cac75153) @ 
/usr/local/share/emacs/24.2.92/lisp/org/)

current state:
==
(setq
 org-footnote-auto-adjust t
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 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-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
   org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 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 '(#[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all
append local]
   5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook
org-babel-show-result-all append local]
   5]
 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-insert-mode-line-in-empty-file t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil)
 (export-comment org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil)
 (dot org-export-blocks-format-dot nil))
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-agenda-files '("~/note/TODO")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )


-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



[O] 24.2.92; `electirc-indent-mode' isn't compatible with `org-footnote-action'

2013-01-15 Thread Xue Fuqiao
This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgment at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

I don't know where it should be post (bug-gnu-emacs or emacs-orgmode), so I'll 
post it on both of them.

To reproduce:

emacs -Q test.org
M-x electric-indent-mode RET
TAB
C-e C-c C-x f

The `* footnotes' should be in the left margin.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/local/share/emacs/24.2.92/etc/DEBUG.


In GNU Emacs 24.2.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13)
 of 2013-01-16 on Emacs
Windowing system distributor `The X.Org Foundation', version 11.0.1130
System Description: Ubuntu 12.10

Configured using:
 `configure '--enable-link-time-optimization''

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Org

Minor modes in effect:
  electric-indent-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
 o r g - m oe l e - i 
n d   * SPC o n e  t o w  
  t w o C-p C-p C-c C-x f  
r e - e m - b u g   C-g C-h f C-g C-h 
k C-c C-x f C-x C-g  r e - e m - b u g  


Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
OVERVIEW
Electric-Indent mode enabled
Edit definition and go back with `C-c &' or, if unique, with `C-c C-c'.
Quit [2 times]
Type C-x 1 to delete the help window, C-M-v to scroll help.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr help-mode emacsbug message rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr
mail-utils cus-start cus-load electric org-wl org-w3m org-vm org-rmail
org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp
org-exp-blocks org-agenda org-info org-gnus gnus-util org-docview
org-bibtex bibtex org-bbdb org byte-opt warnings bytecomp byte-compile
cconv advice help-fns cl-lib advice-preload ob-tangle ob-ref ob-lob
ob-table org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete
comint ansi-color ring org-list org-faces org-entities noutline outline
easy-mmode org-version ob-emacs-lisp ob org-compat org-macs ob-eval
org-loaddefs format-spec find-func cal-menu easymenu calendar
cal-loaddefs time-date tooltip ediff-hook vc-hooks lisp-float-type
mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
make-network-process dbusbind dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] About `org-insert-heading' in Org's manual

2013-01-12 Thread Xue Fuqiao
On Sat, 12 Jan 2013 14:22:43 +0100
Bastien  wrote:

> See also http://permalink.gmane.org/gmane.emacs.orgmode/63815
Sorry for not noticing this thread.

> > 4. Audio and video insertion in Org;
> 
> Already possible.
I found it just now, thanks for your information.

> > 5. Alarm support (I'm strongly addicted to alarm);
> 
> Did you read the manual?
I'm an Org novice, and I'm still learning.

> > 6. Convert doc/pdf/xls... to Org files.
> 
> Not an Org task.
Why do you think that?  I think that both import and export are important. 
Unless the file format is binary or closed (hard to analyse), importing is a 
good feature.

Thanks.
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



Re: [O] About `org-insert-heading' in Org's manual

2013-01-12 Thread Xue Fuqiao
On Sat, 12 Jan 2013 09:52:36 +0100
Bastien  wrote:

> If you want to contribute to Org, please try to make constructive and
> useful suggestions first: that way you'll get write access and be able
> to fix those tiny things that don't matter that much.

Thanks for your reply.  I have a few suggestions (maybe not constructive):
1. Build an architecture that supports sharing org files and online real-time 
collaboration;
2. MobileOrg for Freerunner/Mer/Firefox OS/Bada/Windows Phone...
3. Web applications that use org-mode files as a back end for storing data;
4. Audio and video insertion in Org;
5. Alarm support (I'm strongly addicted to alarm);
6. Convert doc/pdf/xls... to Org files.
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



[O] About `org-insert-heading' in Org's manual

2013-01-11 Thread Xue Fuqiao
In (info "(org) Plain lists"):
`M-' (`org-insert-heading')
 Insert new item at current level.  With a prefix argument, force a
 new heading (*note Structure editing::).  If this command is used
 in the middle of an item, that item is _split_ in two, and the
 second part becomes the new item(7).  If this command is executed
 _before item's body_, the new item is created _before_ the current
 one.

Why is `before item's body' emphasized?  As far as I'm concerned, only
`before' should be emphasized.

BTW, why is the node name `Plain lists'?  In Emacs manuals, all the
node name are made of capitalized words, for example:
(info "(emacs) Saving Emacs Sessions")
(info "(elisp) Syntax Tables")
(info "(widget) Widget Wishlist")
...
-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao