Re:Re: New user experience ct'd: exporting citations into LaTeX (9.5)

2021-10-13 Thread tumashu
#+print_bibliography seem to not document in info. (require 'oc-csl) is not too. -- 发自我的网易邮箱手机智能版 - Original Message - From: "Bruce D'Arcus" To: "Leszek Wroński" Cc: org-mode-email Sent: Wed, 13 Oct 2021 17:34:50 -0400 Subject: Re: New user experience ct'd: exporting

Re:[PATCH] The align of time is not beautiful as 9.4 when I update to org 9.5.

2021-10-04 Thread tumashu
At 2021-10-04 15:48:49, "Ihor Radchenko" wrote: >tumashu writes: > >> Hello: >> >> >> When I update to org 9.5, I find that the align of time like "7:00" has >> been changed. >> >> I think the new style is

The align of time is not beautiful as 9.4 when I update to org 9.5.

2021-09-29 Thread tumashu
Hello: When I update to org 9.5, I find that the align of time like "7:00" has been changed. I think the new style is not beautiful as old style. 1. New style look like not align to the first char, for the width of 9 looks like > 1 2. the old style is align ":" Feng.

Re:Bug: ODT export of Chinese text inserts spaces for line breaks

2021-06-28 Thread tumashu
You can try the below config :-) (defun eh-org-wash-text (text backend _info) "导出 org file 时,删除中文之间不必要的空格。" (when (or (org-export-derived-backend-p backend 'html) (org-export-derived-backend-p backend 'odt)) (let ((regexp "[[:multibyte:]]") (string text))

Re:Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu
>I think (setq org-use-fast-tag-selection nil) do not work well with ivy, >selectrum or vertico. > >I like the below idea, but seem to no progress. > https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html If this patch is hard to merge, I think my patch is a conside way, for it

Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu
At 2021-05-01 23:20:24, "Bastien" wrote: >Hi tumashu, > >tumashu writes: > >> This is v2 patch, use completing-read-multipul. > >Thanks for the patch. You can already do this: > >(setq org-use-fast-tag-selection nil) > >

Re:[PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-04-15 Thread tumashu
This is v2 patch, use completing-read-multipul. At 2021-04-15 09:25:03, "tumashu" wrote: Hello I have added 'simple option to org-fast-tag-selection-single-key, please try and comment :-) (setq org-use-fast-tag-selection t) (setq org-fast-tag-select

[PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-04-14 Thread tumashu
Hello I have added 'simple option to org-fast-tag-selection-single-key, please try and comment :-) (setq org-use-fast-tag-selection t) (setq org-fast-tag-selection-single-key 'simple) ;; better use vertico or selectrum :-) ;; (require 'vertico) ;; (vertico-mode 1)

About completion-ignore-case in org-tags-completion-function

2021-04-14 Thread tumashu
In org-tags-completion-function, completion-ignore-case force nil, what about set it to t? tags are case-sensitive, wile this function is used to search tag. (defun org-tags-completion-function (string _predicate flag) "Complete tag

Re:Re: Agenda follow mode + indirect window settings

2020-11-16 Thread tumashu
At 2020-11-17 12:52:06, "Kyle Meyer" wrote: >Gerardo Moro writes: > >> Hi, >> >> I want my agenda to have follow-mode active when starting Emacs. >> I suppose this would do the trick? >> >> (setq org-agenda-start-with-follow-mode t) >> (setq org-agenda-follow-indirect t) >> >> 1)

Re: [O] [PATCH] Add org-agenda-show-indirect variable

2019-09-01 Thread tumashu
At 2019-09-01 22:28:00, "Adam Porter" wrote: >tumashu writes: > >> + (when org-agenda-show-indirect >> +(let ((org-indirect-buffer-display 'current-window)) >> + (org-tree-to-indirect-buffer) >> + ;; hide indirect buffer in

[O] [PATCH] Add org-agenda-show-indirect variable

2019-08-22 Thread tumashu
0001-Add-org-agenda-show-indirect-variable.patch Description: Binary data

Re: [O] org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it?

2019-03-21 Thread tumashu
At 2019-03-22 04:55:25, "Nicolas Goaziou" wrote: >Hello, > >tumashu writes: > >> (defcustom org-tags-match-list-sublevels t >> "... >> This variable is semi-obsolete and probably should always be true. It >> is better to limit inhe

[O] org-tags-match-list-sublevels is very useful in some condition, why we will semi-obsolete it?

2019-03-21 Thread tumashu
(defcustom org-tags-match-list-sublevels t "... This variable is semi-obsolete and probably should always be true. It is better to limit inheritance to certain tags using the variables `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'." ... "org-tags-match-list-sublevels +

Re: [O] [PATCH] org-agenda: Add org-agenda-breadcrumbs-separator

2019-03-21 Thread tumashu
Added info to ORG-NEW At 2019-03-21 21:49:14, "Nicolas Goaziou" wrote: >Hello, > >tumashu writes: > >> From 7b94df17217c116c882e8a080f686b626c82f45e Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Thu, 21 Mar 2019 12:49:42 +0800 >&g

[O] [PATCH] org-agenda: Add org-agenda-breadcrumbs-separator

2019-03-20 Thread tumashu
0001-org-agenda-Add-org-agenda-breadcrumbs-separator.patch Description: Binary data

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-28 Thread tumashu
在 2019-02-25 20:31:24,"Nicolas Goaziou" 写道: >Hello, > >"Feng Shu" writes: > >> * lisp/org.el (org-update-radio-target-regexp): Let radio target works well >> with Chinese > >Thank you. > >> There is no need to force split words with the help >> of space for Chinese, this change let

Re: [O] [PATCH] Let radio target works well with Chinese

2019-02-25 Thread tumashu
At 2019-02-26 03:50:37, "Eric Abrahamsen" wrote: >Emilio Francesquini writes: > >> Hello, >> >>> <<<天空>>> >>> > >>> > 我爱天空和大地 >>> > >>> >>> Org doesn't support mid-word radio targets. Is there any strong reason >>> to make a case for Chinese? What about other languages? >>> >>

[O] [Suggest] Add a command org-attach-sync-all

2018-11-04 Thread tumashu
I alway forgot to run org-attach-sync when I manual update task's attach dir, suggest add a sync all command like below: ``` (defun org-attach-sync-all () (interactive) (org-map-entries #'org-attach-sync) (org-align-all-tags)) ```

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2018-10-31 Thread tumashu
Hello, this feature seem to be very useful, what is this patch status? At 2018-10-21 15:53:38, "Gustav Wikström" wrote: Hi, I’ve attached a patch with some suggested additions to org-attach. Patch comments below. Please review. Kind regards Gustav ___ Patch comments: * Add

Re: [O] BUG: org tag can align proper when tag is Chinese.

2018-05-07 Thread tumashu
At 2018-05-07 21:22:34, "Nicolas Goaziou" <m...@nicolasgoaziou.fr> wrote: >Hello, > >tumashu <tuma...@163.com> writes: > >> 1.  [:alnum:] can not match Chinese char,  what about add [:multibyte:] ? > >What about : > > [:alnum:] + [:mul

Re: [O] BUG: org tag can align proper when tag is Chinese.

2018-05-07 Thread tumashu
> >Could you test this change? Seem to work! Another problem I have found is that: when having Chinese char, (window-text-width) is not a stable method, but I do not know how to fix it. ``` (defun org-agenda-align-tags ( line) "Align all tags in agenda items to `org-agenda-tags-column'."

[O] BUG: org tag can align proper when tag is Chinese.

2018-05-07 Thread tumashu
1.  [:alnum:] can not match Chinese char,  what about add [:multibyte:] ? ``` (defun org--align-tags-here (to-col)  ...     (if    (or (not (looking-at ".*?\\([ \t]+\\)\\(:[[:alnum:]_@#%:]+:\\)[ \t]*$"))  ... ) (defun org-agenda-align-tags ( line)  ...   (while (re-search-forward "\\([

Re: [O] [SOLVED] org-attach provide org-store-link like link for org-insert-link

2018-05-05 Thread tumashu
At 2018-05-05 13:14:10, "stardiviner" wrote: > >stardiviner writes: > >> I used a lot with org-attach to insert files like images, small PDF >> files, and audio. Every time I attached one file, I have to manually >> link to that attachment

[O] Should wip-cite branch be merged to master?

2018-04-20 Thread tumashu
There is a package which support wip-cite: https://github.com/andras-simonyi/citeproc-org, should wip-cite branch be merged to master now?

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-15 Thread tumashu
At 2018-04-14 17:42:27, "tumashu" <tuma...@163.com> wrote: > > > > > > > > > > >At 2018-04-14 15:44:00, "Nicolas Goaziou" <m...@nicolasgoaziou.fr> wrote: >>Hello, >> >>tumashu <tuma...@16

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-14 Thread tumashu
At 2018-04-14 15:44:00, "Nicolas Goaziou" <m...@nicolasgoaziou.fr> wrote: >Hello, > >tumashu <tuma...@163.com> writes: > >> I do not know why must save-buffer, may be for information safe :-) > >If there is no objection, I suggest to sim

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-12 Thread tumashu
At 2018-04-12 21:22:21, "Nicolas Goaziou" <m...@nicolasgoaziou.fr> wrote: >Hello, > >tumashu <tuma...@163.com> writes: > >> I use org-capture to capture text to a file of my mobile phone >> with the help of tramp and termux's sshd, the

[O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-11 Thread tumashu
I use org-capture to capture text to a file of my mobile phone with the help of tramp and termux's sshd, the save buffer is very slow, so I want to org-capture-finalize just update buffer, and I save buffer manually when need. By the way, can we contribute org-mode with the help of PR feature in

Re: [O] ANNOUNCE: GNU Hyperbole 6.0.1 for Emacs 24.4 - 25 is released

2016-07-29 Thread tumashu
great comment 在 2016-07-30 00:25:12,"aditya siram" 写道: I never used Hyperbole back in the day so this is all fresh for me. I am also an avid org-mode user. The following feedback is based on about 48 hours of usage. Hyperbole is a suite of tools. One of them is an

[O] [BUG] Error running timer ‘org-element--cache-sync’: (wrong-type-argument hash-table-p nil)

2016-07-06 Thread tumashu
1. GNU Emacs 25.0.95.1 (i686-w64-mingw32) of 2016-06-13 2. org-20160704 #+BEGIN_COMMENT (let ((buffer-name "*Test*")) (with-output-to-temp-buffer buffer-name (set-buffer buffer-name) (when (featurep 'org) (org-mode)) (setq truncate-lines 1) (setq cursor-type nil)

Re: [O] [PATCH] ob-sql.el: Support sqlcmd and cygwin environment

2016-06-16 Thread tumashu
You can use sqsh to connect MS-sql too, more info you can see: https://github.com/tumashu/sql-mssql At 2016-06-16 14:04:26, "Xi Shen" <davidshe...@gmail.com> wrote: Hi Nicolas, Please take a look at the updated patch. Changes: - add ORG-NEWS entry - add function declara

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-04 Thread tumashu
https://github.com/tumashu/org-capture-pop-frame you can try above package -- 发自我的网易邮箱手机智能版 在 2016-06-04 09:23:09,"Samuel Wales" <samolog...@gmail.com> 写道: >over many years, i have been trying to get org-protocol (or >anything similar) to work, and it i

Re: [O] (V8) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-19 Thread tumashu
`((?b . ,(shell-quote-argument base-name)) (?f . ,(shell-quote-argument full-name)) (?o . ,(shell-quote-argument out-dir)) What about add a spec to output-file, some commands need this information. I will edit my diff tonight and sent to org-mode mailling list as far as possible.

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread tumashu
If we need 4 cmmand to convert test.dvi to test.png 1. cmd1 test.dvi test.a 2. cmd2 test.a test.b 3. cmd4 test.b test.png does it work correctly? can %b.a convert to text.a ? ("cmd1 %b.dvi %b.a" "cmd2 %b.a %b.b" "cmd3 %b.b %b.png") if it works properly, i suggest merge org-compile-file

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread tumashu
i see your mean, i think org-compile-file can do more thing, for example: handle dvipng or dvisvgm, what i need to know is the different of call-process and run shell command. can we use run shell command instead of call-process in converting dvi to png? special string need to do more work,

Re: [O] (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread tumashu
-- 发自我的网易邮箱手机智能版 在 2016-05-16 21:18:20,"Nicolas Goaziou" 写道: >Hello, > >"Feng Shu" writes: > >> I suggest to add (:generator my-generator-function) style configure >> to `org-latex-pdf-process', it is simple and powerful feature, we >> can use this

Re: [O] latex fragment png's size too small

2016-05-14 Thread tumashu
The problem is that the pic is too small and nearly can not see the words in the picture, it will force user config it, if we use a larger pic, it can work although it is ugly 在 2016-05-14 16:56:15,"Nicolas Goaziou" <m...@nicolasgoaziou.fr> 写道: Hello, tumashu <tuma

[O] latex fragment png's size too small

2016-05-13 Thread tumashu
The preview png of latex fragment seem to small, what about change default `org-format-latex-options' :scale from 1.0 to 2.0?

[O] Use dvisvgm to preview latex fragments

2016-05-13 Thread tumashu
I find a new tool: dvisvgm (https://github.com/mgieseki/dvisvgm) ,which we can use it to preview latex fregments, it can deal with xetex's xdv file as well (it will available in texlive2016). The questions are: 1. which path we should use: "dvi/xdv -> svg" or "dvi/xdv -> svg -> png" ? 2. if

[O] [question] How to filter a head based head name?

2015-04-03 Thread tumashu
The below is an example, I want to ignore *head1* and *its content* when export to html, but for some reason I can't add tags to head, How to solve this problem? If I want to rename *head2* to *new-head2*, how to do? #+BEGIN_ORG * head1 content1 * head2 content2 * head3 content3

Re: [O] #+begin_src R :results output drawer doesn't work.

2014-08-20 Thread tumashu
wheniremoverecentfcatchfile,it'sok.thank.---Original---From: Aaron Ecayaarone...@gmail.comDate: 2014/08/13 14:19:01To: Feng Shutuma...@gmail.com;emacs-orgmodeemacs-orgmode@gnu.org;Subject: Re: [O] #+begin_src R :results output drawer doesn't work.Hi Feng, 2014ko abuztuak 9an, Feng Shu-ek idatzi

Re: [O] [PATCH] Adding Simplified Chinese(UTF-8) translation for org-exp

2012-03-18 Thread tumashu
Today, I test Simplified Chinese(UTF-8) translation for org-exp.el again, I find that zh_CN is used by *xml:lang* and *lang* #+begin_example html xmlns=http://www.w3.org/1999/xhtml; lang=zh_CN xml:lang=zh_CN #+end_example It should be: #+begin_example html xmlns=http://www.w3.org/1999/xhtml;

[O] [PATCH] Adding Simplified Chinese(UTF-8) translation for org-exp

2012-03-17 Thread tumashu
--- lisp/org-exp.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index a1102a8..229d83c 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -200,7 +200,8 @@ This option can also be set with the +OPTIONS line, e.g. \-:nil\.