---
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\"."
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
http://www.w3.org/1999/xhtml"; lang="zh_CN" xml:lang="zh_CN">
#+end_example
It should be:
#+begin_example
http://www.w3.org/1999/xhtml"; lang="zh-CN" xm
when i remove recentf catch file, it's ok. thank.---Original---From: "Aaron Ecay"Date: 2014/08/13 14:19:01To: "Feng Shu";"emacs-orgmode";Subject: Re: [O] "#+begin_src R :results output drawer" doesn't work.Hi Feng,
2014ko abuztuak 9an, Feng Shu-ek idatzi zuen:
>
> #+begin_src R :results outpu
The preview png of latex fragment seem to small, what about change default
`org-format-latex-options' :scale from 1.0 to 2.0?
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 w
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" 写道:
Hello,
tumashu writes:
> The preview png of latex fragment
--
发自我的网易邮箱手机智能版
在 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 feature to switch latex commands dynamici
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,
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 fe
`((?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.
https://github.com/tumashu/org-capture-pop-frame
you can try above package
--
发自我的网易邮箱手机智能版
在 2016-06-04 09:23:09,"Samuel Wales" 写道:
>over many years, i have been trying to get org-protocol (or
>anything similar) to work, and it is not working reliably.
>
>intermittent
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" wrote:
Hi Nicolas,
Please take a look at the updated patch. Changes:
- add ORG-NEWS entry
- add function declaration
- add input file template
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)
(inse
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
#+END
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 outliner that overlaps quit
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 new
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))
```
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?
>>>
>>
在 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 the
0001-org-agenda-Add-org-agenda-breadcrumbs-separator.patch
Description: Binary data
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
(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 + s
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
0001-Add-org-agenda-show-indirect-variable.patch
Description: Binary data
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 buffe
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
At 2018-04-12 21:22:21, "Nicolas Goaziou" wrote:
>Hello,
>
>tumashu 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 save buffer is very
>> slow, so I want to org-
At 2018-04-14 15:44:00, "Nicolas Goaziou" wrote:
>Hello,
>
>tumashu writes:
>
>> I do not know why must save-buffer, may be for information safe :-)
>
>If there is no objection, I suggest to simply remove this call to
>`save-buffer' inste
At 2018-04-14 17:42:27, "tumashu" wrote:
>
>
>
>
>
>
>
>
>
>
>At 2018-04-14 15:44:00, "Nicolas Goaziou" wrote:
>>Hello,
>>
>>tumashu writes:
>>
>>> I do not know why must save-buffer, may be for in
There is a package which support wip-cite:
https://github.com/andras-simonyi/citeproc-org, should wip-cite branch
be merged to master now?
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 file.
>>
>> Can org-attach provide link directl
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 (&optional line)
...
(while (re-search-forward "
>
>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 (&optional line)
"Align all tags in agenda items to `org-agenda-tags-colu
At 2018-05-07 21:22:34, "Nicolas Goaziou" wrote:
>Hello,
>
>tumashu writes:
>
>> 1. [:alnum:] can not match Chinese char, what about add [:multibyte:] ?
>
>What about :
>
> [:alnum:] + [:multibyte:] -> [:word:]
I found [:alnum:] can mat
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.
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 not
#+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 citation
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)
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 &optional flag)
"Comp
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)
tha
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-s
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)
>
>
>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
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))
;;
44 matches
Mail list logo