Re: #o544 is user rw?

2023-04-12 Thread Timothy
Hi Ruijie, > I’m looking at this `defcustom’, and its docstring looks wrong. It says > that #o544 corresponds to “u=rw,g=r,o=r”, but shouldn’t it be > “u=rx,g=r,o=r”? Something is wrong, unless there is another definition > of permissions that I’m not aware of. You are correct. I have a

[SOLVED] Re: How to change working directory in ob-matlab source block?

2023-04-12 Thread Christopher M. Miles
stardiviner writes: > Is there friend know Emacs Org mode and Matlab here? > > I try to save Matlab plot into image file in another path instead of current > working directory. Like > bellowing code: > > #+headers: :var cwd=(expand-file-name "data/images/" (file-name-directory >

Re: [BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-12 Thread General discussions about Org-mode.
Gustavo Barros writes: > Hi All, > > I'm testing here the new pretest for Emacs 29, and I noticed a small > problem in the type specification of the `org-latex-packages-alist' > defcustom. > > The docstring states that each element of the alist is composed of up > to four elements, but the type

#o544 is user rw?

2023-04-12 Thread General discussions about Org-mode.
I'm looking at this `defcustom', and its docstring looks wrong. It says that #o544 corresponds to "u=rw,g=r,o=r", but shouldn't it be "u=rx,g=r,o=r"? Something is wrong, unless there is another definition of permissions that I'm not aware of. --8<---cut

How to change working directory in ob-matlab source block?

2023-04-12 Thread stardiviner
Is there friend know Emacs Org mode and Matlab here? I try to save Matlab plot into image file in another path instead of current working directory. Like bellowing code: #+headers: :var cwd=(expand-file-name "data/images/" (file-name-directory (buffer-file-name))) #+headers: :prologue

How to change working directory in ob-matlab source block?

2023-04-12 Thread stardiviner
[stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/

Re: [BUG] Killing link located at beginning of line does not kill full link if region is selected to beginning or end of line by either mouse or arrow keys [9.5.2 (release_9.5.2-13-gdd6486 @ c:/Progra

2023-04-12 Thread Miguel Garza
Yes, I think there could be arguments for different behaviors, but I suspect the expected behavior should be the same as when you select the link by other methods, such as starting a region at one end and then jumping to the beginning or end of the line with move-beginning-of-line or

[BUG] org-latex-packages-alist type specification [9.6.3 (release_9.6.3-2-gf2949d @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-04-12 Thread Gustavo Barros
Hi All, I'm testing here the new pretest for Emacs 29, and I noticed a small problem in the type specification of the `org-latex-packages-alist' defcustom. The docstring states that each element of the alist is composed of up to four elements, but the type specification comprises just the first

Re: Clocktable :formatter to record time in hours or work-days

2023-04-12 Thread Dr. Arne Babenhauserheide
William Denton writes: > How could I format the Time column in hours? How could I format it to > hours/8, > rounded, to represent work-days? I only want this formatting for this table, > I > have other clocktables in the same file I don't want to change. I use the customization

Re: Clocktable :formatter to record time in hours or work-days

2023-04-12 Thread Dave Marquardt
William Denton writes: > I've been clocking in and out of a project for a few months and now it's > over. > I tagged each entry with "search", so a brief clocktable report looks like > this: > > #+BEGIN: clocktable :maxlevel 1 :scope file :tags t :match "search" > #+CAPTION: Clock summary at

Re: [RFC] [feat] org-colview/org-columns: 'column view' moving rows up/down

2023-04-12 Thread Ihor Radchenko
Sławomir Grochowski writes: > As I understand it something with overlay. Which try to jump before the > first line of the buffer. Most likely. > And that makes some kind of overflow? > I will try to simplify the example and create a simple overlay without > org-columns. > If anyone has some

Re: [BUG] Org export LaTeX: Multiple dashes in ~code~/=verbatim= turn into wrong number of dashes [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-12 Thread Ihor Radchenko
Garid Zorigoo writes: > These multiple dashes need `{}` separator in between (i.e. `-{}-`). > However, I believe that ~~ should become \texttt{-{}-{}-{}-{}-} > (actual 4 dashes) instead of \texttt{-{}--{}-} (dash + en.dash + dash)? Thanks for reporting! Fixed, on bugfix.

Re: [BUG] Killing link located at beginning of line does not kill full link if region is selected to beginning or end of line by either mouse or arrow keys [9.5.2 (release_9.5.2-13-gdd6486 @ c:/Progra

2023-04-12 Thread Ihor Radchenko
"Miguel Garza" writes: > [[www.google.com][link]] > > Org Mode will turn the above text into a clickable link called "link". > > Now, select the link either by clicking and dragging the mouse from the end > of the word "link" to the beginning of the word, or by starting a region at > either

Re: [BUG] Org export LaTeX: Multiple dashes in ~code~/=verbatim= turn into wrong number of dashes [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]

2023-04-12 Thread Garid Zorigoo
I think I even found a solution much easier solution. Just replace each - dash with {-} when exporting latex. In other words: |---+-| | Original org  | New suggestion  |