org-log-reschedule's docstring says that the org-schedule and
org-agenda-schedule commands respect the LOGGING property for a
subtree, but the behavior I observe seems to indicate the LOGGING
property has in fact no effect.
## Reproduction steps
1. emacs -Q
2. (setopt org-log-reschedule 'time)
bug reports*
On Sunday, March 2nd, 2025 at 7:41 PM, the_wurfkreuz
wrote:
> Oops, sorry, i've sent so many bug requests that repeated myself on this one.
>
> On Sunday, March 2nd, 2025 at 3:36 PM, the_wurfkreuz
> wrote:
>
>> I use this setting:
>>
>> (setq org-edit-src-content-indentation 0)
>
Hi,
This markup
| file:test-small.png | file:test-small.png |
produces
#+BEGIN_SRC latex
This would be a table with inlined images:
\begin{center}
\begin{tabular}{ll}
\includegraphics{test-small.png} & \includegraphics{test-small.png}\\
\end{tabular}
\end{center}
#+END_SRC
which is consi
Jens Lechtenboerger writes:
>>> Is there an option that I am missing, or is this a bug? What do you
>>> think?
>>
>> Maybe a bug. Not sure.
>> What might be happening is that you published some files without :index
>> t in the past and the results (no index) got cached.
>> What if you clear the
"Momchil Ivanov" writes:
> the function (org-babel-remove-result-one-or-many) does not remove results
> of call lines when called with prefix argument. The attached patch makes
> it do so.
>
> I have attached two simple test cases as well.
> Subject: [PATCH] lisp/ob-core.el: Fix org-babel-remove-
Oops, sorry, i've sent so many bug requests that repeated myself on this one.
On Sunday, March 2nd, 2025 at 3:36 PM, the_wurfkreuz
wrote:
> I use this setting:
>
> (setq org-edit-src-content-indentation 0)
>
> Which might create a situation where i write an asterisk as the first
> character in
Ihor Radchenko writes:
> Is there anything wrong with ox-md itself? Note that ox-md is exporting
> to vanilla md flavor, not to github.
Canceled.
I do not see anything wrong on ox-md side given the provided description.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org m
I use this setting:
(setq org-edit-src-content-indentation 0)
Which might create a situation where i write an asterisk as the first
character in a line while in a code block. For instance, if i install a
crontab mode and do this:
#+begin_src crontab
* * * * * command_to_execute
#+end_src
Doing
Yes, sorry. I've submitted my own assignment form and I'm waiting to get
the signed version back from the FSF. My company's legal department is also
working with the FSF rep to get the corporate release done. I've been
rebasing against HEAD as things have been committed and testing, so
hopefully th
Also, just to point out, once the legal stuff is all complete I'll have
free reign to help with anything org-mode related, so I'm looking forward
to more contributions soon!
On Sun, Mar 2, 2025 at 10:49 AM Derek Chen-Becker
wrote:
> Yes, sorry. I've submitted my own assignment form and I'm waiti
Pedro Andres Aranda Gutierrez writes:
> I've taken some time in generating a test org file. Just to see what would
> happen.
> I'm attaching the test file and the generated pdf (on org-mode main, my
> patch applied)
> to see if I'm missing something. Please feel free to append more tests in
> the
Rudolf Adamkovič writes:
> A user of the Org Mode and Graphviz has currently 3 options:
>
> (1) Write `#+begin_src dot':
>
> - lose all benefits of the specialized major mode
> - keep all benefits of Org Babel
There is an option to customize `org-src-lang-modes'.
> (2) Write `#+begin_sr
On 2/28/25 4:42 AM, jman wrote:
> Just to be sure I understand: you are suggesting an alternate way to linkify
> a selected region of
> text, currently supported by the `*-insert-link` functions (bound to `C-c
> C-l`), correct?
That's correct. The org-insert-link command continues to be usefu
Hello Org:
Over the last weeks I was talking with Ihor about `ob-lisp.el` and how it
handles `verbatim` and multiple values returned by Common Lisp.
I did a change where multiple values are now handled properly. In
particular, returning multiple values works the same as returning a list.
On the o
Ihor Radchenko writes:
>> I submitted my assignment form this week, but I'm not sure how long it
>> takes for that to get processed.
>
> 5 working days in theory, but they may take longer in practice as there
> is, AFAIK, a single guy handling all these assignments.
> I suggest to wait up to 1 mo
Hi Org,
On 2025-03-01 at 22:38 -05, Ken Mankoff wrote...
> I'm getting an error in *Messages* when I try to generate a monthly
> clocktable report. If I remove ":step month" then there is no problem.
>
> The error is: org-dblock-write:clocktable: Search failed: "^[
> ]*#\\+END:"
I did some debug
16 matches
Mail list logo