From mboxrd@z Thu Jan 1 00:00:00 1970 From: mount umount Subject: Bug: export as ascii issue [8.3.5 (8.3.5-dist @ /usr/share/emacs/site-lisp/org/)] Date: Wed, 17 Aug 2016 07:20:53 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_MWHPR04MB0495BA41934B8AE0A6097EB8DD140MWHPR04MB0495namp_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZv9q-0002D8-02 for emacs-orgmode@gnu.org; Wed, 17 Aug 2016 03:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZv9l-0001QJ-LX for emacs-orgmode@gnu.org; Wed, 17 Aug 2016 03:21:00 -0400 Received: from snt004-omc4s9.hotmail.com ([65.55.90.212]:53726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZv9l-0001QB-7O for emacs-orgmode@gnu.org; Wed, 17 Aug 2016 03:20:57 -0400 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --_000_MWHPR04MB0495BA41934B8AE0A6097EB8DD140MWHPR04MB0495namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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. ------------------------------------------------------------------------ Hi there, i exported org documents to ascii documents a lot. i upgraded org-version to the latest 8.3.5 from 7.9 yesterday. in the past, in the generated ascii document, there is a time stamp like this: title =3D=3D=3D=3D=3D Author: My_name Date: 2016-08-17 15:00:00 CST But after i installed ver8.3.5, it now look like this: ______________________________ title My_name ______________________________ No time stamp now. Although i like the old style, i think i should move on to the new style since the developer likes it. But i can't stand with no time stamp. i did a little home work on this. In the old version, org-mode invoke "format-time-string" to get the current date. with M-x : (format-time-string "%T"), i can get current time successfully. but in the new version, it uses "org-export-get-date". with M-x : (org-export-get-date "%T"), i get "nil" now. could you please take a look into this issue? Thanks! umount Emacs : GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-04-17 on lgw01-04, modified by Debian Package: Org-mode version 8.3.5 (8.3.5-dist @ /usr/share/emacs/site-lisp/or= g/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-tab-first-hook '(org-hide-block-toggle-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-html-format-drawer-function '(lambda (name contents) contents) org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-= function org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) 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-archive-hook '(org-attach-archive-delete-maybe) org-ascii-format-drawer-function '(lambda (name contents width) contents) 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-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-html-format-headline-function 'org-html-format-headline-default-functi= on org-html-format-inlinetask-function 'org-html-format-inlinetask-default-fu= nction org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) --_000_MWHPR04MB0495BA41934B8AE0A6097EB8DD140MWHPR04MB0495namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

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?&nb= sp; See

     http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------ Hi there,

i exported org documents to ascii documents a lot.
i upgraded org-version to the latest 8.3.5 from 7.9 yesterday.
in the past, in the generated ascii document, there is a time stamp like this:
            &nb= sp; title
            &nb= sp; =3D=3D=3D=3D=3D
Author: My_name
Date: 2016-08-17 15:00:00 CST

But after i installed ver8.3.5, it now look like this:
    ______________________________
             ti= tle
             My= _name
    ______________________________

No time stamp now.

Although i like the old style, i think i should move on to the new style since the developer likes it. But i can't stand with no time stamp.

i did a little home work on this.
In the old version, org-mode invoke "format-time-string" to get t= he
current date. with M-x : (format-time-string "%T"), i can get cur= rent
time successfully.

but in the new version, it uses "org-export-get-date". with M-x :=
(org-export-get-date "%T"), i get "nil" now.

could you please take a look into this issue?

Thanks!
umount

Emacs  : GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.= 9)
 of 2016-04-17 on lgw01-04, modified by Debian
Package: Org-mode version 8.3.5 (8.3.5-dist @ /usr/share/emacs/site-lisp/or= g/)

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe
              org-ba= bel-hide-result-toggle-maybe
              org-ba= bel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook
              org-babel-s= peed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function '(lambda (name contents) contents)  org-latex-format-inlinetask-function 'org-latex-format-inlinetask-def= ault-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-def= ault
 org-latex-format-headline-function 'org-latex-format-headline-default= -function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function '(lambda (name contents) contents)  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-maj= or-mode-hook org-show-block-all
            append local]
           5]
         #[nil "\300\301\302\303\304$\20= 7"
           [org-add-hook change-maj= or-mode-hook
            org-babel-show-res= ult-all append local]
           5]
         org-babel-result-hide-spec org-babel= -hide-all-hashes)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-ascii-format-drawer-function '(lambda (name contents width) conte= nts)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
              org-babel-e= xecute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-draw= ers
          org-cycle-show-empty-lines
          org-optimize-window-after-visi= bility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-html-format-headline-function 'org-html-format-headline-default-f= unction
 org-html-format-inlinetask-function 'org-html-format-inlinetask-defau= lt-function
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )

--_000_MWHPR04MB0495BA41934B8AE0A6097EB8DD140MWHPR04MB0495namp_--