Can't turn off hide-stars

2020-03-26 Thread Lawrence Bottorff
I have searched high and low through my init/config and I can't find where
orgmode is suppressing the display of leading asterisks of headings. I've
got org-hide-leading-stars set to nil -- but it turns itself back on
whenever I open an org file. I can start a clean, blank org file (no
#+STARTUP hidestars/showstars) and create a few headings -- to see, once
again, the leading stars suppressed. My org-bullets is commented out in
init-land. I try an emacs -Q and of course I have leading stars on
sub-headings, however deep. Yes, it's something in my init/config, but I
just can't find what's suppressing leading stars.

The whole reason I'm trying to do this is I'm tinkering with babel SML and
whenever I have a code block under a heading -- depending on the depth of
the heading -- the SML code block can be mis-justified. And if I
promote/demote the heading around with M- the SML code
alignment dances around depending on the depth. I can do C-c ' and the
alignment is perfect; but come back the org file and it's wonky. So if I
set up an SML babel environment in an emacs -Q environment -- with leading
starts -- no problem.

This is maddening, to say the least. I need to turn off suppression or
figure out why suppressed stars and babel SML blocks don't mix.

LB


Re: bi-monthly steps.

2020-03-26 Thread Kyle Meyer
Christian Hopps  writes:

> I've attached an updated patch using "semimonth".

Applied in 8a99404c8, along with a follow-up commit that adds a test,
updates the manual, and add a NEWS entry.

Thanks.



Re: Bug: Org manual: Structure Editing: Clarify commands which use the Transient Mark region [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /tmp/.emacs.d.tmp.99712ad4-61f4-4464-b003-d6d4eea9b98f/org-plus-contrib

2020-03-26 Thread B Goodr
Got it.

Thanks, Kyle.

On Wed, Mar 25, 2020, 6:46 PM Kyle Meyer  wrote:

> B Goodr  writes:
>
> > Not sure how I can find out when this commit will show up in the
> packaging
> > system. The .emacs.d/elpa/org-20200323/org does not have it.
>
> The ELPA archives are built from the maint branch, but that commit is
> only in master.  The change will arrive with the 9.4 release.
>


All the best

2020-03-26 Thread edgar

Dear Emacs and Org community,

I just want to send a small note to wish you the best during these times 
of need. Let us remember that it is community which allows us to keep 
going as a species. Please, take care of yourselves and those who 
surround you, and let us do our best to overcome the circumstances with 
a smile :D .


-
This free account was provided by VFEmail.net - report spam to ab...@vfemail.net

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the 
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  



Re: bi-monthly steps.

2020-03-26 Thread Christian Hopps
I've attached an updated patch using "semimonth".

Thanks,
Chris.



0001-org-clock.el-add-semimonth-step-for-clocktables.patch
Description: Binary data


Re: Org mode for meeting minutes

2020-03-26 Thread Christian Egli
Hi Timm

Timm Lichte writes:

> Glad you find it interesting. I think both ways of taking notes have
> their merits and use cases. In small productive project meetings, I'd
> rather use more of the org-mode infrastructure. When there is a larger
> event with changing participants and its really important to document
> and keep track of what is going on, simple annotated lists fare better
> in my experience.

I think you are probably right. When taking notes quickly your approach
without having to fidget with Tasks is probably faster. I just did not
want to stray too far off plain org-mode notation.

>> If I understand correctly you are defining some kind of extra list
>> markup (is something a task or a decision, etc) and the you wrote a
>> custom exporter that produces fancy LaTeX for the minutes (well, if I
>> understand correctly it really is a custom exporter that generates
>> org-mode and then LaTeX from there).
>
> Yes, I'm basically extending the syntax for descriptions and
> overlaying it with some convenient font-lock. My custom exporter
> pushes everything in a temporary buffer and replaces the minutes
> notation with LaTeX expressions and then starts the regular
> org-export. This probably looks awkward but gives me full flexibility.

Well, it might look weird, but I think the idea is good. TBH, I'm not
sure if there is another (programatic) way to derive from an existing
exporter.

> The LaTeX document is just a list of sections with nested itemize
> environments. One item would look like this:
>
> \item \ActionTag{Peter}{::} \ActionTagMargin{Peter}Something to do.
>
> I've pushed the TeX file of the example to the repository. Hope this
> makes it clearer.

Ah, yes, this makes it much clearer. I really like this.

> I'm really hesitant to make this a MELPA package right away, if this
> is what you mean. The font-lock and everything is really individual
> and non-generic. But I'll think about it.

I understand. Now that I think of it it might be better to package the
LaTeX commands into a package on CTAN. I looked at the various LaTeX
minutes packages and so far yours seems almost the nicest.

Thanks
Christian

--
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland



Re: export org tables to html, configure the borders

2020-03-26 Thread Uwe Brauer
>>> "KM" == Kyle Meyer  writes:

   > Uwe Brauer  writes:
   >> The standard setting of 
   >> org-html-table-default-attributes 
   >> 
   >> is 
   >> (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame 
"hsides")
   >> 
   >> Which does not insert the borders.
   >> 
   >> However the setting 
   >> (:border "2" :cellspacing "0" :cellpadding "6" :frame "border" :rules 
"all")
   >> 
   >> Inserts borders but to many of them, each line gets a horizontal
   >> border, which I don't want.
   >> 
   >> 1. What is the correct setting

   > I don't know, though AFAICS by trying out the possible values [^0], I
   > think something more involved than using the :rules attribute would be
   > needed.

   > ^0: https://www.w3schools.com/tags/att_table_rules.asp

Meanwhile I tried out this 
#+ATTR_HTML: :border 2 :rules groups :frame box
| Product | online clases with  pdf  |   | share screen  |   | 
whiteboard| stability of the connection |
|-+--+---+---+---+---+-|
| collaborate | yes  |   | not with the iPad |   | yes but  
 | disconnects every 30 min|
| |  |   |   |   | big 
letter distortion | |
| |  |   |   |   | de 
delete function| |
| |  |   |   |   | does not 
work properly:   | |
| |  |   |   |   | all the 
text gets deleted | |
|-+--+---+---+---+---+-|
| Google meet | yes  |   | yes with the iPad |   | there is 
none | disconnects every 5 min once|
| |  |   |   |   |  
 | share screen is activated   |
|-+--+---+---+---+---+-|
| zoom| yes  |   | yes with the iPad |   | decent 
whiteboard | very well, however the free version |
| |  |   |   |   |  
 | only allows 40 min sessions |


That puts a box around the table and insert horizontal line where ever
I have inserted one via |-+

It does not insert vertical lines between the columns so I wounder 

Uwe 


smime.p7s
Description: S/MIME cryptographic signature