[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Justify/align image previews in org-mode
From: |
Karthik Chikmagalur |
Subject: |
Re: [PATCH] Justify/align image previews in org-mode |
Date: |
Mon, 18 Dec 2023 08:49:45 -0800 |
> It would make sense to allow 'left value as well (same as nil).
Done.
> I do not think that we need to consider 'justify value at this point.
> Maybe in future, when (or if) we add proper justification support to
> text. But not now.
Removed support for 'justify.
> This will not work when the image paragraph is indented:
* This is test
#+attr_org: :align center
[[file:~/Downloads/wallpaper.png]]
- Is there a better way to address this than checking if there is only
whitespace behind the link until the start of the paragraph?
- Does org-element provide a property that can help here? I tried
:pre-blank but it was nil, I'm not sure what it does.
Karthik
- [PATCH] Justify/align image previews in org-mode, Karthik Chikmagalur, 2023/12/17
- Re: [PATCH] Justify/align image previews in org-mode, Karthik Chikmagalur, 2023/12/18
- Re: [PATCH] Justify/align image previews in org-mode, Ihor Radchenko, 2023/12/18
- Re: [PATCH] Justify/align image previews in org-mode,
Karthik Chikmagalur <=
- Re: [PATCH] Justify/align image previews in org-mode, Ihor Radchenko, 2023/12/18
- Re: [PATCH] Justify/align image previews in org-mode, Karthik Chikmagalur, 2023/12/18
- Re: [PATCH] Justify/align image previews in org-mode, Karthik Chikmagalur, 2023/12/18
- Re: [PATCH] Justify/align image previews in org-mode, Ihor Radchenko, 2023/12/19
- Re: [PATCH] Justify/align image previews in org-mode, Karthik Chikmagalur, 2023/12/19
- Re: [PATCH] Justify/align image previews in org-mode, Ihor Radchenko, 2023/12/21
- Re: [PATCH] Justify/align image previews in org-mode, Ihor Radchenko, 2023/12/19
- Re: [PATCH] Justify/align image previews in org-mode, Bastien Guerry, 2023/12/25