Hello,
recently I encountered a bug with capturing table lines. Here is a ECM
to reproduce it:
- org-mode file (testing.org):
#+begin_src org
* Headline
|---+--+|
| | Name | Amount |
|---+--+|
|---+--+|
| | ||
|---+--+|
#+TBLFM: @2$
Hello all!
I am trying to make an agenda view of all tasks that don't have the
:Effort: property set, including tasks that are scheduled for later.
My init.el files includes the following lines (of interest is the "E"
agenda):
```
(setq org-agenda-custom-commands
'(("U" "Unscheduled tasks"
I suggest a possible change to org-indent--compute-prefixes to
alleviate the problem.
When using variable-pitch-mode (which I particularly like as I
write a lot of prose in org-mode), the indent between headlines
and body text can be off, depending on the difference in the width
of asterisk a
Hi,
Unfortunately, I don't have write permission to the repo. So we need
to ask one of the maintainers to merge it.
I can put it in my personal github repo, if that helps.
--
yashi
On Wed, Jan 16, 2019 at 4:05 AM Scott Randby wrote:
>
> On 1/13/19 8:23 PM, Yasushi SHOJI wrote:
> >
On Tue, Jan 15, 2019 at 11:50 PM Alexandre Duret-Lutz
wrote:
> Since I updated to org 9.2, the following idiom stopped working.
>
> --
> #+NAME: context
> #+BEGIN_SRC C++ :exports none
> #include
> int u = 0;
> #+END_SRC
>
> #+BEGIN_SRC C++ :exports both :noweb strip-export :resu
In Org Agenda, `C-u l', which IIUC is supposed to "show all possible
log items, not only the ones configured in
`org-agenda-log-mode-items'" shows clocking of work, closing of
entries, and other state changes of entries (tagged in the agenda
with "Clocked", "Closed", and "State" respectively).
T
hi,
On 1/16/19, N. Jackson wrote:
>
> In Org Agenda, `C-u l', which IIUC is supposed to "show all possible
> log items, not only the ones configured in
> `org-agenda-log-mode-items'" shows clocking of work, closing of
> entries, and other state changes of entries (tagged in the agenda
> with "Clo
[Quoting trimmed for the most relevant context.]
> On Jan 11, 2019, at 7:12 PM, Berry, Charles wrote:
>
>> On Jan 5, 2019, at 7:41 AM, Win Treese wrote:
>>
>>> On Jan 5, 2019, at 5:25 AM, Eric S Fraga wrote:
>>>
>>> On Friday, 4 Jan 2019 at 19:38, Win Treese wrote:
Suppose I have the f