I would like native Org mode within Emacs to show me invisible table.
Is that possible?
Jean Louis
Max Nikulin writes:
> On 21/12/2024 13:52, Joseph Turner wrote:
>> Max Nikulin writes:
>>>
>>> #+begin_comment
>>> ^L
>>> #+end_comment
>
>> Thank you! Or even simpler:
>> # ^L
>
> It was first I tried, but Emacs-28.2 demands to decide if Local
> Variables should be applied.
Oops! You're right
On Saturday, December 21st, 2024 at 11:29, Jean Louis wrote:
> I would like native Org mode within Emacs to show me invisible table.
>
> Is that possible?
Can you explain more? What do you mean by an invisible table?
Cheers,
Bill
--
William Denton
https://www.miskatonic.org/
Librarian, a
martin rudalics writes:
> I attach a version which does both. With (reuse-indirect . buffer) it
> leaves the window's buffer alone. With any other value it puts BUFFER
> into the window. Run it for a while and when you think it's useful I'll
> install it.
Sebastien, would you be interested to
Gilles Marait writes:
> Yes, it works perfectly.
> Thank you very much for the patch. I don't think I would have been able
> to do it properly with my limited knowledge of elisp.
Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=778a29dcc6
--
Ihor Radchenko // y
Hi,
I am fairly new to org and was wondering what are the common workflows that
people follow for planning and scheduling with org-mode.
Currently I have one file called agenda.org to which I write a top level header
for the week that I'm planning tasks for, followed by the tasks with the TODO
On 21/12/2024 01:51, Leo Butler wrote:
On Fri, Dec 20 2024, Nikolaos Chatzikonstantinou wrote:
Do you want mathjax when viewing the readme file?
Yes. The only documentation I have seen refers to markdown.
On a hunch, I changed all the math delimiters in my README.org to $ and
$$ and that wor
On Sat, Dec 21 2024, Ashish Panigrahi wrote:
> Hi,
>
> I am fairly new to org and was wondering what are the common workflows that
> people follow for planning and scheduling with org-mode.
>
> Currently I have one file called agenda.org to which I write a top level
> header for the week that I'
Ihor Radchenko writes on Mon 16 Dec 2024 19:08:
> I suspect that it is some kind of bug in Emacs 29. It seems that the
> command is only properly working in Emacs 30.
>
> I am not sure how I overlooked the problem. Maybe forgot to test things
> on older Emacs somehow.
>
> I think that we
Michael Heerdegen writes:
>> What I was thinking about is some way for command remapping to:
>>
>> 1. remap overriding minor modes
>> 2. be able to access commands (possible remapped) that are shadowed by
>>current remapping
>>
>> Maybe what I want is advice flexibility for keymaps. (not sure
Björn Bidar writes:
> Anyway it would be a good improvement to include the org-mode api manual
> with org-mode similar to how Emacs includes the Elisp manual.
Maybe. But we need to write that org-element API manual first.
The WORG page is not a manual. It's a mixture of API reference (partial)
w
Hello, when trying to export the following Org file:
#+begin_src
Hello, world.
#+end_src
To texinfo using `org-texinfo-export-to-texinfo', I get the following
error:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
org-texinfo-src-block((src-block (:language
Karthik Chikmagalur writes:
>>> ...
>>> Considering this, it might be better to just split
>>> `org-link-preview-file' into two public functions, where the "inside"
>>> function accepts an image instead of a file.
>>
>> Agree.
>> Would you be interested to create a patch?
>
> Ihor, did you write
Björn Bidar writes:
> I'm also wondering how much could there be shared if the thing to be
> displayed on the overlay isn't an image.
>
> The org-image--align function talks about images but ultimately
> doesn't do anything specific to image.
> I think the alignment the only part which is generic
14 matches
Mail list logo