Thanks,
> Table alignment assumes you are using a fixed-width font, which
> may or may not be possible with chinese characters.
there is no monospaced font for combining parts of Unicode?
On 2018-06-11, at 21:06, Nick Dokos wrote:
> Marcin Borkowski writes:
>
>> Hi all,
>>
>> so out of nowhere my org agenda started behaving in a strange way. It
>> seems not to respect my TODO-keywords settings:
>>
>> (setq org-todo-keywords
>> '((sequence "TODO(t!)" "DONE(d!)")
>> (
Hi,
For a while now I've been getting "(wrong-type-argument stringp nil)"
errors from a timer running bibtex-parse-buffers-stealthily. Finally
I've tracked it down to an "*org-src-fontification:bibtex-mode*" buffer
(which is hidden, but shows up in ibuffer by pressing "C-u g"). The
backtrace was
Hi,
I noticed that using org-metaup when a region is active seems to behave
in an unintuitive and potentially dangerous way. I would expect that it
would behave similarly to org-refile when a region is active, but it
doesn't.
Looking at the code, I see that it does this:
┌
│ (let* ((a (min
>> What could be possible, however, is to add UTF-8 characters as overlays
>> on top of standard bullets. I think "org-bullet" does something like
>> that.
This seems to work:
(font-lock-add-keywords
'org-mode
'(("^[[:space:]]*\\(-\\) "
0 (prog1 () (compose-region (match-beginning 1) (match
Hello,
alain.coch...@unistra.fr writes:
> That is strange. I did the following:
>
> git clone https://code.orgmode.org/bzg/org-mode.git
>
> cd org-mode && make && make doc
>
> From there, I don't know how to view the manual with Info (like I do
> with the elpa version), but I had assumed it woul
Eric S Fraga writes:
> On Thursday, 14 Jun 2018 at 11:48, Uwe Brauer wrote:
> "Eric" == Eric S Fraga writes:
>>> Unlikely to be a solution available given that you are wanting an
>>> autocompletion that understands LaTeX within MATLAB... I don't know of
>>> any tool that could h
Nicolas Goaziou writes on Thu 14 Jun 2018 20:43:
> > [...] the following excerpt of section 14 (Working with source
> > code) of the manual:
> >
> > Org’s ‘src’ code block type is one of many block types, such
> >as quote, export, verse, latex, example, and verbatim.
> >
> > If
Hello,
Vicente Vera writes:
> Since Emacs 26.1 ‘fill-paragraph’ doesn't change the buffer contents
> if no filling is needed on the current paragraph. It would be nice if
> ‘org-fill-paragraph’ worked the same way.
>
> Not a very relevant change to make, really, but still. Just to avoid
> those
Hello,
Christian Schwarzgruber writes:
> I have set `org-log-reschedule` to `'note`. When calling
> `org-agenda-do-date-later` or `org-agenda-do-date-earlier` in *Org Agenda*
> buffer, `org-log-reschedule` gets ignored.
>
> I would expect that *Org Note* buffer pops-up to insert a note.
I'm not
you can select /agenda/ items with m.
you can select /outline/ entries with a tag, then operate in agenda on
items that have that tag.
would be interesting to have a command to collect [org-id links to all
entries that use a tag] and stick them in a central location. dunno
if capture could do.
Hello,
stardiviner writes:
> Can you remove it? Regenerate patches on my side is little kind of
> trouble.
Done.
Regards,
--
Nicolas Goaziou
Hello,
Steve Quezadas writes:
> Two questions:
> 1) Is there already an org-mode function that select or delete an
> org-mode line item?
> 2) If not, is it possible to do a "set-mark-command" on an org-mode
> line item (possibly derived from the "point-at-bol" command)?
Could you describe more
I'm not sure if there's something incredibly simple I'm missing here,
but is there a way to just select an org-mode item when a cursor is on
top of an org-mode item?
I checked google/org-mode documentation and I can't find anything. So
I went through the source code and noticed that procedure
"or
Hello,
alain.coch...@unistra.fr writes:
> Nicolas Goaziou writes on Wed 13 Jun 2018 21:26:
>
> > The "Easy templates" section does not exist anymore in new
> > manual. Also, there is no such thing as a "verbatim" environment.
> >
> > IOW, it is already solved in master.
>
> Thanks for the fe
Hello,
Kaushal Modi writes:
> Currently if you do M-RET in a checkbox list item, the next item does not
> become a checkbox automatically. This patch fixes that.
>
> I have been using this fix locally for few months. But never got to
> submitting it as I need to yet write a test for it.
>
> Does
tl;dr: `:exports results :noweb no-export :eval never-export' needlessly
expands <> code causing massive slowdowns on export.
> On Jun 13, 2018, at 9:42 PM, Ken Mankoff wrote:
>
> One more thought - even if your system is significantly faster for some
> unknown reason - why is export taking ~
Sincerely,
Grant Rettke
On Thu, Jun 14, 2018 at 9:14 AM, Nicolas Goaziou wrote:
>
> Hello,
>
> Grant Rettke writes:
>
> > Hi,
> >
> > I want to use em-dash as a bullet for plain lists.
> >
> > I read the documentation and didn't see a customization option.
>
> >
> > I read org-list.el only enou
Hello,
Currently if you do M-RET in a checkbox list item, the next item does not
become a checkbox automatically. This patch fixes that.
I have been using this fix locally for few months. But never got to
submitting it as I need to yet write a test for it.
Does that patch look good (apart from m
On Thursday, 14 Jun 2018 at 16:40, Loris Bennett wrote:
> Hi,
>
> For a beamer slide I'd like to have a 2D array of a single PNG-image
> (the single image is a desktop computer, the array is intended to
> represent a cluster of computers). I could presumably just create a
> LaTeX table and include
Hi Nicolas,
On Thu, Jun 14, 2018 at 10:53 AM Nicolas Goaziou
wrote:
>
> FWIW, I cannot reproduce it.
>
I cannot reproduce that either (after emacs restart).. sorry for the noise.
(Now I wonder what happened last time..)
--
Kaushal Modi
Hello,
I just also noticed that this issue exists on maint, Org mode version
9.1.13 (release_9.1.13-5-g89859f).
Josiah
"Loris Bennett" writes:
> Hi,
>
> For a beamer slide I'd like to have a 2D array of a single PNG-image
> (the single image is a desktop computer, the array is intended to
> represent a cluster of computers). I could presumably just create a
> LaTeX table and include the image in each cell.
>
> D
Hello,
Kaushal Modi writes:
> Hello,
>
> Can someone confirm this?
>
> Here's a very simple MWE:
>
> =
> * heading :abc:
> =
>
> With point anywhere in the buffer, C-u C-c C-q used to align the tags
> (right align it to org-tags-column.
>
> But that isn't happening now.
FWIW, I cannot r
Hi,
For a beamer slide I'd like to have a 2D array of a single PNG-image
(the single image is a desktop computer, the array is intended to
represent a cluster of computers). I could presumably just create a
LaTeX table and include the image in each cell.
Does anyone know of a better idiom?
Chee
Hello,
Can someone confirm this?
Here's a very simple MWE:
=
* heading :abc:
=
With point anywhere in the buffer, C-u C-c C-q used to align the tags
(right align it to org-tags-column.
But that isn't happening now.
The tags though get auto-aligned when I do (i.e. add TODO) to
that he
Hello,
Grant Rettke writes:
> Hi,
>
> I want to use em-dash as a bullet for plain lists.
>
> I read the documentation and didn't see a customization option.
>
> I read org-list.el only enough to get a rough idea of how it
> works. org-at-item-p, org-at-item-bullet-p, org-item-re seem important
Hello,
Van L writes:
> Hello.
>
> Mixing characters from differing languages causes the table column to fail to
> align.
>
> See as follows.
>
> | Term | Pronunciation | Definition
>
Nicolas Goaziou writes on Wed 13 Jun 2018 21:26:
> The "Easy templates" section does not exist anymore in new
> manual. Also, there is no such thing as a "verbatim" environment.
>
> IOW, it is already solved in master.
Thanks for the feedback.
I had been made aware of the verbatim block t
In our last episode, the evil Dr. Lacto had captured our hero,
Óscar Fuentes , who said:
> While trying to create a demo file I noticed that decryption works fine
> as long as the content was relatively new, while it fails for content
> that was encrypted years ago.
"Years ago" ? Sounds like m
On Thursday, 14 Jun 2018 at 11:48, Uwe Brauer wrote:
"Eric" == Eric S Fraga writes:
>> Unlikely to be a solution available given that you are wanting an
>> autocompletion that understands LaTeX within MATLAB... I don't know of
>> any tool that could help unfortunately.
>
> Aeh, n
>>> "Eric" == Eric S Fraga writes:
> On Thursday, 14 Jun 2018 at 10:10, Uwe Brauer wrote:
>> Hi
>>
>> I asked that more than a year ago, but maybe meanwhile there are some
>> news in master which I did not noticed.
>>
>> Consider please the following template
>>
>> #
On Thursday, 14 Jun 2018 at 10:10, Uwe Brauer wrote:
> Hi
>
> I asked that more than a year ago, but maybe meanwhile there are some
> news in master which I did not noticed.
>
> Consider please the following template
>
> #+begin_src matlab :results output latex :exports results :eval
> never-exp
Hi
I asked that more than a year ago, but maybe meanwhile there are some
news in master which I did not noticed.
Consider please the following template
#+begin_src matlab :results output latex :exports results :eval never-export
clear all
f1=5;
f2=4;
f3=6;
h=(1-(-1))/2;
s=misimp(5,4,6,h);
d
34 matches
Mail list logo